/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    user-select: none;
}

main {
    display: block;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

.clearfix,
.pagination,
.tab-pane {
    clear: both;
}

.clearfix:after,
.pagination:after,
.tab-pane:after {
    content: "";
    display: table;
}

.fade {
    -webkit-animation: fade 0.5s alternate forwards;
    animation: fade 0.5s alternate forwards;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.color-white {
    color: #fff !important;
}

.color-green {
    color: #07a800 !important;
}

.color-blue {
    color: #183186 !important;
}

.fixed {
    position: fixed !important;
}

.bg-grey {
    position: relative;
}

.bg-grey:before {
    content: "";
    background: #f7f7f7;
    display: block;
    position: absolute;
    left: -4000px;
    right: -4000px;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.bg-grey2 {
    position: relative;
}

.bg-grey2:before {
    content: "";
    background: #f2f2f2;
    display: block;
    position: absolute;
    left: -4000px;
    right: -4000px;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-auto {
    width: auto !important;
}

.font-noto {
    font-family: Noto Sans, sans-serif;
}

.font-simsun {
    font-family: SimSun, sans-serif;
}

.main {
    font-family: SFProDisplay, sans-serif;
}

@media (min-width: 1025px) {
    .hidden-1024 {
        display: inline;
    }

    .visible-1024 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hidden-1024 {
        display: none;
    }

    .visible-1024 {
        display: inline;
    }
    .honda-tools__item__icon {
        /* margin-left: 5px !important; */
    }
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.scroll-down-btn {
    font-family: SFProDisplay, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    bottom: 50px;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-animation: updown 0.7s ease-in-out forwards alternate infinite;
    animation: updown 0.7s ease-in-out forwards alternate infinite;
}

@media (max-width: 1439px) {
    .scroll-down-btn {
        bottom: 30px;
    }

    .scroll-down-btn img {
        max-width: 18px;
    }
    .header, .main-menu.animation-li li, .main-menu {
        height: 50px !important;
    }
    .main-menu li a {
        line-height: 50px !important;
    }
    .section-block__content {
        padding-top: 45px !important;
    }
}

.scroll-down-btn__icon {
    -webkit-animation: updown 0.7s ease-in-out forwards alternate infinite;
    animation: updown 0.7s ease-in-out forwards alternate infinite;
}

.snap-scroll {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .snap-scroll {
        position: static;
        overflow: auto;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small,
small {
    font-size: 85%;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

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

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

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

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd,
dt {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

.clearfix:after,
.clearfix:before,
.pagination:after,
.pagination:before,
.tab-pane:after,
.tab-pane:before {
    content: " ";
    display: table;
}

.clearfix:after,
.pagination:after,
.tab-pane:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .flickity-page-dots {
        bottom: 10px;
    }

    .popup-enter__actions .box-popup-enter > a.btn-popup-enter {
        margin: 0;
        min-width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0;
}

.fancybox-slide--iframe {
    padding: 44px 44px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    vertical-align: top;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
    -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke 0.1s;
    -o-transition: stroke 0.1s;
    transition: stroke 0.1s;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:hover svg {
    opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: 0;
}

.flickity-viewport {
    overflow: hidden;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}

.flickity-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.flickity-enabled.is-draggable .flickity-viewport,
.flickity-viewport {
    cursor: default;
}

.flickity-prev-next-button {
    width: auto;
    height: auto;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flickity-prev-next-button svg {
    width: 54px;
}

.flickity-prev-next-button:hover {
    background: none;
}

.flickity-prev-next-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flickity-page-dots {
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 1366px) {
    .flickity-page-dots {
        bottom: 30px;
    }
}

.flickity-page-dots .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
    background: none;
    margin: 5px 12px;
    opacity: 1;
    border: 0;
}

.flickity-page-dots .dot:before {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.flickity-page-dots .dot:after,
.flickity-page-dots .dot:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-44%, -46%);
    -ms-transform: translate(-44%, -46%);
    transform: translate(-44%, -46%);
}

.flickity-page-dots .dot:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.flickity-page-dots .dot.is-selected {
    border-color: #fff;
}


.flickity-page-dots .dot.is-selected:before {
    /* opacity: 1; */
    box-shadow: 0px 0px 8px #ffffff !important;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before,
.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
    width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
+ .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar
> .mCustomScrollBox
> .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
> .mCustomScrollBox
~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-light-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, hsla(0, 0%, 100%, 0.5)),
        color-stop(100%, hsla(0, 0%, 100%, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        hsla(0, 0%, 100%, 0.5),
        hsla(0, 0%, 100%, 0)
    );
    background-image: -o-linear-gradient(
        left,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(hsla(0, 0%, 100%, 0.5)),
        to(hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0)
    );
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, hsla(0, 0%, 100%, 0.5)),
        color-stop(100%, hsla(0, 0%, 100%, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        hsla(0, 0%, 100%, 0.5),
        hsla(0, 0%, 100%, 0)
    );
    background-image: -o-linear-gradient(
        top,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.5)),
        to(hsla(0, 0%, 100%, 0))
    );
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.5) 0,
        hsla(0, 0%, 100%, 0)
    );
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: #000 !important;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #000;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #e2e2e2;
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:hover {
    text-decoration: none !important;
}

:focus,
:hover,
a {
    outline: none !important;
}

a {
    text-decoration: none;
    color: #000;
}

a:active,
a:focus,
a:hover {
    text-decoration: underline;
}

body {
    line-height: 1.4;
    min-height: 100vh;
    background: #fff;
}

body.unscrollnable {
    overflow: hidden;
}

.svg {
    display: none;
}

.svg.replaced-svg {
    display: inline-block;
}

.slider-left {
    width: 178px;
    margin-left: 40px;
    height: 100vh;
    padding-top: 51px;
    padding-bottom: 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-left img {
    margin-bottom: 32px;
    height: 100px;
    width: 178px;
}

.lozad {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lozad.loaded {
    opacity: 1;
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay-HeavyItalic.eot);
    src: url(../fonts/SFProDisplay-HeavyItalic.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFProDisplay-HeavyItalic.woff2) format("woff2"),
    url(../fonts/SFProDisplay-HeavyItalic.woff) format("woff"),
    url(../fonts/SFProDisplay-HeavyItalic.ttf) format("truetype"),
    url(../fonts/SFProDisplay-HeavyItalic.svg#SFProDisplay-HeavyItalic) format("svg");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay-Thin.eot);
    src: url(../fonts/SFProDisplay-Thin.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFProDisplay-Thin.woff2) format("woff2"),
    url(../fonts/SFProDisplay-Thin.woff) format("woff"),
    url(../fonts/SFProDisplay-Thin.ttf) format("truetype"),
    url(../fonts/SFProDisplay-Thin.svg#SFProDisplay-Thin) format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay-Regular.eot);
    src: url(../fonts/SFProDisplay-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFProDisplay-Regular.woff2) format("woff2"),
    url(../fonts/SFProDisplay-Regular.woff) format("woff"),
    url(../fonts/SFProDisplay-Regular.ttf) format("truetype"),
    url(../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay-Medium.eot);
    src: url(../fonts/SFProDisplay-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SFProDisplay-Medium.woff2) format("woff2"),
    url(../fonts/SFProDisplay-Medium.woff) format("woff"),
    url(../fonts/SFProDisplay-Medium.ttf) format("truetype"),
    url(../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (max-width: 1199px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 1601px) {
    html {
        font-size: 18px;
    }
}

body {
    color: #5c5e5c;
    font-size: 1rem;
    font-weight: 400;
}

.footer,
body {
    font-family: SFProDisplay, sans-serif;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.8888888889rem;
    background: #000000;
    color: #fff;
    font-size: 0.8888888889rem;
    font-weight: 700;
    position: relative;
}

.footer__social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
    font-size: 0;
}

.footer__social li {
    margin-left: 0.8333333333rem;
    vertical-align: middle;
}

.footer__social li,
.footer__social li a {
    display: inline-block;
}

.footer__social li a svg {
    display: inline-block;
    max-width: 2.2777777778rem;
    max-height: 2.2777777778rem;
}

.footer__social li.youtube svg path {
    fill: #7f0707;
}

.footer .go-to-top {
    position: absolute;
    right: 30px;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .go-to-top img {
    width: 2.5555555556rem;
}

@media (max-width: 767px) {
    .footer .go-to-top {
        display: none;
    }
}

.footer .go-to-top a {
    color: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    z-index: 5;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.main-menu li.active {
    box-shadow: inset 0px 1.5px 0px #F90E2A;
}

.main-menu li.active a {
    color: #F90E2A;
}

.main-menu li:hover {
    box-shadow: inset 0px 1.5px 0px #F90E2A;
}

.main-menu li a:hover {
    color: #F90E2A
}

@media (max-width: 991px) {
    .header {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

@media (max-width: 767px) {
    /* .header {
    height: 48px;
  } */
}

.header__logo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 210px;
    z-index: 1;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1440px) {
    .header__logo {
        width: 170px;
    }

    .header__menu {
        width: calc(100% - 200px);
    }

    .main-menu {
        height: 60px;
    }

    .main-menu li a {
        height: 23px;
        line-height: 17px;
    }

    .honda-tools {
        width: 44px;
    }

    .btn {
        height: 42px;
        line-height: 42px;
    }

    .honda-tools__item_del a {
        display: flex;
        align-items: center;
    }

    .honda-tools__item_del__icon svg {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .honda-tools__item_del__title {
        width: 140px;
        padding-left: 20px;
    }

    .list-tabs {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .text-box h3 {
        letter-spacing: 1px;
        margin-top: 8px;
    }

    .text-box img {
        margin-top: -2px;
    }

    .text-box .btn {
        margin-top: 15px;
    }

    .text-box p {
        letter-spacing: 0.3px;
        margin-top: 7px;
    }

    .text-box--exterior {
        max-width: 410px;
    }

    .text-box--safe {
        max-width: 460px;
    }

    .text-box--accessory {
        max-width: 445px;
        top: 30%;
    }
}

@media (max-width: 991px) {
    .header__logo {
        left: 50%;
        margin-left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .header__logo {
        width: 135px;
        top: 50%;
        margin-left: 0;
    }
}

.header__logo svg {
    max-width: 100%;
}

.header__logo svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header__logo a {
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1) rotate(0.00002deg);
    -ms-transform: scale(1) rotate(0.00002deg);
    transform: scale(1) rotate(0.00002deg);
    display: flex;
}

.header__logo a:hover {
    -webkit-transform: scale(1.1) rotate(0.00002deg);
    -ms-transform: scale(1.1) rotate(0.00002deg);
    transform: scale(1.1) rotate(0.00002deg);
}

.header__menu {
    width: 100%;
    width: calc(100% - 240px);
    float: right;
    position: relative;
}

@media (max-width: 991px) {
    .header__menu {
        display: flex;
        background: rgba(0, 0, 0, 0.9);
        margin: 0;
        height: auto;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow: auto;
        vertical-align: middle;
        white-space: nowrap;
    }

    .header__menu:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .header__menu.open {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
}

.header__menu__line {
    display: block;
    height: 2px;
    width: 110px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.header__hbg-button {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 20px;
    display: inline-block;
    display: none !important;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 767px) {
    .header__hbg-button {
        left: 15px;
    }
}

.header__hbg-button:before {
    content: "";
    display: inline-block;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background: none;
    position: absolute;
}

@media (max-width: 991px) {
    .header__hbg-button {
        display: inline-block !important;
    }

    .qr-code {
        max-width: 280px !important;
    }
}

.header__hbg-button > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header__hbg-button > div span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__hbg-button__open span:first-child {
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__hbg-button__open span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.header__hbg-button__open span:nth-child(3) {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header__hbg-button__close span {
    height: 2px !important;
}

.header__hbg-button__close span:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.header__hbg-button__close span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 0;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__hbg-button__close svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header__hbg-button__close svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.header__hbg-button.open {
    z-index: 11;
}

.header__hbg-button.open .header__hbg-button__open span:first-child {
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.header__hbg-button.open .header__hbg-button__open span:nth-child(2) {
    width: 0;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.header__hbg-button.open .header__hbg-button__open span:nth-child(3) {
    width: 0;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__hbg-button.open .header__hbg-button__close span:first-child {
    width: 80%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__hbg-button.open .header__hbg-button__close span:nth-child(2) {
    width: 80%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header__hbg-button.open .header__hbg-button__close svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header__hbg-button.open .header__hbg-button__close svg,
.header__hbg-button.open .header__hbg-button__close svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.header__hbg-button.open .header__hbg-button__close svg path {
    stroke-dashoffset: 10;
}

.header__extra-button {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 20px;
    display: inline-block;
    display: none !important;
    z-index: 2;
    cursor: pointer;
}

.header__extra-button:before {
    content: "";
    display: inline-block;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background: none;
    position: absolute;
}

@media (max-width: 991px) {
    .header__extra-button {
        display: inline-block !important;
    }
}

.header__extra-button > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header__extra-button > div span {
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__extra-button__open span {
    left: 100% !important;
}

.header__extra-button__open span:first-child {
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__extra-button__open span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.header__extra-button__open span:nth-child(3) {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header__extra-button__close span {
    height: 2px !important;
}

.header__extra-button__close span:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.header__extra-button__close span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 0;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__extra-button__close svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header__extra-button__close svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.header__extra-button.open {
    z-index: 11;
}

.header__extra-button.open .header__extra-button__open span {
    left: 0 !important;
    opacity: 0;
}

.header__extra-button.open .header__extra-button__open span:first-child {
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}

.header__extra-button.open .header__extra-button__open span:nth-child(2) {
    width: 0;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    left: 0;
}

.header__extra-button.open .header__extra-button__open span:nth-child(3) {
    width: 0;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    left: 0;
}

.header__extra-button.open .header__extra-button__close span:first-child {
    width: 80%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header__extra-button.open .header__extra-button__close span:nth-child(2) {
    width: 80%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.header__extra-button.open .header__extra-button__close svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header__extra-button.open .header__extra-button__close svg,
.header__extra-button.open .header__extra-button__close svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.header__extra-button.open .header__extra-button__close svg path {
    stroke-dashoffset: 10;
}

.header__plus {
    display: none;
}

@media (max-width: 991px) {
    .header__plus {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .header__plus,
    .header__plus i {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .header__honda-tools {
        display: block;
        background: rgba(0, 0, 0, 0.9);
        margin: 0;
        height: auto;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow: auto;
        vertical-align: middle;
        white-space: nowrap;
    }

    .header__honda-tools:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .header__honda-tools.open {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .header__honda-tools .honda-tools {
        padding-left: 15px;
    }
}

.header .container {
    position: relative;
    height: 100%;
}

.header__logo, .header__logo a {
    height: 100%;
    display: flex;
    justify-content: center;
}

.header__logo a img {
    margin-top: 10px !important;
    width: 300px;
    height: 50px;
    margin-right: 50px !important;
}

@media (max-width: 991px) {
    .header .container {
        position: static;
    }
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #ff8b94;
    z-index: 10;
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotate(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotate(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotate(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotate(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotate(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotate(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    to {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: calc(100% + 60px);
    height: 75px;
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width: 991px) {
    .main-menu {
        display: inline-block;
        width: calc(100% - 10px);
        vertical-align: middle;
        height: auto;
        margin: 0;
    }
}

.main-menu li {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.main-menu li:first-child {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-menu li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-menu li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-menu li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-menu li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-menu li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-menu li:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-menu li:nth-child(11) {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.main-menu li:nth-child(12) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main-menu li:nth-child(13) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.main-menu li:nth-child(14) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.main-menu li:nth-child(15) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.main-menu li:nth-child(16) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.main-menu li:nth-child(17) {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.main-menu li:nth-child(18) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.main-menu li:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.main-menu li:nth-child(20) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

@media (max-width: 991px) {
    .main-menu li {
        width: 100%;
        text-align: right;
        display: block;
        padding: 0;
    }
}

.main-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: block;
    height: 75px;
    line-height: 75px;
}

@media (max-width: 991px) {
    .main-menu li a {
        display: block;
        font-size: 16px;
        padding: 13px 15px;
        line-height: normal;
        height: auto;
        color: #fff;
    }
}

.main-menu li.active:before {
    left: 5%;
    width: 90%;
}

@media (max-width: 991px) {
    .main-menu li.active:before {
        display: none;
        left: 50%;
        width: 50%;
    }
}

@media (max-width: 991px) {
    .main-menu li.active a {
        color: #fff;
        font-weight: 700;
    }
}

.main-menu li.active a:after {
    color: #f00;
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.main-menu.animation-li li {
    height: 80px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 991px) {
    .main-menu__virtual-logo {
        display: none !important;
    }
}

.btn {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 0.8888888889rem;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn svg {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

@media (max-width: 767px) {
    .btn:first-child {
        margin: 10px 30px;
        min-width: 179px;
    }

    .popup-enter__actions {
        flex-direction: column;
    }
}

.btn:hover {
    background: #fff;
    color: #000;
}

@-webkit-keyframes btn {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        -webkit-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
    }
}

@keyframes btn {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        -webkit-transform: translate(-5px, -50%);
        transform: translate(-5px, -50%);
    }
}

@-webkit-keyframes btnWithoutY {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }
}

@keyframes btnWithoutY {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(-5px);
        transform: translate(-5px);
    }
}

.btn-detail {
    position: absolute;
    right: 37px;
    bottom: 41px;
    color: #fff;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-detail__img,
.btn-detail__text {
    display: inline-block;
    vertical-align: middle;
}

.btn-detail__text {
    padding-right: 23px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff, 0 0 10px hsla(0, 0%, 100%, 0.5);
    position: relative;
}

.btn-detail__text:after {
    width: 0;
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: ease 0.2s all;
    transition: all 0.2s ease;
}

.btn-detail__img {
    -webkit-animation: btnWithoutY 0.3s infinite alternate;
    animation: btnWithoutY 0.3s infinite alternate;
}

@media (max-width: 991px) {
    .btn-detail {
        bottom: 20px;
        font-size: 14px;
    }
}

.btn-detail:hover .btn-detail__text:after {
    width: calc(100% - 23px);
}

.btn-detail:hover .btn-detail__img {
    -webkit-animation: btnWithoutY 0.3s infinite alternate;
    animation: btnWithoutY 0.3s infinite alternate;
}

@media (max-width: 991px) {
    .btn-detail__img {
        -webkit-animation: btnWithoutY 0.4s infinite alternate;
        animation: btnWithoutY 0.4s infinite alternate;
    }
}

.btn-w-radius {
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    padding: 23px;
    text-align: center;
    max-width: 92%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1366px) {
    .btn-w-radius {
        padding: 14px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .btn-w-radius {
        font-size: 12px;
    }
}

.btn-w-radius a,
.btn-w-radius svg {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-w-radius svg {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-w-radius svg path {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1199px) {
    .btn-w-radius {
        max-width: 100%;
    }

    .btn-w-radius svg {
        right: 25px;
    }
}

.btn-w-radius:hover {
    border: 1px solid #e11f27;
}

.btn-w-radius:hover a {
    color: #e11f27;
}

.btn-w-radius:hover svg {
    -webkit-animation: btn 0.3s infinite alternate;
    animation: btn 0.3s infinite alternate;
}

.btn-w-radius:hover svg path {
    fill: #e11f27;
}

@media (max-width: 991px) {
    .btn-w-radius svg {
        -webkit-animation: btn 0.4s infinite alternate;
        animation: btn 0.4s infinite alternate;
    }
}

.center-carousel {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 200px);
    text-align: center;
    padding: 45px 0;
    overflow: hidden;
}

@media (max-width: 1366px) {
    .center-carousel {
        min-height: calc(100vh - 250px);
        padding: 30px 0;
        padding-bottom: 45px;
    }
}

@media (max-width: 1199px) {
    .center-carousel {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .center-carousel {
        min-height: 330px;
        overflow: inherit;
    }
}

.center-carousel__item {
    width: 770px;
    -webkit-transform: scale(0.6) rotate(0.02deg);
    -ms-transform: scale(0.6) rotate(0.02deg);
    transform: scale(0.6) rotate(0.02deg);
    -webkit-transition: -webkit-transform 0.7s ease-out;
    transition: -webkit-transform 0.7s ease-out;
    -o-transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
    opacity: 0;
}

@media (max-width: 767px) {
    .center-carousel__item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        width: 100%;
        -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
        transform-origin: 50% 50% !important;
    }
}

.center-carousel__item__img {
    position: relative;
    z-index: 2;
}

.center-carousel__item__img img {
    border: 1px solid #fff;
}

.center-carousel__item__desc {
    margin: 20px auto;
}

.center-carousel__item__title {
    margin: 0;
    padding-bottom: 20px;
    -webkit-transform: translateY(80px) rotate(0.02deg);
    -ms-transform: translateY(80px) rotate(0.02deg);
    transform: translateY(80px) rotate(0.02deg);
}

.center-carousel__item[aria-hidden="true"] {
    opacity: 1;
    -webkit-transform-origin: 57% 40%;
    -ms-transform-origin: 57% 40%;
    transform-origin: 57% 40%;
}

.center-carousel__item.is-selected {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
}

.center-carousel__item.is-selected .center-carousel__item__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 20px;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}

.center-carousel__item.is-selected .center-carousel__item__img img {
    width: 770px !important;
    height: 433px !important;
}

.center-carousel__item.is-selected + .center-carousel__item {
    -webkit-transform-origin: 40% 40%;
    -ms-transform-origin: 40% 40%;
    transform-origin: 40% 40%;
}

@media (min-width: 768px) {
    .center-carousel .flickity-prev-next-button {
        background: none;
        opacity: 0;
        width: 23%;
        height: 40%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0;
    }

    .center-carousel .flickity-prev-next-button.next {
        right: 0;
    }

    .center-carousel .flickity-prev-next-button.previous {
        left: 0;
    }
}

@media (max-width: 767px) {
    .center-carousel .flickity-prev-next-button {
        opacity: 1;
        height: 35px;
        width: 35px;
        border: 1px solid #fff;
        background-color: #fd343a !important;
        -webkit-border-image: none !important;
        -o-border-image: none !important;
        border-image: none !important;
    }

    .center-carousel .flickity-prev-next-button.next {
        right: 5px !important;
    }

    .center-carousel .flickity-prev-next-button.previous {
        left: 5px !important;
    }
}

@media (max-width: 1366px) {
    .center-carousel .flickity-page-dots {
        bottom: 25px;
    }
}

@media (max-width: 767px) {
    .center-carousel .flickity-page-dots {
        bottom: 10px;
    }
}

.center-carousel .flickity-page-dots li {
    width: 40px;
    height: 5px;
    display: inline-block;
    background: none;
    opacity: 1;
    margin: 0;
    position: relative;
    cursor: pointer;
    border-radius: 0;
}

.center-carousel .flickity-page-dots li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: -15px;
    left: 0;
    background: transparent;
}

.center-carousel .flickity-page-dots li:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background: transparent;
    opacity: 0;
    position: static;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .center-carousel .flickity-page-dots li {
        width: 30px;
    }
}

.center-carousel .flickity-page-dots li.active,
.center-carousel .flickity-page-dots li.active:after {
    opacity: 1;
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.checkbox input {
    display: none;
}

.checkbox input + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #183186;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.checkbox input + span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #183186;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.checkbox input:checked + span:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.color-carousel__item {
    width: 100%;
    pointer-events: none;
    text-align: center;
}

.color-carousel__item img {
    max-width: 1200px;
    max-height: calc(100vh - 300px);
}

@media (max-width: 1365px) {
    .color-carousel__item img {
        max-width: 1000px;
    }
}

@media (max-width: 1199px) {
    .color-carousel__item img {
        width: calc(100vw - 50px);
    }
}

@media (max-width: 991px) {
    .color-carousel__item img {
        max-height: auto;
    }
}

.color-carousel__item h3 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 2.0555555556rem;
}

.color-carousel__item p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 250px;
    color: #fff;
    margin-top: 10px;
}

.color-carousel__item h3.white {
    color: #d6d6d6;
}

.color-carousel__item h3.red {
    color: #b91d1d;
}

.color-carousel__item h3.gray {
    color: #cfcfcf;
}

.color-carousel__item h3.black {
    color: #000;
}

.color-carousel__item h3.blue {
    color: #20326e;
}

@media (max-width: 991px) {
    .color-carousel__item h3 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .color-carousel__item h3 {
        font-size: 17px;
    }
}

.color-carousel__item h4 {
    font-weight: 400;
    font-size: 2rem;
    margin-top: 1.1111111111rem;
    color: #000;
}

@media (max-width: 991px) {
    .color-carousel__item h4 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .color-carousel__item h4 {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .color-carousel__item h4 {
        font-size: 12px;
    }
}

.color-carousel__item.is-selected {
    pointer-events: all;
}

@-webkit-keyframes dragmouse {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes dragmouse {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

.color-carousel__img {
    display: inline-block;
    position: relative;
}

.color-carousel__360:before {
    content: "";
    position: absolute;
    top: calc(50% - -30px);
    left: calc(50% - 50px);
    width: 5.5555555556rem;
    height: 5.5555555556rem;
    background: url(../images/icon/drag.png);
    background-size: contain;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
    z-index: 3;
    -webkit-animation: dragmouse 0.7s linear forwards alternate infinite;
    animation: dragmouse 0.7s linear forwards alternate infinite;
}

@media (max-width: 991px) {
    .color-carousel__img:before {
        width: 70px;
        height: 70px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 50px;
        height: 50px;
    }
}

.color-carousel__img:hover:before {
    opacity: 0;
}

@media (max-width: 767px) {
    .color-carousel__img {
        margin: 0 20px;
    }
}

.color-carousel__img .spritespin-canvas {
    cursor: -webkit-grab;
    cursor: grab;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.color-carousel .flickity-page-dots {
    position: absolute;
}

.color-carousel .flickity-viewport {
    height: 100% !important;
}

.color-carousel .flickity-page-dots li {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .color-carousel .flickity-page-dots li {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .color-carousel .flickity-page-dots li:before {
        width: 23px;
        height: 23px;
    }
}

.color-carousel .flickity-page-dots li:before {
    border: 2px solid #FFFFFF;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.color-carousel .flickity-page-dots li.is-selected:before {
    box-shadow: 0px 0px 4px rgba(88, 16, 16, 0.8), 0px 0px 20px rgba(255, 0, 0, 0.8) !important;


}

.color-carousel .flickity-page-dots li:first-child:before {
    background: linear-gradient(180deg, #E57D8C 0%, #811317 100%);
}

.color-carousel .flickity-page-dots li:nth-child(2):before {
    background: linear-gradient(180deg, #666669 0%, #000000 100%);
}

.color-carousel .flickity-page-dots li:nth-child(4):before {
    background: linear-gradient(180deg, #8C9297 0%, #32363A 100%);
}

.color-carousel .flickity-page-dots li:nth-child(5):before {
    background: linear-gradient(180deg, #F6EFE9 0%, #A5B2BB 100%);
}

.color-carousel .flickity-page-dots li:nth-child(3):before {
    background: linear-gradient(180deg, #FFFFFF 0%, #B9B9BB 100%);
}

.color-carousel .flickity-page-dots li:after {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    -ms-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
}

.color-carousel .flickity-page-dots li.is-selected:after {
    -webkit-transform: translate(-45%, -47%) rotate(0deg);
    -ms-transform: translate(-45%, -47%) rotate(0deg);
    transform: translate(-45%, -47%) rotate(0deg);
}

@media (min-width: 1200px) {
    .container {
        width: 1210px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1350px;
    }
}

@media (min-width: 1601px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 1921px) {
    .container {
        width: 88%;
    }
}

.flickity-viewport {
    position: relative;
}

.flickity-lozad {
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.flickity-lozad.flickity-lazyloaded {
    opacity: 1;
}

.flickity-prev-next-button {
    position: absolute;
    margin: auto;
    width: 46px;
    height: 42px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-tap-highlight-color: transparent;
}

.flickity-prev-next-button svg {
    display: none;
}

.flickity-prev-next-button:disabled {
    opacity: 0;
}

@media (max-width: 1200px) {
    .flickity-prev-next-button {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .flickity-prev-next-button {
        height: 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.flickity-prev-next-button.previous {
    left: 92px;
    background: url(../images/icon/btn-slide-previous.png) no-repeat 50%;
    background-size: contain !important;
    width: 40px;
    height: 64px;
}

@media (max-width: 767px) {
    .flickity-prev-next-button.previous {
        left: 0 !important;
    }

    .flickity-prev-next-button.previous:active {
        left: 37px;
    }
}

.flickity-prev-next-button.next {
    right: 45px;
    left: unset;
    background: url(../images/icon/btn-slide-next-new.png) no-repeat 50%;
    background-size: contain !important;
    width: 40px;
    height: 64px;
}

.btn-arrow-down {
    position: relative;
    top: 85px;
    z-index: 1;
    text-align: center;
    height: 0px;
}

.s-safe-container-content-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    font-style: italic;
    margin-bottom: 0px;
}

.s-libary-photo-item img, .s-libary-video-item > .library-video > .bg-video > img {
    width: 450px;
    height: 253px;
    opacity: 0.4;
    padding: 0 30px;
}

.s-libary-photo-item.is-selected img, .s-libary-video-item.is-selected > .library-video > .bg-video > img {
    width: 770px;
    height: 433px;
    opacity: 1;
    padding: 0 30px;
}

.s-libary-photo-item, .s-libary-video-item {
    width: 770px;
    height: 433px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.s-libary-photo-item.is-selected + div, .s-libary-video-item.is-selected + div > .library-video > .bg-video {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s-libary-video-item > .library-video > .bg-video {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.first-libary-item {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.tab-pane__content .flickity-page-dots {
    bottom: -132px;
}

.tab-pane__content .flickity-page-dots .dot:before {
    width: 16px;
    height: 2px;
}

.tab-pane__content .flickity-page-dots .dot {
    width: 16px;
    height: 2px;
    position: relative;
    background: white;
    margin: 5px 8px;
    opacity: 0.2;
    border-radius: 0.5;
}

.tab-pane__content .flickity-page-dots .dot.is-selected {
    opacity: 1;
}

@media (max-width: 767px) {
    .flickity-prev-next-button.next {
        right: 0 !important;
    }

    .flickity-prev-next-button.next:active {
        right: 37px;
    }
}

@media screen and (max-width: 1320px) {
    .flickity-prev-next-button.previous {
        left: 30px;
    }

    .flickity-prev-next-button.next {
        right: 30px !important;
    }
}

@media (max-width: 1199px) {
    .flickity-prev-next-button.previous {
        left: 30px !important;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .flickity-prev-next-button.previous {
        left: 20px;
    }

    .flickity-prev-next-button.next {
        right: 20px;
    }
}

.flickity-page-dots .dot:first-child:last-child,
.flickity-page-dots .dot:first-child:last-child ~ .dot {
    display: none;
}

.flickity-effect-fade .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.flickity-effect-fade .flickity-item {
    left: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: -1;
}

.flickity-effect-fade .flickity-item.swipe-effect-wrapper {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.flickity-effect-fade .flickity-item.is-selected {
    opacity: 1;
    z-index: 0;
}

.flickity-effect-fade .flickity-item.is-selected .swipe-effect {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.swipe-effect {
    -webkit-transition: all 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0;
}

.swipe-effect[swipe="down"] {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.swipe-effect[swipe="up"] {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.honda-tools {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    width: 50px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px 0 0 5px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.honda-tools svg {
    max-width: 30px;
    max-height: 30px;
}

.honda-tools svg g,
.honda-tools svg path {
    fill: #fff !important;
}

@media (max-width: 991px) {
    .honda-tools {
        display: inline-block;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        vertical-align: middle;
        text-align: left;
        background: none;
        position: static;
        right: 0;
    }
}

@media (max-width: 767px) {
    .honda-tools {
        padding-left: 15px;
    }
}

.honda-tools ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.honda-tools__item_del {
    width: 256px;
    position: relative;
    padding: 0 5px;
}

@media (max-width: 991px) {
    .honda-tools__item_del {
        width: 100%;
        padding: 0;
    }
}

.honda-tools__item_del a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 0;
}

@media (max-width: 991px) {
    .honda-tools__item_del a {
        height: auto;
        line-height: 1.4;
        color: #fff;
        padding: 10px 15px;
        padding-left: 0;
    }
}

.honda-tools__item_del a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    background: #c20000;
    z-index: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px 0 0 5px;
    pointer-events: none;
}

@media (max-width: 991px) {
    .honda-tools__item_del a:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .honda-tools__item_del a:hover:before {
        width: 230px;
        pointer-events: auto;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .honda-tools__item_del a:hover:before {
        width: 190px;
    }

    .honda-tools__item_del a:hover .honda-tools__item_del__title {
        left: -150px;
    }
}

@media (min-width: 992px) {
    .honda-tools__item_del a:hover .honda-tools__item_del__icon svg path {
        fill: #fff;
    }

    .honda-tools__item_del a:hover .honda-tools__item_del__title {
        left: -180px;
        opacity: 1;
        pointer-events: auto;
    }
}

.honda-tools__item_del__icon {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .honda-tools__item_del__icon {
        display: contents;
    }
}

.honda-tools__item_del__icon svg {
    width: 100%;
    display: contents;
    vertical-align: middle;
}

.honda-tools__item_del__icon svg path {
    fill: #000;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media (max-width: 991px) {
    .honda-tools__item_del__icon svg path {
        fill: #fff;
    }
}

.honda-tools__item_del__title {
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 0.7777777778rem;
    width: 180px;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding-left: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .honda-tools__item__title {
        display: inline-block;
        position: static;
        line-height: 24px;
        color: #fff;
        opacity: 1;
        font-size: 16px;
    }
}

.honda-tools.hidding {
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
}

.input-text {
    width: 100%;
    border: 1px solid #d6d6d6;
    color: #464646;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 0.7777777778rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    .input-text {
        font-size: 0.7777777778rem;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .input-text {
        font-size: 0.7222222222rem;
    }
}

.input-text::-webkit-input-placeholder {
    color: #bebebe;
}

.input-text:-moz-placeholder,
.input-text::-moz-placeholder {
    color: #bebebe;
}

.input-text:-ms-input-placeholder {
    color: #bebebe;
}

.input-text:focus {
    border-color: #fdd20a;
}

textarea.input-text {
    height: auto;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: SFProDisplay, sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 33px;
}

@media (max-width: 1799px) {
    .list-tabs {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .list-tabs {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.list-tabs li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 39px;
    padding-bottom: 25px;
    position: relative;
    cursor: pointer;
    opacity: 0;
}

@media (max-width: 1499px) {
    .list-tabs li {
        margin: 0 25px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .list-tabs li {
        margin: 0 15px;
        padding-bottom: 15px;
        margin: 0 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 360px) {
    .list-tabs li {
        font-size: 12px;
    }
}

.list-tabs li:first-child {
    margin-left: 0;
}

.list-tabs li:last-child {
    margin-right: 0;
}

.list-tabs li:before {
    content: "";
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 0;
    height: 6px;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.list-tabs li.active:before {
    left: 0;
    width: 100%;
}

.loading-process {
    width: 200px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    background: #fff;
    color: #7f0707;
}

.loading-process:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.loading-process svg {
    width: 200px;
    height: 200px;
}

.loading-process svg path {
    fill: #7f0707;
}

.loading-process__image {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.loading-process__image__mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loading-process__text {
    font-size: 25px;
    position: relative;
}

.main-carousel img {
    max-width: 100%;
    max-height: 100%;
}

.main-carousel--three .carousel-cell {
    width: 66%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: left;
    counter-increment: carousel-cell;
}

.main-carousel--three .carousel-cell.is-selected {
    text-align: center;
    height: 270px;
}

.main-carousel__item .s-safe__text .desc,
.main-carousel__item .s-safe__text h4 {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-carousel__item.is-selected .s-safe__text .desc,
.main-carousel__item.is-selected .s-safe__text h4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-carousel__item.is-selected .s-safe__text h4 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-carousel__item.is-selected .s-safe__text .desc {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.pagination {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.pagination__next,
.pagination__prev {
    font-size: 0;
}

.pagination__next:disabled,
.pagination__prev:disabled {
    opacity: 0;
}

.pagination__next a,
.pagination__prev a {
    font-size: 0;
    width: auto;
    display: inline-block;
    min-height: 60px;
    position: relative;
    width: 45px;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination__next a:hover,
.pagination__prev a:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .pagination__next a,
    .pagination__prev a {
        min-height: 44px;
    }
}

@media (max-width: 991px) {
    .pagination__next a,
    .pagination__prev a {
        background-size: 34px;
        width: 36px;
    }
}

.pagination__prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.pagination.before-animate .pagination__prev {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.pagination.animate .pagination__prev {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.pagination__prev a {
    background-image: url(../images/icon/arrow-left.png);
}

.pagination__prev a:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.pagination__next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.pagination.before-animate .pagination__next {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.pagination.animate .pagination__next {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.pagination__next a {
    background-image: url(../images/icon/arrow-right.png);
}

.pagination__next a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.pagination__pages {
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 60px;
    padding-left: 250px;
    padding-right: 250px;
    font-size: 1rem;
    letter-spacing: 1px;
}

@media (max-width: 1199px) {
    .pagination__pages {
        line-height: 40px;
        font-size: 0.8888888889rem;
    }
}

@media (max-width: 991px) {
    .pagination__pages {
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .pagination__pages {
        padding-left: 50px;
        padding-right: 50px;
        line-height: 40px;
        font-size: 0.7777777778rem;
    }
}

.pagination.before-animate .pagination__pages {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.pagination.animate .pagination__pages {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pagination__pages__current {
    font-size: 1.6666666667rem;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .pagination__pages__current {
        font-size: 1.4444444444rem;
    }
}

@media (max-width: 767px) {
    .pagination__pages__current {
        font-size: 1.3333333333rem;
    }
}

.parts-gallery__item {
    width: 33.33%;
    overflow: hidden;
    padding: 0 10px;
}

.parts-gallery__item img {
    width: 100%;
}

.parts-gallery .flickity-prev-next-button {
    padding: 0;
    width: 72px;
    height: 46px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-left: 0;
}

.parts-gallery .flickity-prev-next-button svg {
    max-width: 100%;
    width: 38px;
}

.parts-gallery .flickity-prev-next-button.previous {
    left: -25px;
    right: auto;
}

.parts-gallery .flickity-prev-next-button.next {
    right: -25px;
    left: auto;
}

.parts-gallery .flickity-button:disabled {
    pointer-events: auto;
}

.popup-parts {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popup-parts,
.popup-parts__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-parts__menu {
    width: 24%;
    padding: 30px 20px;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.popup-parts__list {
    max-height: calc(100vh - 60px);
}

.popup-parts__list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 30px;
}

.popup-parts__list ul li {
    margin-bottom: 35px;
}

.popup-parts__list ul li a {
    font-size: 1.1111111111rem;
    line-height: 1.4;
    position: relative;
    display: block;
    color: #000;
}

.popup-parts__list ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #000;
    position: absolute;
    left: -30px;
    top: 3px;
    opacity: 0;
}

.popup-parts__list ul li.active a {
    font-weight: 700;
}

.popup-parts__list ul li.active a:before {
    opacity: 1;
}

.popup-parts__list ul li:last-child {
    margin-bottom: 0;
}

.popup-parts__content {
    width: 76%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #030a15;
    background: -webkit-linear-gradient(45deg, #030a15, #2c465b);
    background: -o-linear-gradient(45deg, #030a15 0, #2c465b 100%);
    background: linear-gradient(45deg, #030a15, #2c465b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030a15", endColorstr="#2c465b", GradientType=1);
}

.popup-parts__carousel {
    display: block;
    width: 100%;
}

.popup-parts__carousel__item {
    text-align: center;
    width: 61%;
    margin: 0;
    min-height: 100%;
}

.popup-parts__carousel__item__img {
    font-size: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.popup-parts__carousel__item__img img {
    width: 100%;
}

.popup-parts__carousel__item__desc {
    color: #fff;
    margin-top: 100px;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.popup-parts__carousel__item.is-selected .popup-parts__carousel__item__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup-parts__carousel__item.is-selected .popup-parts__carousel__item__desc {
    opacity: 1;
}

.popup-parts__carousel .flickity-prev-next-button {
    top: 0;
    margin-top: 17%;
}

.popup-parts__carousel .flickity-prev-next-button.previous {
    margin-left: -36%;
}

.popup-parts__carousel .flickity-prev-next-button.next {
    margin-left: 36%;
}

.popup-parts__carousel .flickity-page-dots {
    top: 0;
    bottom: auto;
    margin-top: 37%;
}

.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    font-family: SFProDisplay, sans-serif;
    display: none;
}

@media (max-width: 991px) {
    .popup {
        background: rgba(0, 0, 0, 0.9);
    }
}

@media (max-width: 767px) {
    .popup {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        width: 100vw;
    }
}

.popup__table {
    display: table;
    table-layout: fixed;
}

.popup__table,
.popup__table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.popup__table-cell {
    display: table-cell;
    text-align: center;
}

.popup__container {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1365px) {
    .popup__container {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .popup__container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.popup__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0a0c14;
    color: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .popup__content {
        border-radius: 10px;
        overflow: inherit;
        margin: 0 15px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .popup__content {
        margin: 0;
    }
}

.popup__video {
    display: inline-block;
    position: relative;
}

.popup__video img {
    opacity: 0;
}

.popup__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.popup__close {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 3;
    opacity: 1;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 80px;
    height: 80px;
}

@media (max-width: 1599px) {
    .popup__close {
        right: 15px;
    }

    .popup__close img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .popup__close {
        right: 30px;
    }

    .popup__close img {
        width: 34px;
    }
}

.popup__close svg {
    width: 100%;
}

.popup__close svg path {
    fill: #000;
}

.popup--fullscreen {
    background: #fff;
    width: 100%;
    height: 100%;
}

.popup--fullscreen .popup__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup--slider__title {
    font-weight: 400;
    font-size: 45px;
}

@media (max-width: 1699px) {
    .popup--slider__title {
        font-size: 2.2222222222rem;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .popup--slider__title {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .popup--slider__title {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .popup--slider__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .popup--slider .popup__close {
        right: -10px;
        text-align: right;
        top: -10px;
    }
}

.popup#popup_enter .popup__content {
    overflow: visible;
    position: relative;
    display: inline-block;
    background: transparent;
}

.popup#popup_enter .popup-enter__img {
    max-width: 100%;
    margin-bottom: 0;
}

.popup#popup_enter .popup-enter__img img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
}

@media (max-width: 767px) {
    .popup#popup_enter .popup-enter__img {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .popup#popup_enter .popup__close {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .popup#popup_enter .popup__close {
        right: -10px;
        text-align: right;
    }
}

#popupRegister {
    overflow-y: scroll;
}

#popupRegister .popup2__table-cell {
    vertical-align: top;
}

.s-accessory__content {
    color: #fff;
    background: #262626;
}

.s-accessory .tab-pane__right {
    background: #262626;
}

.s-accessory .tab-pane__left img {
    max-width: 100%;
}

.s-color {
    font-family: SFProDisplay, sans-serif;
    padding-top: 5.5555555556rem;
}

@media (max-width: 767px) {
    .s-color {
        margin-top: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .s-color .flickity-prev-next-button {
        display: block;
    }
}

.s-color .flickity-prev-next-button.previous {
    background: url(../images/icons/ico-prev-red.png) no-repeat 50%;
    background-size: contain !important;
}

.s-color .flickity-prev-next-button.next {
    background: url(../images/icons/ico-next-red.png) no-repeat 50%;
}

.s-exterior {
    background: #fff;
    position: relative;
}

.s-exterior .flickity-viewport {
    height: 433px !important;
}

.s-exterior__content {
    background: #7f0707;
    color: #fff;
}

@media (max-width: 1366px) {
    .s-exterior .tab-pane,
    .s-exterior .tab-pane__left {
        background: #7f0707;
    }
}

.s-exterior .tab-pane__left img {
    max-width: 106%;
}

@media (max-width: 1699px) {
    .s-exterior .tab-pane__left img {
        width: 100%;
    }
}

.s-exterior .tab-pane__right {
    margin-left: -75px;
    width: calc(40% + 75px);
}

@media (max-width: 1699px) {
    .s-exterior .tab-pane__right {
        width: 40%;
        margin-left: -40px;
    }
}

@media (max-width: 1024px) {
    .s-exterior .tab-pane__right {
        width: 100%;
        margin-left: 0;
    }
}

.s-gallery {
    margin-top: 25px;
    font-family: SFProDisplay, sans-serif;
    height: auto !important;
}

.s-gallery__container {
    margin: 0 auto;
}

@media (min-width: 1600px) {
    .s-gallery__container {
        max-width: 1500px;
        padding: 0 15px;
    }
}

.s-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -20px;
    color: #fff;
    font-weight: 400;
}

@media (max-width: 991px) {
    .s-gallery__list {
        margin: 0;
        display: block;
    }
}

.s-gallery__list a {
    color: #fff;
}

.s-gallery__item {
    padding: 0 20px;
    margin-top: 7px;
    margin-bottom: 20px;
    width: 33.3%;
}

@media (max-width: 1199px) {
    .s-gallery__item {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .s-gallery__item {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0;
    }
}

.s-gallery__item img {
    width: 100%;
}

.s-gallery__item__title {
    font-size: 1.4444444444rem;
    margin-bottom: 7px;
}

@media (max-width: 991px) {
    .s-gallery__item__title {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .s-gallery__item__title {
        font-size: 16px;
    }
}

.s-gallery__item__desc {
    font-size: 1.3333333333rem;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .s-gallery__item__desc {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .s-gallery__item__desc {
        font-size: 14px;
    }
}

.s-gallery__item__content {
    padding: 55px 20px 27px 25px;
}

@media (max-width: 1366px) {
    .s-gallery__item__content {
        padding: 20px 20px 27px 25px;
    }
}

.s-gallery__item .bg-black {
    background: #262626;
    height: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .s-gallery__item .s-gallery__item__desc {
        padding-bottom: 85px;
    }

    .s-gallery__item .btn-w-radius {
        position: absolute;
        bottom: 27px;
        left: 25px;
        width: calc(92% - 45px);
        height: auto;
    }
}

.s-interior {
    background: #fff;
    color: #fff;
}

.s-interior__content {
    background: #262626;
}

.s-interior__parts {
    position: absolute;
    left: 9.5%;
    top: 75%;
    width: 41.5%;
}

.s-interior .tab-pane__right {
    background: #262626;
}

@media (max-width: 767px) {
    .s-interior .tab-pane__left img {
        width: 100%;
    }
}

.s-intro {
    background: #000;
}

#s-intro-bg-text1 {
    width: 35%;
    position: absolute;
    top: 135px;
    left: 35vw;
}

#s-intro-bg-text2 {
    width: 35%;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

.s-intro .section-holder__holder {
    font-size: 0;
    line-height: 0;
    margin-bottom: -1px;
}

.s-intro .section-block__content h2 img {
    max-width: 37%;
}

.s-intro .section-block__content h3 {
    margin-top: 0.7222222222rem;
}

@media (max-width: 1199px) {
    .s-intro .section-block__content h2 img {
        max-width: 400px;
    }
}

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

    .s-intro .section-block__content h2 img {
        max-width: 300px;
    }

    .s-intro .section-block__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .s-intro {
        margin-top: 48px;
    }

    .s-intro .section-block__content h2 img {
        max-width: 180px;
    }

    .s-intro .section-block__title {
        font-size: 14px;
        margin-top: 5px;
    }
}

.s-intro.section-block h2 img {
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.s-intro.section-block .section-block__title,
.s-intro.section-block h2 img {
    opacity: 0;
    -webkit-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px);
}

.s-intro.section-block .section-block__title {
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}

.s-intro.active.section-block .section-block__title,
.s-intro.active.section-block h2 img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#s-accessory-detail-2 {
    width: 178px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../images/s-accessory/btn-accessory-detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 228px;
    left: 232px;
}

.s-message {
    position: relative;
    background: #000;
}

#s-message-detail {
    width: 278px;
    height: 52px;
    display: flex;
    justify-content: center;
    margin: 24px 0px;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../images/s-exterior/bg-exterior-details.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(50vw - 139px);
}

#s-message-detail:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);
}

.s-message .car-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
}

.s-message .car-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 61%;
    top: 40%;
    left: 26%;
    -webkit-transform: translate(-11%, -2%) scale(0.9);
    -ms-transform: translate(-11%, -2%) scale(0.9);
    transform: translate(-11%, -2%) scale(0.9);
    -webkit-transition: 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: 2;
}

.s-message .car-move--mask {
    position: absolute;
    top: 40%;
    left: 20.3%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 9.6%;
    height: 55%;
    -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    z-index: 2;
}

.s-message .car-move--mask img {
    width: 100% !important;
    height: auto !important;
}

.s-message .car {
    width: 100%;
}

.s-message .la-zang {
    position: absolute;
    top: 45.8%;
    left: 17.3%;
    -webkit-transform: scaleX(0.4);
    -ms-transform: scaleX(0.4);
    transform: scaleX(0.4);
    width: 14.7%;
    height: 40%;
    z-index: 0;
}

.s-message .la-zang img {
    width: auto;
    height: 100%;
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
    -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
}

.s-message .la-zang-after {
    position: absolute;
    top: 47%;
    left: 1.2%;
    -webkit-transform: scaleX(0.35) rotate(-100deg);
    -ms-transform: scaleX(0.35) rotate(-100deg);
    transform: scaleX(0.35) rotate(-100deg);
    width: 9%;
    height: 25%;
    z-index: 0;
}

.s-message .la-zang-after img {
    width: auto;
    height: 100%;
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
    -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
}

.s-message .la-zang-after-mask {
    position: absolute;
    top: 31%;
    left: 0.6%;
    width: 12.3%;
    z-index: 2;
}

.s-message .la-zang-after-mask img {
    width: 100%;
}

.s-message .section-block__desc,
.s-message .section-block__title {
    opacity: 0;
}

@media (max-width: 1366px) {
    .s-message .section-block__title {
        /* margin-top: 40px; */
    }
}

@media (max-width: 1199px) {
    .s-message .section-block__title {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .s-message .section-block__title {
        font-size: 16px;
        margin-top: 10px;
    }

    .s-message .section-block__desc {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .s-message .section-block__title {
        font-size: 22px;
    }

    .s-message .section-block__desc,
    .s-message .section-block__title {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .s-message .section-block__desc {
        font-size: 18px;
    }

    .s-message .section-block__desc br {
        display: none;
    }

    .s-message .section-block__content {
        top: 1%;
    }
}

@media (max-width: 499px) {
    .s-message .section-block__title {
        font-size: 17px;
    }

    .s-message .section-block__desc {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .s-message .section-block__title {
        font-size: 14px;
    }

    .s-message .section-block__desc {
        font-size: 12px;
    }
}

.s-message.active .car-move {
    -webkit-transform: translate(0) scale(1) rotate(0.000002deg);
    -ms-transform: translate(0) scale(1) rotate(0.000002deg);
    transform: translate(0) scale(1) rotate(0.000002deg);
    -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.s-message.active .car-move--mask {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.s-message.active .la-zang img {
    -webkit-transition: opacity 5s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 5s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5s linear 1.2s;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5s linear 1.2s;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 5s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.s-message.active .la-zang-after img,
.s-message.active .la-zang img {
    -webkit-transform: rotate(341deg);
    -ms-transform: rotate(341deg);
    transform: rotate(341deg);
    opacity: 0;
}

.s-message.active .la-zang-after img {
    -webkit-transition: opacity 3s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 3s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3s linear 1.2s;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3s linear 1.2s;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 3s linear 1.2s,
    -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.s-operation .tab-pane__right {
    background: #7f0707;
}

.s-operation .tab-pane__left img {
    max-width: 100%;
}

.s-safe {
    font-family: SFProDisplay, sans-serif;
}

@media (max-width: 1366px) {
    .s-safe .title-common {
        margin-top: 55px;
    }
}

.s-safe .main-carousel {
    position: relative;
    line-height: 0;
}

.s-safe .main-carousel img {
    max-width: 100%;
}

.s-safe .main-carousel__item {
    width: 100%;
}

.s-safe .main-carousel .flickity-button-icon {
    display: none;
}

.s-safe .main-carousel .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 48px;
    font-size: 0;
}

@media (max-width: 991px) {
    .s-safe .main-carousel .flickity-page-dots {
        bottom: 20px;
    }
}

.s-safe .main-carousel .flickity-page-dots li {
    background: #fff;
    width: 96px;
    height: 10px;
    border-radius: 0;
    padding: 0;
    margin: 0 12px;
}

@media (max-width: 991px) {
    .s-safe .main-carousel .flickity-page-dots li {
        width: 45px;
        height: 5px;
    }
}

.s-safe .main-carousel .flickity-page-dots li:after,
.s-safe .main-carousel .flickity-page-dots li:before {
    display: none;
}

.s-safe .main-carousel .flickity-page-dots li.is-selected {
    background: #b91d1d;
}

.s-safe__text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 55px 0;
    line-height: 1.2;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .s-safe__text {
        padding: 10px 0;
    }
}

.s-safe__text .desc,
.s-safe__text h4 {
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .s-safe__text .desc,
    .s-safe__text h4 {
        max-width: 100%;
        padding: 0 15px;
    }
}

.s-safe__text h4 {
    font-size: 2.2222222222rem;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .s-safe__text h4 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .s-safe__text h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.s-safe__text .desc {
    font-weight: 100;
    font-size: 1.3333333333rem;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .s-safe__text .desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .s-safe__text .desc {
        font-size: 14px;
    }
}

.s-specifications {
    padding-top: 15px;
    padding-bottom: 30px;
    min-height: 100vh;
    color: #000;
}

@media (max-width: 767px) {
    .s-specifications {
        min-height: auto;
    }
}

.s-specifications__title {
    margin: 0;
    font-size: 2.1111111111rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

@media (max-width: 767px) {
    .s-specifications .container {
        padding-right: 5px;
    }
}

.s-specifications .title-common {
    margin-bottom: 37px;
}

.s-specifications__content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 300px);
}

@media (max-width: 1366px) {
    .s-specifications__content {
        max-height: calc(100vh - 250px);
    }
}

@media (max-width: 1199px) {
    .s-specifications__content {
        max-height: 400px;
    }
}

@media (max-width: 767px) {
    .s-specifications__content {
        margin-left: 0;
        margin-right: 0;
        max-height: 300px;
    }
}

.s-specifications__table--header {
    margin-right: 10px;
}

.s-specifications__table--header td,
.s-specifications__table--header th {
    border-bottom: 0 !important;
}

.s-specifications__table table {
    text-align: center;
    /* table-layout: fixed; */
    border: 0;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}

.s-specifications__table table .s-spec-detail-item p, .s-specifications__table table td li {
    text-align: left;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.s-specifications__table table .s-spec-detail-item ul {
    margin-bottom: 0;
}
.s-specifications__table table .list td li {
    opacity: 1 !important;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    text-align: left !important;
}

.s-specifications__table table td {
    border: 1px solid #707070;
    padding: 11px 30px;
    width: 25%;
    font-weight: 500;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    background: #0D0D0D;
}

.s-spec-detail-item0 {
    font-size: 18px !important;
    color: #fff;
    font-weight: 700;
    font-style: normal;
}

.s-spec-detail-item1, .s-spec-detail-item2, .s-spec-detail-item3 {
    font-size: 18px !important;
    color: #fff;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 991px) {
    .s-specifications__table table td,
    .s-specifications__table table th {
        font-size: 14px;
        padding: 15px 28px;
    }
}

@media (max-width: 360px) {
    .s-specifications__table table td,
    .s-specifications__table table th {
        font-size: 13px;
    }
}

.s-specifications__table table .bg-grey {
    background: #d8d8d8;
    text-transform: uppercase;
}

.s-specifications__table table .bg-grey td {
    text-align: center;
    font-size: 28px;
}

@media (max-width: 991px) {
    .s-specifications__table table .bg-grey td {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .s-specifications__table table .bg-grey td {
        font-size: 13px;
    }
}

.s-specifications__table table .bg-grey:before {
    display: none;
}

.s-specifications .mCustomScrollbar .mCSB_scrollTools {
    right: 3px;
}

.s-specifications .mCustomScrollbar .mCustomScrollBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
}

.s-specifications .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.s-specifications
.mCustomScrollbar
.mCSB_scrollTools
.mCSB_dragger
.mCSB_dragger_bar {
    background: #fff !important;
    border-radius: 10px;
    width: 4px;
    height: 48px;
    margin-right: 12px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .s-specifications
    .mCustomScrollbar
    .mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
        width: 10px;
    }
}

.s-specifications .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0;
}

.s-utilities {
    color: #fff;
}

.s-utilities .list-tabs__item {
    margin-left: 16px;
    margin-right: 16px;
}

@media (max-width: 1499px) {
    .s-utilities .list-tabs__item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .s-utilities .list-tabs__item {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 360px) {
    .s-utilities .list-tabs__item {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.s-utilities img {
    width: 100%;
}

.s-utilities .btn-detail img {
    width: auto;
}

.s-utilities .tab-pane__right {
    background: #34506c;
}

.section-block {
    position: relative;
}

.section-block__content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 14%;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .section-block__content {
        top: 8%;
    }
}

@media (max-width: 767px) {
    .section-block__content {
        top: 4%;
    }
}

.section-block__title {
    font-size: 2.0555555556rem;
    font-weight: 500;
    line-height: 1.5;
}

.section-block__desc,
.section-block__title {
    color: #fff;
    font-family: SFProDisplay, sans-serif;
    letter-spacing: 0;
}

.section-block__desc {
    font-size: 1.3333333333rem;
    font-weight: 400;
}

@media (max-width: 991px) {
    .section-block__desc {
        font-size: 15px;
    }
}

.section-block--message .section-block__content {
    top: 10%;
}

@media (max-width: 1599px) {
    .section-block--message .section-block__content {
        top: 7%;
    }
}

@media (max-width: 1366px) {
    .section-block--message .section-block__content {
        top: 4%;
    }
}

@media (max-width: 991px) {
    .section-block--message .section-block__content {
        top: 0;
    }
}

.section-heading {
    font-weight: 700;
    color: #464646;
    margin-top: 45px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-heading {
        text-align: center;
    }
}

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

@media (max-width: 767px) {
    .section-heading--right {
        text-align: center;
    }
}

.section-heading h2 {
    margin: 0;
    font-size: 1.6666666667rem;
    font-weight: 700;
    line-height: 40px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 1.6666666667rem;
    }
}

.section-heading h2 small {
    display: block;
    font-size: 1.6666666667rem;
    font-weight: 200;
    color: #464646;
}

@media (max-width: 767px) {
    .section-heading h2 small {
        font-size: 1.6666666667rem;
    }
}

.section-heading h2.color-white small {
    color: #fff;
}

.section-holder {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media (max-width: 1199px) {
    .section-holder {
        height: 100vh;
    }
}

.section-holder img {
    font-size: 0;
}

.section-holder img.fullscreen-img {
    height: 100vh;
    width: 100vw;
    /* -o-object-fit: cover;
  object-fit: cover; */
}

@media (max-width: 1199px) {
    .section-holder img.fullscreen-img {
        width: 100%;
    }
}

.section-holder__container {
    position: relative;
    width: 100%;
}

.section-holder__content,
.section-holder__holder {
    width: 100%;
    font-size: 0;
}

.section-holder__holder img {
    width: 100%;
}

.select-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #464646;
    color: #464646;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 0.7777777778rem;
    background: url(../images/icon/selectbox-plus.png) 100% no-repeat;
    display: none;
}

.select-dropdown::-ms-expand {
    display: none;
}

@media (max-width: 1199px) {
    .select-dropdown {
        height: 40px;
        line-height: 40px;
        font-size: 0.7777777778rem;
        background-size: 40px;
    }
}

@media (max-width: 991px) {
    .select-dropdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .select-dropdown {
        font-size: 0.7222222222rem;
    }
}

.select-dropdown__wrap {
    position: relative;
    width: 100%;
    z-index: 2;
}

.select-dropdown__current {
    position: relative;
    width: 100%;
    border: 1px solid #464646;
    color: #464646;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 0.7777777778rem;
    background: url(../images/icon/selectbox-plus.png) 100% no-repeat;
}

@media (max-width: 1199px) {
    .select-dropdown__current {
        height: 40px;
        line-height: 40px;
        font-size: 0.7777777778rem;
        background-size: 40px;
    }
}

@media (max-width: 991px) {
    .select-dropdown__current {
        display: none;
    }
}

@media (max-width: 767px) {
    .select-dropdown__current {
        font-size: 0.6666666667rem;
    }
}

.select-dropdown__current span {
    white-space: nowrap;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 30px;
}

@media (max-width: 1199px) {
    .select-dropdown__current span {
        padding-right: 15px;
    }
}

.select-dropdown__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #464646;
    border-top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.7777777778rem;
    display: none;
    max-height: 250px;
    overflow: auto;
    z-index: 5;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .select-dropdown__list {
        font-size: 0.7777777778rem;
    }
}

@media (max-width: 767px) {
    .select-dropdown__list {
        font-size: 0.7222222222rem;
    }
}

.select-dropdown__list li {
    line-height: 1.4;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: normal;
}

.select-dropdown__list li:hover {
    background: #f5f5f5;
}

.select-dropdown__list li.active {
    color: #4a70ba;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

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

[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-container-center {
    margin-left: -40px;
    margin-right: -40px;
}

.slick-container-center .slick-center h3 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
}

.slick-container-center h3 {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.8;
    transform: scale(0.95);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider__rotate {
    background-size: cover !important;
    background-position: bottom !important;
}

@media (max-width: 991px) {
    .slider__rotate .container {
        width: 100%;
    }
}

.slider__rotate .rotateslider-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 200px);
    text-align: center;
    padding: 45px 0;
}

@media (max-width: 1366px) {
    .slider__rotate .rotateslider-container {
        min-height: calc(100vh - 100px);
    }
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-container {
        min-height: 300px;
        min-height: 330px;
        width: 100%;
    }
}

.slider__rotate__title {
    padding-bottom: 20px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    margin-top: 5px;
}

.slider__rotate .rotateslider-item {
    text-align: center;
    position: absolute;
    height: 300px;
    width: 25%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: table;
    z-index: 0;
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item {
        width: 100%;
        height: auto;
    }
}

.slider__rotate .rotateslider-item img {
    border: 1px solid #fff;
}

.slider__rotate .rotateslider-item__img {
    position: relative;
}

.slider__rotate .rotateslider-item__img img {
    width: 15.5555555556rem;
    height: 13.3333333333rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider__rotate .rotateslider-item__img iframe {
    max-width: 100%;
    max-height: 300px;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item__img iframe {
        max-height: 200px;
    }
}

.slider__rotate .rotateslider-item__desc {
    font-size: 24px;
    margin: 30px auto;
    position: relative;
    z-index: -1;
}

@media (max-width: 1366px) {
    .slider__rotate .rotateslider-item__desc {
        margin: 20px auto;
        font-size: 18px;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item__desc {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item__desc {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .slider__rotate .rotateslider-item__desc {
        font-size: 12px;
    }
}

.slider__rotate .rotateslider-item h4 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    opacity: 0;
    bottom: -50px;
}

.slider__rotate .rotateslider-item > img {
    max-width: 80%;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item > img {
        max-height: 190px;
    }
}

.slider__rotate .rotateslider-item.next {
    left: 88%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item.next {
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
        transform: translateY(-50%) translateX(-50%) scale(0.3);
    }
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item.next {
        left: 100%;
    }
}

.slider__rotate .rotateslider-item.prev {
    left: 12%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item.prev {
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
        transform: translateY(-50%) translateX(-50%) scale(0.3);
    }
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item.prev {
        left: 0;
    }
}

.slider__rotate .rotateslider-item.now {
    opacity: 1;
    top: 50%;
    left: 50%;
    height: 500px;
    width: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.9);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.9);
    transform: translateY(-50%) translateX(-50%) scale(0.9);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1366px) {
    .slider__rotate .rotateslider-item.now {
        height: calc(100vh - 250px);
    }
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item.now {
        top: 44%;
        width: 100%;
        height: auto;
    }
}

.slider__rotate .rotateslider-item.now h4 {
    opacity: 1;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item.now h4 {
        line-height: 1.5;
    }
}

.slider__rotate .rotateslider-item.now .rotateslider-item__img img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item.now .rotateslider-item__img img {
        width: calc(100vw - 50px);
    }
}

.slider__rotate .rotateslider-item.now .rotateslider-item__img iframe {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 991px) {
    .slider__rotate .rotateslider-item.now .rotateslider-item__img iframe {
        max-height: 400px;
    }
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item.now .rotateslider-item__img iframe {
        max-height: 200px;
    }
}

.slider__rotate .rotateslider-item.now .rotateslider-item__desc {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

.slider__rotate .rotateslider-item.now .button__order {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
}

.slider__rotate .rotateslider-item.now .slider__rotate__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 20px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

.slider__rotate .rotateslider-item--inline {
    position: relative;
    width: 48%;
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    top: auto;
    height: auto;
    opacity: 1;
    padding: 2%;
}

.slider__rotate .rotateslider-item--inline h4 {
    opacity: 1 !important;
    bottom: 0 !important;
}

.slider__rotate .rotateslider-item--inline .button__order {
    display: inline-block !important;
}

.slider__rotate .rotateslider-item--inline .rotateslider-item__desc,
.slider__rotate .rotateslider-item--inline .slider__rotate__title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    width: auto;
}

.slider__rotate .rotateslider-item--inline .rotateslider__inner {
    display: block !important;
    margin: 0 auto;
    margin-bottom: 40px;
}

.slider__rotate .rotateslider-item--inline img {
    width: auto;
    height: auto;
    max-width: 90%;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-item--inline {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.slider__rotate .rotateslider-item .rotateslider__inner {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 1199px) {
    .slider__rotate .rotateslider-item .rotateslider__inner {
        display: block;
        margin: 0 auto;
    }
}

.slider__rotate .rotateslider-item .rotateslider__inner > img {
    max-width: 80%;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 50px;
}

@media (max-width: xs-1px) {
    .slider__rotate .rotateslider-item {
        max-width: calc(100% - 100px);
        display: block;
        height: auto;
    }
}

.slider__rotate .c-arrow-left {
    left: 2%;
}

@media (max-width: 767px) {
    .slider__rotate .c-arrow-left {
        left: -35px;
    }
}

.slider__rotate .c-arrow-left span {
    left: 16px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.slider__rotate .c-arrow-left span:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.slider__rotate .c-arrow-left span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
}

.slider__rotate .c-arrow-left span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
}

.slider__rotate .c-arrow-right {
    right: 2%;
}

@media (max-width: 1199px) {
    .slider__rotate .c-arrow-right {
        right: 7px;
    }
}

@media (max-width: 767px) {
    .slider__rotate .c-arrow-right {
        right: -35px;
    }
}

.slider__rotate .c-arrow-right span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
}

.slider__rotate .c-arrow-right span:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.slider__rotate .c-arrow-right span:first-child {
    top: 19px;
}

.slider__rotate .c-arrow-right span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
}

.slider__rotate .o-arrow {
    display: block;
    height: 16.6666666667rem;
    width: 16.6666666667rem;
    border: 1px solid #fd343a;
    cursor: pointer;
    position: absolute;
    top: 25%;
    margin-top: -25px;
    z-index: 7;
    opacity: 0;
}

@media (max-width: 991px) {
    .slider__rotate .o-arrow {
        opacity: 1;
        height: 50px;
        width: 50px;
        top: calc(50% - 25px);
        border: 1px solid #fff;
        background-color: #fd343a;
    }

    .slider__rotate .o-arrow span:after {
        background: #fff;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .slider__rotate .o-arrow {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: calc(50% - 15px);
        top: 40%;
    }
}

.slider__rotate .o-arrow:hover,
.slider__rotate .o-arrow span {
    background-color: #fd343a;
}

.slider__rotate .o-arrow span {
    height: 2px;
    width: 14px;
    position: absolute;
    border-radius: 2px;
    display: block;
}

.slider__rotate .o-arrow span:after {
    left: 0;
}

.slider__rotate .o-arrow:hover span:after {
    width: 100%;
}

.slider__rotate .rotateslider-paginator {
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 4;
    padding: 0;
    margin: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-paginator {
        bottom: 18px;
    }
}

.slider__rotate .rotateslider-paginator li {
    width: 40px;
    height: 5px;
    display: inline-block;
    padding: 0 5px;
    background: none;
    opacity: 1;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.slider__rotate .rotateslider-paginator li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: -15px;
    left: 0;
    background: transparent;
}

.slider__rotate .rotateslider-paginator li:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.3;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .slider__rotate .rotateslider-paginator li {
        width: 30px;
    }
}

.slider__rotate .rotateslider-paginator li.active,
.slider__rotate .rotateslider-paginator li.active:after {
    opacity: 1;
}

.tab-pane {
    font-family: SFProDisplay, sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .tab-pane {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}

.tab-pane__left {
    width: 60%;
    line-height: 0;
    position: relative;
}

@media (max-width: 1366px) {
    .tab-pane__left img {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .tab-pane__left,
    .tab-pane__left img {
        width: 100%;
    }
}

.tab-pane__right {
    width: 40%;
    padding: 50px 55px 30px 30px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1366px) {
    .tab-pane__right {
        padding: 30px 50px 15px 25px;
    }
}

@media (max-width: 1024px) {
    .tab-pane__right {
        width: 100%;
    }
}

.tab-pane__item {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0s;
    -o-transition: 0s all;
    transition: all 0s;
    position: absolute;
    top: 141px;
    height: 100%;
    width: 100%;
}

.tab-pane__item.active {
    opacity: 1;
    width: auto;
    height: auto;
    position: static;
    pointer-events: all;
    -webkit-transition: all 0.3s;
    -o-transition: 0.3s all;
    transition: all 0.3s;
    margin-top: 94px;
}

.tab-pane__item--image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.tab-pane__item--image.active {
    pointer-events: none;
    position: relative;
    opacity: 1;
    z-index: 1;
}

.tab-pane__content__desc,
.tab-pane__content__title {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tab-pane__content__title {
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

@media (max-width: 1799px) {
    .tab-pane__content__title {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .tab-pane__content__title {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .tab-pane__content__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .tab-pane__content__title {
        font-size: 16px;
    }
}

.tab-pane__content__desc {
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding-bottom: 50px;
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

@media (max-width: 1799px) {
    .tab-pane__content__desc {
        font-size: 22px;
    }
}

@media (max-width: 1366px) {
    .tab-pane__content__desc {
        font-size: 20px;
    }
    /* #exterior {
        background-image: url(../images/s-exterior/bg_exterior_desktop.png) !important;
    } */
}

@media (max-width: 1024px) {
    .tab-pane__content__desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tab-pane__content__desc {
        font-size: 14px;
    }
}

.tab-pane__content .no-delay .tab-pane__content__title {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.tab-pane__content .no-delay .tab-pane__content__desc {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.tab-pane__content .animation-text .tab-pane__content__desc,
.tab-pane__content .animation-text .tab-pane__content__title {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tabs__content__item {
    display: none;
}

.tabs__content__item.active {
    display: block;
}

.text-box {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.text-box h2 {
    font-size: 0.8888888889rem;
    color: #73fefe;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.text-box h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.23;
    font-size: 2.1111111111rem;
    margin-top: 11px;
    letter-spacing: 1.5px;
}

.text-box img {
    margin: 0;
}

.text-box p {
    margin: 0;
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.text-box .btn {
    margin-top: 20px;
}

.text-box--message {
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-box--exterior {
    top: 27%;
    left: 8.2%;
    max-width: 475px;
}

.text-box--interior {
    top: 21%;
    left: 8.2%;
    max-width: 520px;
}

.text-box--operation {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5.5%;
}

.text-box--safe {
    top: 24.5%;
    left: 8.2%;
    max-width: 520px;
}

.text-box--accessory {
    top: 30.5%;
    left: 64.7%;
    max-width: 520px;
}

.title-common {
    font-family: SFProDisplay, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 4rem;
    color: #000;
    text-align: center;
    margin-top: 4.7222222222rem;
    margin-bottom: 1.2222222222rem;
    text-transform: uppercase;
}

.title-common--red {
    color: #b91d1d;
}

@media (max-width: 1366px) {
    .title-common {
        font-size: 3.3333333333rem;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .title-common {
        font-size: 27px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .title-common {
        font-size: 20px;
        margin-top: 20px;
    }
}

.video-player {
    position: relative;
    font-size: 0;
    background: #000;
    z-index: 0;
    border: 1px solid #fdd20a;
}

.video-player:before {
    left: 20px;
    top: 20px;
    z-index: -2;
}

.video-player:after,
.video-player:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.video-player:after {
    left: 0;
    top: 12px;
    z-index: -1;
}

.video-player__thumb {
    position: relative;
}

.video-player__thumb img {
    width: 100%;
}

.video-player__thumb:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.1;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.video-player:hover .video-player__thumb:before {
    opacity: 0.3;
}

.video-player__thumb:after {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    margin-top: -38px;
    top: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #fdd20a;
    font-size: 77px;
    text-shadow: 0 7px 45px rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

@media (max-width: 767px) {
    .video-player__thumb:after {
        font-size: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
}

.video-player:hover .video-player__thumb:after {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.video-player--no-shadow {
    border: 0;
}

.video-player--no-shadow .video-player__thumb:before,
.video-player--no-shadow:after,
.video-player--no-shadow:before {
    display: none;
}

.arrow-left {
    background-position: -102px 0;
}

.arrow-left,
.arrow-right {
    background-image: url(../images/sprites.png);
    width: 34px;
    height: 60px;
}

.arrow-right {
    background-position: -136px 0;
}

.support-phone {
    background-image: url(../images/sprites.png);
    background-position: 0 0;
    width: 102px;
    height: 102px;
}

/*
Form dang ky lai thu
*/
#test-drive {
    text-align: center;
    padding-top: 15px !important;
    box-sizing: content-box;
    min-height: 100vh;
    background-color: #12141D;
    color: #fff;
    position: relative;
}

#infoTitle {
    margin-top: 100px;
    margin-bottom: 15px;
}

#imageMain1 {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

#imgNote {
    text-align: left !important;
    padding: 0
}

#imgNote > img {
    filter: grayscale(100%);
    vertical-align: top
}

span#note {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 24px;
    color: #E40019;
    /* letter-spacing: .1px */
    font-family: AvertaforTBWARegular;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.font-weight-bold {
    font-weight: 700 !important
}

#note-require1 {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: AvertaforTBWASemibold;
}

#note-require {
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-family: AvertaforTBWARegular;
}

#submitQuestion {
    line-height: 20px;
    text-transform: uppercase;
    background-color: #D92331;
    color: #fff;
    letter-spacing: 0;
    font-size: 16px;
    transform: none;
    font-weight: bold;
    border: none;
    width: 320px;
    height: 52px;
    border-radius: 25px;
}

#label-test-drive-name {
    font-size: 14px
}

#test-drive-name span {
    line-height: 16px;
    display: block;
    font-size: 14px;
    color: #000;
    text-align: left !important;
    padding: 6px 12px
}

#formRegistor label {
    color: red;
    padding-top: 10px;
    display: block;
    font-size: 14px !important;
    text-align: left !important
}

#safe-box1 {
    width: 35%;
    top: 20%;
    right: 8%
}

#safe-box1--head {
    font-size: 25px !important;
    color: #67e1e3
}

#safe-box1--title {
    font-size: 35px !important;
    line-height: 40px
}

#safe-box1--view-more {
    border: #fff solid 1px !important
}

#safe-box1--text {
    font-size: 18px !important
}

#safe-box2 {
    width: 35%;
    top: 15%;
    left: 8%
}

#safe-box2--head {
    font-size: 20px !important;
    color: #67e1e3
}

#safe-box2--title {
    font-size: 35px !important;
    line-height: 40px
}

#safe-box2--view-more {
    border: #fff solid 1px !important
}

#safe-box2--text {
    font-size: 18px !important
}

#thank-you-img {
    width: 150px
}

#thank-you-title {
    font-weight: 700;
    font-size: 24px
}

#thank-you-text {
    font-size: 13px
}

input, select {
    border-radius: 0;
    -webkit-text-fill-color: #fff;
    opacity: 1;
    font-size: 14px;
    width: 100%;
    line-height: 54px;
    height: 54px;
    border: none;
    letter-spacing: .2px;
    padding-left: 15px;
    font-weight: 400;
    background-color: #353740;
    caret-color: white;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: ''
}

.arrow {
    font-size: 20px;
    top: 25%;
    right: 5%;
    position: absolute
}

.arrow:after {
    transform: rotate(45deg) translate(50%, 0)
}

.s-test-drive__container {
    margin: 0 auto;
    padding: 0 145px 0 116px
}

#s-test-drive__container {
    max-height: 100% !important
}

.box-group-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px
}

@media (min-width: 1441px) {
    #s-test-drive__container {
        max-height: 100% !important
    }
}

@media (min-width: 1200px) {
    #s-test-drive__container {
        max-height: 100% !important;
        max-width: 1170px !important
    }
}

@media (max-width: 1199px) {
    .card-body {
        padding: 0 20px
    }
}

@media (max-width: 1024px) {
    #modal-content {
        width: 600px !important
    }

    #thank-you-content {
        padding: 95px 0 !important
    }

    #thank-you-title {
        font-size: 40px !important
    }
}

@media (min-width: 992px) {
    #s-test-drive__container {
        max-height: 100% !important
    }
}

@media (max-width: 768px) {
    #s-test-drive__container {
        max-height: 100% !important
    }

    #submitQuestion {
        width: 150px !important;
        font-size: 12px !important;
        line-height: 35px !important
    }

    #imgNote, #note-require, #note-require1 {
        padding: 0
    }

    .card-body {
        padding: 0 20px
    }

    #note {
        white-space: normal
    }
}

.custom-select-wrapper {
    position: relative;
    user-select: none
}

.custom-select-wrapper select {
    width: 100% !important;
    display: none
}

.custom-select {
    width: 100%;
    position: relative
}

.custom-select-trigger {
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 54px;
    border: none;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    padding-left: 15px;
    font-weight: 400;
    background-color: #353740;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%)
}

.custom-options {
    z-index: 1;
    position: absolute;
    display: block;
    top: 54px;
    left: 0;
    right: 0;
    min-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .16);
    background: #fff;
    transition: all .4s ease-in-out;
    max-height: 200px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px)
}

.custom-options::-webkit-scrollbar {
    width: 5px
}

.custom-options::-webkit-scrollbar-track {
    border-radius: 10px
}

.custom-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0)
}

.option-hover:before {
    background: #f5f5f5
}

.custom-option {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 1.1111111111rem;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    text-align: left;
    transition: all .4s ease-in-out
}

.custom-option:last-of-type {
    border-bottom: 0
}

.custom-option.selection, .custom-option:hover {
    background: #f9f9f9
}

.checked-option {
    font-size: 12px;
    line-height: 40px;
    color: red;
    position: absolute;
    right: 15px
}

#thank-you-popup {
    display: none;
    position: fixed;
    overflow-y: hidden;
    top: 0;
    left: 0;
    background-color: rgba(3, 3, 3, .9);
    width: 100%;
    height: 100vh;
    z-index: 999
}

#thankYouModalCenter {
    text-align: center;
    margin-top: 202px
}

#modal-content {
    width: 770px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 1.2999999999999998rem;
    background-image: url(../images/s-test-drive/thank-you.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#modal-close {
    top: -60px;
    right: -70px
}

#thank-you-content {
    padding: 140px 0;
    display: grid;
    grid-template-columns: 1fr
}

#thank-you-title {
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 3px;
    padding: 0 40px !important;
    color: #fff
}

#thank-you-text {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: .1px;
    color: #fff
}

input::-webkit-input-placeholder {
    color: #fff
}

.new-select-disabled {
    color: gray
}

#test-drive-submit-container {
    padding: 30px;
}

#container-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-icon {
    float: right;
    line-height: 54px;
    margin: 0 5px;
}

.footer-icon > img {
    vertical-align: middle;
}

.footer-coppyright {
    font-size: 14px;
    line-height: 54px;
    vertical-align: middle;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 0;
    padding: 10px 5px;
    -webkit-animation: updown .7s ease-in-out forwards alternate infinite;
    animation: updown .7s ease-in-out forwards alternate infinite
}

.section-title-common {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.section-text-desc-common {
    font-size: 18px;
    color: #fff;
}

.section-spec-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 35px;
    font-style: italic;
}

.section-text-head-common {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

#message .section-text-head-common {
    line-height: 54px;
    margin-bottom: 0px;
    letter-spacing: 0;
}

#message .section-title-common {
    line-height: 37px;
    margin-top: 24px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: 600;
}

.section-mess-text-desc {
    font-size: 18px;
    color: #fff;
}

#specifications {
    background-color: #12141D;
}

.s-specifications {
    color: #C1C1C6
}

#s-specifications-table-head1 {
    background-color: #8B8D95;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    vertical-align: middle;
    width: 25%;
    opacity: 1;
}

#s-specifications-table-head2 {
    background-color: #B4293B;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    width: 20%;
}

#s-specifications-table-head3 {
    background-color: #9F1D2D;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    width: 25%;
}

#s-specifications-table-head4 {
    background-color: #9d3c4a;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    width: 30%;
}

#s-specifications-table-head1::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 100%;
    background-color: #8B8D95;
    transform-origin: bottom;
    transform: skew(338deg);
    z-index: 2;
}

#s-specifications-table-head2::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 100%;
    background-color: #B4293B;
    transform-origin: bottom;
    transform: skew(338deg);
    z-index: 2;
}

#s-specifications-table-head4::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 100%;
    background-color: #B4293B;
    transform-origin: bottom;
    transform: skew(338deg);
    z-index: 2;
}

.s-specifications-table-title-td {
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 18px;
    background: #1B1B1B !important;
    color: #fff !important;
    font-family: AvertaForTBWABold !important;
    font-style: italic;
    letter-spacing: 0.05em;
    opacity: 1 !important;
    padding: 11px 23px !important;
    text-align: left !important;
}

.s-specifications__table table .list, .s-specifications__table table .list p {
    text-align: left !important;
}

.s-specifications-table-title-child-td p {
    font-size: 14px;
    font-weight: 700 !important;
    font-style: italic;
    opacity: 0.7;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    text-align: left !important;
}
.s-specifications-table-title-child-td {
    background: #161616 !important;
    padding: 11px 23px !important;
}

/* .main-menu>.active>a {
    color: #FF0000;
} */

#color {
    padding-top: 56px !important;
    position: relative;
    background-image: url(../images/s-color/bg_360_new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.color-carousel {
    position: absolute;
    bottom: 0;
    width: inherit;
    height: inherit;
}

#color .flickity-page-dots {
    margin-top: calc(50vh - 29vw)
}

#color .color-expand-text {
    margin-top: -30px;
}

.color-360-car-desc {
    color: #fff;
    font-size: 36px !important;
    line-height: 59px;
    margin-top: 0;
    font-style: italic;
    margin-top: 18px;
    font-weight: 700;
}

#exterior {
    background-image: url(../images/s-exterior/bg_exterior_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.s-exterior-text-head {
    color: #fff;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 13px;
    font-style: italic;
    font-weight: 700;
}

.s-exterior-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 975px;
    font-weight: 500;
}

@keyframes hover-btn {
    100% {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        border-color: rgba(249, 14, 42, 0.7);
    }
}

#s-exterior-detail {
    width: 278px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../images/icon/bg_button_detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(50vw - 139px);
    margin-top: 28px;
}

#s-exterior-detail:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);
}

#s-operation-detail {
    width: 278px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../images/icon/bg_button_detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: calc(50vw - 139px);
    margin-top: 28px;
}

#s-operation-detail:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);
}

#s-accessory-detail {
    width: 186px;
    display: inline-block;
    border-radius: 25px;
    /*border: 1px solid #fff;*/
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 28px

}

#s-accessory-detail:hover {
    animation: hover-btn .3s forwards;
}

.popup-slider-desc {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

#operation {
    background-image: url(../images/s-operation/bg_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-exterior-title {
    margin-top: 88px;
}

#interior {
    background-position: bottom left;
    background-repeat: no-repeat;
}

#s-interior-container-text-1 {
    /* position: absolute; */
    bottom: 85px;
    left: 26px;
    width: 100%;
    margin-top: 30px;
}

#s-interior-slide-1 > img {
    width: 20px;
    position: absolute;
    left: -30px;
    bottom: -35px;
}

.s-interior-slide .flickity-page-dots, .s-safe-slide .flickity-page-dots {
    display: none;
}

#s-interior-slide-2 img {
    width: 20px;
    position: absolute;
    left: -35px;
    top: -15px;
}

#s-interior-slide-2 .section-interior-title {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.06em;
}

#s-interior-slide-2 .s-interior-text-head {
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    text-align: left;
    margin-top: 10px;
    font-weight: 700;
}

#s-interior-slide-2 .s-interior-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
}

#s-interior-container-text-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-interior-detail-1 {
    width: 278px;
    margin-top: 12px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    left: calc(50vw - 139px);
    background-image: url(../images/icon/bg_button_detail.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.s-interior-detail-2 {
    width: 278px;
    margin-top: 12px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    left: 135px;
    background-image: url(../images/icon/bg_button_detail.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.s-interior-detail-1, .s-interior-detail-2 {
    color: #fff;
    font-size: 16px;
    line-height: 52px
}

.s-interior-detail-1:hover, .s-interior-detail-2:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-interior/bg-button-details-hover.svg);
}

#s-interior-slide-2 {
    padding-top: 45px;
    position: absolute;
    left: 135px;
    bottom: 134px;
}

.section-interior-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 70px;
    text-transform: uppercase;
    text-align: center;
}

.s-interior-text-head {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 20px;
    font-style: italic;
}

.s-safe-text-head {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.s-interior-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-align: center;
    max-width: 995px;
    font-weight: 500;
}

.section-operation-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
    font-weight: 600;
}

.s-operation-text-head {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 16px;
    font-style: italic;
}

.s-operation-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
    font-weight: 500;
}

.honda-tools__item__icon > img {
    vertical-align: middle;
}

.s-safe-container-content-title {
    width: 100% !important;
}
.s-safe-container-content-title-mobile {
    display: none;
}

.s-safe-container-slide-2 p {
    /* max-width: 460px!important; */
    margin-bottom: -1px;
}

.s-safe-container-slide-1, .s-safe-container-slide-2 {
    height: 100vh;
    position: relative;
    text-align: center;
}

.s-safe-container-content-1 {
    display: inline-block;
    top: 0;
    right: calc(30vw - 63vh);
}

.s-safe-container-content-2 {
    position: absolute;
    text-align: left;
    bottom: 190px;
    left: 150px;
}
.s-safe-container-content-2 .section-safe-title {
    text-align: left;
}

.section-safe-title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.s-safe-container-content-1 .section-safe-title {
    margin-top: 100px;
    margin-bottom: 2px;
}

.s-safe-container-content-2 .section-safe-title {
    margin-top: 0;
    margin-bottom: 14px;
}

.s-safe-container-content-2 .s-safe-text-head {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.s-safe-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    max-width: 980px;
}
.s-safe-detail-1 {
    width: 278px;
    height: 52px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    bottom: 65px;
    background-image: url(../images/icon/bg_button_detail.png);
    left: calc(50vw - 139px);
}

.s-safe-detail-2 {
    width: 278px;
    height: 52px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    bottom: 100px;
    background-image: url(../images/icon/bg_button_detail.png);
    left: 150px
}

.s-safe-detail-1:hover, .s-safe-detail-2:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);
}

#accessory {
    background-image: url(../images/s-accessory/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
    background-size: cover
}

#library {
    background-color: #0B0D17;
    min-height: 100vh;
    padding-top: 70px;
}

.s-gallery__tabs__nav {
    margin-top: 30px;
}

#library-container .list-tabs li {
    padding-bottom: 10px;
}

.s-gallery__tabs__nav > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.s-gallery__tabs__nav > ul > li a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
}

#s-honda-connect {
    background-image: url(../images/s-interior/bg_hda_connect_new.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
}

#logo_hda_cn {
    display: inline-block;
    width: 260px;
    height: 88px;
    background-image: url(../images/s-interior/hda_cn_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

#img-hd-connect-app {
    position: absolute;
    bottom: 5vh;
    right: 0;
    height: 85vh;
}

.hda-cn-text-box {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hda-cn-text-box ul {
    padding-left: 20px;
}

.hda-cn-title {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-top: -10px;
    padding-left: 5px;
    margin-bottom: 20px;
    max-width: 655px;
    font-style: italic;
}

.hda-cn-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding-left: 5px;
    letter-spacing: -0.09px;
    max-width: 645px;
}

.hda-btn-download {
    padding-left: 5px;
}

.qr-code {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    margin-left: 57.5px;
    max-width: 323px;
}

.btn-download-app {
    display: inline-block;
    min-width: 214px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 7px;
    margin-top: 10px;
}

.btn-download-app:hover {
    animation: animation-up .3s ease normal forwards;
}

@keyframes animation-up {
    100% {
        transform: translateY(-5px);
    }
}

.hda_img_download {
    vertical-align: middle;
}

.hda-cn-img-download {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hda-detail {
    width: 278px;
    height: 52px;
    display: flex;
    text-align: center;
    margin-top: 30px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url('../images/s-interior/bg-button-details.svg');
}

.hda-detail:hover {
    animation: hover-hdac 0.3s forwards;
    background-image: url('../images/s-interior/bg_hda_connect_hover.svg');
}

@keyframes hover-hdac {
    100% {
        background-color: rgba(0, 0, 0, 0);
        color: #fff;
        font-weight: bold;
    }
}

.btn-area {
    min-height: 56px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    color: #293043;
}

.btn-area p:nth-child(1) {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.07px;
    font-family: 'AvertaForTBWARegular';
}

.btn-area p:nth-child(2) {
    margin: 0;
    margin-top: -6px;
    font-size: 23px;
    line-height: 28px;
    font-family: 'AvertaForTBWASemibold';
}

#library-container {
    display: block;
}

#library-container li {
    color: #55555A;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    font-style: italic;
}

#library-container li.active {
    color: #fff;
}

#library-container li.active::before {
    width: 120px;
    height: 3px;
    left: calc(50% - 60px) !important;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0) 0%, #FF0000 49.96%, rgba(255, 0, 0, 0) 100%);
}

.library-video {
    display: flex;
    width: calc(40vw - -40vh);
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.play-video, .play-video1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button, .play-button1, .play-button2, .play-button3 {
    cursor: pointer;
    position: absolute;
    display: flex;
}

.slider__rotate {
    min-height: 100vh;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    margin: 0 !important;
    width: 100% !important;
}

.s-libary-photo-slider {
    margin-top: 25px;
}

.s-library-footer {
    display: flex;
    grid-template-columns: 1fr 3fr 1fr;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: calc(100vw - 120px);
    justify-content: space-between;
    left: 60px;
    margin-top: 216px;
}

.s-library-footer1 {
    display: flex;
    grid-template-columns: 1fr 3fr 1fr;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: calc(100vw - 120px);
    justify-content: space-between;
    left: 60px;
    bottom: 180px;
}

.s-library-footer img, .s-library-footer1 img {
    width: 40px;
    height: 64px;
}

.s-library-number-slide {
    color: #fff;
}

.s-library-number-slide > .num_slide {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

.s-library-number-slide > .sum_slide {
    color: #55555A;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.s-library-btn-previous, .s-library-btn-next {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.s-interior-slide-item {
    position: relative;
    height: 100vh;
    width: 100%;
}

.s-interior-slide-item .container {
    text-align: center;
    display: flex;
    justify-content: center;
}

.s-interior-slide-item:nth-child(1) {
    background-image: url(../images/s-interior/bg_2_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-interior-slide-item:nth-child(2) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/s-interior/bg_interior_new.png);
}

.s-safe-slide-item, .s-accessory-slide-item {
    position: relative;
    height: 100vh;
    width: 100%;
}

.s-safe-slide-item:nth-child(1) {
    background-image: url(../images/s-safe/bg_1_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-safe-slide-item:nth-child(2) {
    background-image: url(../images/s-safe/bg_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-accessory-slide-item:nth-child(1) {
    background-image: url(../images/s-accessory/bg_new_1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.s-accessory-slide-item:nth-child(2) {
    background-image: url(../images/s-safe/bg_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s-accessory-container-content-1, .s-accessory-container-content-2 {
    position: absolute;
    bottom: 316px;
    left: 150px;
    text-align: left;
}

.s-accessory-container-content-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.s-interior-btn-next-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-interior-btn-pre-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-video, .bg-video1 {
    position: relative;
    width: 100%;
    height: 100%;
}

#player, #player1, #player2, #player3 {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 40px;
}

.s-libary-photo-slider > .flickity-prev-next-button.previous {
    top: -9999px;
    left: -9999px;
}

.s-libary-photo-slider > .flickity-prev-next-button.next {
    top: -9999px;
    right: -9999px;
}

.lib-btn-prev-next {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.24px;
}

.popup-container .flickity-button {
    top: 34%;
}

.popup-container .previous {
    opacity: 1 !important;
    width: 22px;
    height: 22px;
    background-image: url(../images/icon/popup_prev_btn-new.png);
    left: 242px !important;
}

.popup-container .next {
    opacity: 1 !important;
    width: 22px;
    height: 22px;
    background-image: url(../images/icon/popup_next_btn-new.png);
    right: 242px !important;
}

.s-safe-container-content-1 img:nth-child(1) {
    position: absolute;
    left: -25px;
    top: 60px;
}

.s-safe-container-content-2 img:nth-child(1) {
    position: absolute;
    left: -30px;
    top: -100px;
}

#intro {
    position: relative;
}

#s-intro-bg-text {
    width: 35%;
    position: absolute;
    top: 120px;
    left: 200px;
}

#s-intro-bg-text2 {
    width: 35%;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

.popup-container li::after {
    width: 30px !important;
    height: 30px !important;
}

/* .popup-container li.is-selected::after{
    outline: 1px solid #fff!important;
    outline-offset: 10px!important;
} */
.popup-container .center-carousel__item:not(.is-selected) img {
    width: max-content;
}

.popup-container .center-carousel__item:not(.is-selected) .rotateslider__inner {
    width: max-content;
    opacity: 0.3;
}

#intro {
    width: 100%;
    /* height: calc(100vh + 25px); */
    background-image: url(../images/s-intro/bg_intro_desktop_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#message {
    width: 100%;
    /* height: calc(100vh + 70px); */
    background-image: url(../images/s-message/bg_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#message .section-text-desc-common {
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 500;
}

.s-exterior-text-desc {
    margin: 0 auto;
    text-align: center;
}

.s-accessory-title {
    font-size: 30px;
    line-height: 37px;
    color: #FF0000;
    text-shadow: 0 0 30px #ff0000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 140px;
}

.s-accessory-text-head {
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}

.s-accessory-text-desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 590px;
    margin: 0 auto;
    font-weight: 400;
}

#s-accessory-detail {
    width: 278px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../images/icon/bg_button_detail.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 28px;
}

#s-accessory-detail:hover {
    animation: hover-btn .3s forwards;
    background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);
}

#s-specifications-table-head1_v2 {
    background-color: #8B8D95;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    font-style: italic;
}

#s-specifications-table-head2_v2 {
    background-color: #404045;
}

#specifications .s-spec-chose-type-car {
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    background-color: #B4293B;
}

#specifications #s-specifications-table-head2_v2 svg {
    position: absolute;
    top: 25px;
    right: 20px;
}

/*List*/
#specifications .dropdown ul {
    padding: 0;
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-top: .1em solid #c0cdd1;
    width: -webkit-fill-available;
}

#specifications .dropdown li {
    list-style: none;
    background-color: #c20000;
    padding: .5em;
    cursor: pointer;
    opacity: 1;
}

#s-spec-head-table-1 {
    max-height: 50px;
}

#s-specifications-table-head1, #s-specifications-table-head2, #s-specifications-table-head3, #s-specifications-table-head4 {
    border: none !important;
    font-size: 24px;
    line-height: 29px;
    border: none !important;
    text-align: center;
    font-style: italic;
}

#specifications table:nth-child(2) {
    border: 1px solid #404045;
}

#mCSB_1_container td {
    font-family: AvertaForTBWASemibold !important;
}

/* .s-specifications-table-title-td{
    color: #fff!important;
    font-size: 18px!important;
    line-height: 23px!important;
    font-family: AvertaForTBWABold!important;
} */
#popup_enter .popup__content {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popup-enter__actions a {
    font-size: 16px;
    line-height: 55px;
    height: unset !important;
    border: none;
    color: #fff;
    width: 100%;
}

.popup-enter__actions .js-popup-close {
    /*background-image: url(../images/s-interior/bg-button-details.svg);*/
}

.popup-enter__actions .btn {
    position: relative;
    background-color: transparent;
    /*background-image: url(../images/s-exterior/bg-exterior-details-hover.svg);*/
}

.popup-enter__actions .btn {
    background-image: url(../images/s-interior/bg-button-details.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.popup-enter__actions .btn-popup-enter {
    /*border: 3px solid transparent;*/
}

.popup-enter__actions .box-popup-enter {
    width: 278px;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
}

.popup-enter__actions .box-popup-enter:first-child {
    margin-right: 15px;
}

.popup-enter__actions .btn-popup-enter-shadow {
    opacity: 0;
    position: relative;
    width: calc(100% - 46px);
    box-shadow: 0 0 40px rgba(249, 14, 42, .7);
    background-color: #F90E2A;
    background-image: none;
    /*border: 3px solid #F90E2A;*/
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 7px;
    text-align: center;
    color: white;
}

.popup-enter__actions .btn-popup-enter-shadow .btn span {
    color: white;
}

.popup-enter__actions .box-popup-enter > a.btn-popup-enter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    padding: 0;
}

.popup-enter__actions .btn-popup-enter-shadow:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-color: #F90E2A;
    transform: translate(50%, -50%) rotate(45deg);
    border: 3px solid #F90E2A;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 7px;
}

.popup-enter__actions .btn-popup-enter-shadow:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: calc(100% - 2px);
    z-index: 2;
    width: 42px;
    height: 42px;
    background-color: #F90E2A;
    transform: translate(50%, -50%) rotate(225deg);
    border: 3px solid #F90E2A;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 7px;
}

.popup-enter__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-enter__actions .box-popup-enter {
    margin: 15px;
    z-index: 99;
}

.popup-enter__actions .box-popup-enter:hover .btn-popup-enter {
    opacity: 1;
    background-image: none;
    z-index: 99;
    visibility: visible;
    color: white;
}

.popup-enter__actions .box-popup-enter:hover .btn-popup-enter-shadow {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.popup-enter__actions .box-popup-enter .btn-popup-enter-shadow span {
    opacity: 0;
}

.popup-enter__img {
    position: relative;
}

#popup-enter-close {
    top: -20px;
    right: -20px;
    width: unset;
    height: unset;
}

#popup-enter-close > svg {
    width: 32px;
    height: 32px;
}

input, .custom-select-trigger, .custom-option {
    font-size: 16px;
    border-radius: 7px;
    font-family: AvertaforTBWASemibold;
}

.play-video, .play-video1 {
    -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
    -moz-animation: zoom-in-zoom-out 2s ease-out infinite;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.play-video > img, .play-video1 > img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.color-carousel__item {
    /* margin-top: 20%; */
    top: 7%;
}

@font-face {
    font-family: 'AvertaForTBWARegular';
    src: url(../fonts/AvertaforTBWA-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'AvertaForTBWABold';
    src: url(../fonts/AvertaforTBWA-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'AvertaForTBWASemibold';
    src: url(../fonts/AvertaforTBWA-Semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'AvertaForTBWAThin';
    src: url(../fonts/AvertaforTBWA-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'AvertaForTBWALight';
    src: url(../fonts/AvertaforTBWA-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'AvertaForTBWABlack';
    src: url(../fonts/AvertaforTBWA-Black.ttf) format('truetype');
}

* {
    font-family: AvertaForTBWABold;
}

.font-averta-regular {
    font-family: AvertaForTBWARegular !important;
}

.font-averta-bold {
    font-family: AvertaForTBWABold !important;
}

.font-averta-semibold {
    font-family: AvertaForTBWASemibold !important;
}

.font-averta-thin {
    font-family: AvertaForTBWAThin !important;
}

.font-averta-light {
    font-family: AvertaForTBWALight !important;
}

.font-averta-black {
    font-family: AvertaForTBWABlack !important;
}

.color-360 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-carousel {
    margin-top: 70px;
}

.slider__rotate .rotateslider-item__desc {
    margin-top: 13px;
}

.popup-slider-desc {
    font-size: 18px;
    line-height: 26px;
    max-width: fit-content;
    margin: 0 auto;
}

.slider__rotate .rotateslider-item__desc {
    font-size: 18px;
    line-height: 26px;
    font-family: AvertaForTBWARegular;
}

.popup-container .flickity-page-dots {
    bottom: 40px;
}

.center-carousel .flickity-page-dots li {
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0 15px;
    background-color: #fff;
    opacity: .3;
    -webkit-border-radius: 50%;
}

.spritespin-canvas::before {
    display: var(--display-none);
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 5.5555555556rem;
    height: 5.5555555556rem;
    background: url(../images/icon/drag.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    pointer-events: none;
    z-index: 3;
    -webkit-animation: dragmouse .7s linear forwards alternate infinite;
    animation: dragmouse .7s linear forwards alternate infinite;
}

.lib-container {
    display: grid;
    grid-template-rows: 4fr 1fr;
    max-height: 65vh;
}

.honda-tools {
    width: 80px;
    right: -50px;
}

.honda-tools__item__icon {
    display: flex;
    margin: 10px;
}

.honda-tools__item__title {
    display: none;
    opacity: 0;
    overflow: auto;
}

.honda-tools-mb {
    padding-left: 15px !important;
}

.honda-tools-mb img {
    width: 30px;
    height: 30px;
}

.honda-tools__item__title_mb {
    color: #fff;
    margin-left: 15px;
}

.honda-tools__item {
    position: relative;
    height: 40px;
    right: 27px;
    margin-bottom: 4px;
}

.honda-tools__item a {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}

.honda-tools__item a span {
    overflow: inherit !important;
}

.honda-tools__item a:hover {
    position: absolute;
    animation: honda-tool .0s forwards;
}
@media (max-width: 1024px) {
    .honda-tools__item a:hover {
        position: absolute;
        animation: unset !important;
    }
}
.popup-slider-title {
    font-size: 20px;
    line-height: 26px;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}

@keyframes honda-tool {
    0% {
        left: 0;
        width: 100%;
    }
    100% {
        left: -120px;
        width: 200%;
    }
}

.header__honda-tools:is(.visible-xs) .honda-tools__item a img {
    /* background-color: unset; */
    width: 20px;
    height: 20px;
}

.header__honda-tools .honda-tools {
    margin-left: 40px !important;
}

.s-hda-connect-container {
    display: grid;
    grid-template-columns: 6fr 2fr;
    width: 1190px;
    margin: 0 auto;
}

.color-carousel__item h3 {
    font-size: 24px;
    line-height: 29px;
    font-family: AvertaForTBWABold;
}

.color-carousel__item h3:first-child {
    margin-top: 28px;
}

.lib-btn-prev-next {
    cursor: pointer;
}

.s-libary-video-slider .flickity-prev-next-button {
    z-index: -10;
    opacity: 0;
}

.color-expand-text {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 991px) {
    .header__honda-tools:is(.visible-xs) .honda-tools__item__title, .honda-tools__item__title_mb {
        line-height: 28px;
        font-size: 18px;
    }

    .header__honda-tools:is(.visible-xs) .honda-tools__item__icon {
        /* padding-right: 15px; */
    }
}

@media (max-width: 600px) {
    #player, #player1, #player2, #player3 {
        padding: 0;
    }
    #s-intro-bg-text1, #s-intro-bg-text2 {
        display: none;
    }
    .color-carousel .flickity-page-dots li.is-selected:before {
        box-shadow: 0px 0px 4px rgba(88, 16, 16, 0.8), 0px 0px 20px rgba(255, 0, 0, 0.8) !important;
    }
    #intro {
        background-image: url(../images/s-intro/bg_intro_ipx.jpg);
    }

    #s-intro-bg-text {
        width: 80%;
        top: 90px;
        left: 35px;
    }

    #s-intro-bg-text2 {
        width: 65%;
        position: absolute;
        bottom: 240px;
        right: 40px;
    }

    .section-title-common {
        font-size: 18px !important;
        line-height: 24px;
        margin-top: 55px;
    }

    #message {
        background-image: url(../images/s-message/bg_ipx_new.jpg);
        /* background-size: 100% calc(100% - 70px); */
    }

    #message .section-text-head-common {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    #message .section-text-desc-common {
        font-size: 14px !important;
        line-height: 20px;
        max-width: 285px;
    }

    #color {
        background-image: url(../images/s-color/bg_ipx_new.jpg);
    }

    .color-carousel__item {
        padding-top: 4px;
    }

    .color-360-car-desc {
        font-size: 24px !important;
        line-height: 29px;
    }

    .color-carousel .flickity-page-dots li:before {
        width: 24px;
        height: 24px;
    }

    .flickity-page-dots .dot {
        margin: 5px 5px;
    }

    #exterior {
        background-image: url(../images/s-exterior/bg_ipx_new.jpg);
    }

    .s-exterior-text-head {
        font-size: 24px !important;
        line-height: 32px;
    }

    .s-exterior-text-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .s-exterior-text-desc {
        max-width: 295px !important;
    }

    #s-exterior-detail > a {
        font-size: 16px !important;
        line-height: 52px;
    }

    .section-exterior-title {
        margin-top: 50px;
    }

    .s-interior-slide-item:nth-child(1) {
        background-image: url(../images/s-interior/bg_2_ipx.jpg);
        background-size: 100% 100%;
        background-position: bottom;
    }

    .s-interior-slide-item:nth-child(2) {
        background-image: url(../images/s-interior/bg_1_ipx_new.jpg);
        background-position: center;
        background-size: cover;
    }

    .s-interior-text-head {
        margin-top: 12px;
        text-align: center !important;
        padding: 0 15px;
    }

    .s-interior-text-desc {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-bottom: 0 !important;
        padding: 0 10px;
        text-align: center !important;
    }

    #s-interior-detail > a {
        font-size: 16px !important;
        line-height: 52px;
    }

    #s-interior-container-text-1 {
        bottom: 50px;
        left: 20px;
    }

    #s-interior-slide-1 > img {
        top: -110px !important;
    }

    flickity-prev-next-button.next {
        right: 15px !important;
    }

    .flickity-prev-next-button.previous {
        left: 15px !important;
        top: 49%;
    }

    .flickity-prev-next-button.next {
        right: 15px !important;
        top: 49%;
    }

    #s-interior-slide-2 .section-interior-title {
        margin-top: 15px;
        text-align: center;
    }

    #operation {
        background-image: url(../images/s-operation/bg_ipx_new.jpg);
    }

    #logo_hda_cn {
        width: 190px;
        background-size: 115%;
    }

    .hda-cn-title {
        font-size: 24px;
        line-height: 32px;
        max-width: 400px;
    }

    .hda-cn-text-desc {
        padding-right: 8px;
        font-size: 13px !important;
        font-weight: 500;
        text-align: left;
        list-style: 18px;
        line-height: 18px;
    }

    .btn-download-app {
        min-width: 185px;
    }

    .hda-cn-text-box {
        padding: 10px;
        padding-top: 70px;
        align-items: center;
        width: 100vw;
    }

    .btn-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hda-cn-img-download {
        width: 28px;
        height: 28px;
        display: inline-block;
        margin-right: 10px;
    }

    .hda-cn-img-download:nth-child(2) {
        width: 28px;
        height: 28px;
        display: inline-block;
        margin: 0 10px;
    }

    .hda-cn-img-download img {
        width: 100%;
        height: 100%;
    }

    .hda-detail {
        margin-top: 20px;
        position: absolute;
        bottom: 15px;
        left: calc(50vw - 139px);

    }

    .btn-area p:nth-child(1) {
        font-size: 10px;
        line-height: 28px;
    }

    .btn-area p:nth-child(2) {
        font-size: 20px;
        line-height: 28px;
    }

    .btn-download-app {
        min-height: 48px;
    }

    #s-honda-connect {
        background-image: url(../images/s-interior/bg_connect_ipx.jpg);
        background-size: 100% 10%;
    }

    #img-hd-connect-app {
        display: none;
    }

    .s-safe-text-head {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .s-accessory-title {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-top: 50px;
    }

    .s-accessory-text-head {
        font-size: 24px !important;
        line-height: 32px !important;
        margin: 10px auto;
        max-width: 315px;
        text-align: center !important;
    }

    .s-accessory-text-desc {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    #s-accessory-detail {
        position: absolute;
        bottom: 50px;
        left: calc(50vw - 139px);
    }

    .section-operation-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .s-operation-text-head {
        font-size: 24px;
        line-height: 32px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .s-operation-text-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 375px;
        margin-top: 10px;
    }

    .s-accessory-text-desc {
        max-width: 343px;
    }

    .s-safe-slide-item:nth-child(1) {
        background-image: url(../images/s-safe/bg_1_ipx.jpg);
    }

    .s-safe-slide-item:nth-child(2) {
        background-image: url(../images/s-safe/bg_2_ipx.jpg);
    }

    .section-safe-title {
        font-size: 18px !important;
        line-height: 26px;
        font-weight: 600;
        text-align: center !important;
        margin-bottom: 0px !important;
    }

    .s-accessory-slide-item:nth-child(1) {
        background-image: url(../images/s-accessory/bg_ipx_new.jpg);
    }

    .s-safe-container-slide-1 img:nth-child(2) {
        width: 213px;
    }

    .s-safe-text-desc {
        font-size: 13px !important;
        line-height: 18px;
        color: #FFFFFF;
        padding: 0 10px;
    }

    .s-safe-container-content-1 .section-safe-title {
        margin-top: 40px;
    }

    .s-safe-container-content-1 {
        left: 18px;
    }

    .s-safe-container-content-2 img:nth-child(1) {
        top: -40px;
        height: 280px;
        width: 15px;
    }

    #safe .flickity-prev-next-button.previous {
        top: 50% !important;
    }

    #safe .flickity-prev-next-button.next {
        top: 50% !important;
    }

    #accessory {
        background-image: url(../images/s-accessory/bg_ipx.jpg);
        background-position: center;
        background-size: cover;
    }

    .s-safe-text-head {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }

    #library {
        padding-top: 0;
    }

    .s-gallery__tabs__nav {
        margin-top: 10vh;
    }

    .s-libary-photo-slider {
        margin-top: 95px;
    }

    .library-video {
        max-width: 600px;
    }

    .section-spec-title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    #test-drive {
        height: auto;
    }

    #infoTitle {
        margin-top: 25px !important;
        font-size: 24px;
        line-height: 54px;
    }

    #note-require1 {
        line-height: 20px;
        font-size: 16px;
    }

    #note-require {
        line-height: 24px;
        font-size: 16px;
    }

    .list-tabs__item {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    #submitQuestion {
        width: 100% !important;
        font-size: 16px !important;
        margin: 30px 0;
        line-height: 50px !important;
    }

    #test-drive-submit-container {
        padding: 0 !important;
    }

    input, .custom-select-trigger, .custom-option {
        font-size: 16px !important;
        line-height: 50px !important;
        border-radius: 4px;
    }

    .card-body {
        padding: 0;
    }

    #container-footer {
        display: block;
    }

    #container-footer div:nth-child(1) {
        display: none;
    }

    #container-footer div:nth-child(3) {
        display: unset !important;
    }

    .footer {
        height: auto;
        background-color: #12141D;
    }

    .footer-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-icon {
        float: unset;
    }

    #back-top-top-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #12141d;
    }

    .back-to-top {
        display: block !important;
        position: unset;
        /* -webkit-animation: none;
        animation: none; */
    }

    .back-to-top img {
        width: 54px !important;
        background-color: #12141d;
    }

    /* .s-libary-photo-item img{
        width: 300px;
    } */
    .s-libary-photo-item {
        padding: 5px;
    }

    #s-spec-head-table-1 {
        display: none;
    }

    #s-spec-head-table-2 {
        display: block !important;
    }

    .s-specifications__content {
        max-height: calc(100vh - 250px) !important;
    }

    .s-specifications .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        display: none;
    }

    .s-specifications__table table td {
        font-size: 12px;
        font-weight: 500;
    }

    .s-specifications__table:nth-child(1) table td, .s-specifications__table:nth-child(1) table th {
        /* width: 100%!important; */
        padding: 20px 10px;
    }

    .s-spec-detail-item0, .s-spec-detail-item1, .s-spec-detail-item2, .s-spec-detail-item3 {
        font-size: 14px !important;
        font-weight: 700;
    }

    .s-specifications-table-title-td {
        line-height: 40px;
        font-size: 14px !important;
        padding: 0 10px !important;
    }

    .s-spec-detail-item0 {
        width: auto;
    }

    #s-specifications-table-head1_v2, #s-specifications-table-head2_v2 {
        width: 23% !important;
    }

    .main-menu.animation-li li {
        height: 40px;
    }

    .flickity-page-dots {
        bottom: 135px;
    }

    #color .flickity-page-dots {
        margin-top: 145px;
    }

    #color .color-expand-text {
        margin-top: -40px;
    }

    .s-interior-detail-2 {
        left: calc(50vw - 139px);
        bottom: 50px;
    }

    .center-carousel__item {
        max-width: 60%;
    }

    .center-carousel__item:not(.is-selected) {
        max-width: 60%;
        width: fit-content;
        left: 65% !important;
    }

    .popup-container .previous, .popup-container .next {
        width: 20px;
        height: 20px;
        top: 15% !important;
    }

    .center-carousel .flickity-prev-next-button {
        background-color: unset !important;
        border: unset;
    }

    .popup-slider-desc {
        font-size: 14px;
        line-height: 20px;
    }

    /* .popup-container .center-carousel__item:not(.is-selected) .rotateslider__inner{
        width: fit-content;
    } */
    .play-video > img, .play-video1 > img {
        width: 40px !important;
    }

    .play-button > img, .play-button1 > img, .play-button2 > img, .play-button3 > img {
        width: 30px !important;
        height: 30px !important;
    }

    .popup-container .flickity-page-dots {
        bottom: 150px;
    }

    .spritespin-canvas::before {
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .box-group-input {
        grid-template-columns: 1fr !important
    }

    #modal-content {
        width: 280px !important
    }

    #thank-you-content {
        padding: 30px 0 !important
    }

    #thank-you-title {
        font-size: 14px !important;
        letter-spacing: 1px !important
    }

    #thank-you-text {
        font-size: 10px !important
    }

    #icon-close {
        width: 25px;
        height: 25px
    }

    #modal-close {
        top: -35px !important;
        right: -55px !important
    }

    .custom-options {
        top: 35px !important
    }

    .custom-option {
        font-size: 12px !important
    }

    input, select {
        line-height: 35px;
        font-size: 12px
    }

    .custom-select-trigger {
        line-height: 50px !important;
        font-size: 16px !important
    }

    .card-body {
        padding: 0 20px
    }

    #note {
        white-space: normal
    }

    .color-carousel__item p {
        margin-bottom: 350px !important;
    }

    .color-carousel .flickity-page-dots li:before {
        border: 1px solid #FFFFFF;
    }

    .s-interior-text-desc {
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
    }

    .s-accessory-container-content-1, .s-accessory-container-content-2 {
        position: initial;
        margin-top: 70px;
        text-align: center;
    }

    .s-accessory-title-2 h4, .s-accessory-title-1 h4 {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .s-accessory-title-2 h4:last-child, .s-accessory-title-1 h4:last-child {
        color: #FFFFFF;
    }

    .s-accessory-title-1 h4:first-child {
        color: #F90E2A;
    }

    .s-accessory-container-content-title {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 8px;
    }

    .s-libary-photo-item img, .s-libary-video-item > .library-video > .bg-video > img {
        width: 172px;
        height: 96px;
        opacity: 0.4;
        padding: 0 10px;
    }

    .s-libary-photo-item.is-selected + div, .s-libary-video-item.is-selected + div > .library-video > .bg-video {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .s-libary-photo-item.is-selected img, .s-libary-video-item.is-selected > .library-video > .bg-video > img {
        width: 295px;
        height: 165px;
        opacity: 1;
        padding: 0 10px;
    }

    .s-libary-video-item > .library-video > .bg-video {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .s-libary-photo-item, .s-libary-video-item {
        width: 295px;
        height: 165px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .s-library-footer, .s-library-footer1 {
        display: none;
    }

    #s-specifications-table-head1_v2::after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 40px;
        height: 100%;
        background-color: #8B8D95;
        transform-origin: bottom;
        transform: skew(338deg);
        z-index: 2;
    }

    .s-specifications__table table td img {
        display: none;
    }

    .s-accessory-mobile-1, .s-accessory-mobile-2 {
        display: block !important;
        position: absolute;
        left: calc(50vw - 120px);
    }

    .s-accessory-mobile-1 {
        bottom: 328px;
    }

    .s-accessory-mobile-2 {
        bottom: 120px;
    }

    .s-accessory-1, .s-accessory-2 {
        display: none;
    }

    .s-safe-detail-1, .s-safe-detail-2 {
        bottom: 50px;
        left: calc(50vw - 139px);
    }
    .s-safe-container-content-title {
        font-size: 26px;
        font-weight: 700;
        margin-top: 0;
        max-width: 300px;
        text-align: center;
    }

    .s-safe-container-content-title-mobile {
        font-size: 26px;
        font-weight: 700;
        margin-top: 0;
        text-align: center;
        display: block;
        color: #FFFFFF;
        font-style: italic;
    }
    .s-safe-container-slide-1 .s-safe-container-content-title {
        display: none;
    }

    .s-interior-detail-1 {
        bottom: 50px;
    }

    .s-interior-slide .flickity-page-dots, .s-safe-slide .flickity-page-dots {
        display: block;
        bottom: 24px;
    }

    .s-interior-slide .flickity-page-dots .dot:before, .s-safe-slide .flickity-page-dots .dot:before {
        width: 16px;
        height: 2px;
    }

    .s-interior-slide .flickity-page-dots .dot, .s-safe-slide .flickity-page-dots .dot {
        width: 16px;
        height: 2px;
        border-radius: 0.5px;
        position: relative;
        background: #FFFFFF;
        opacity: 0.2;
        margin: 5px 10px;
    }

    .s-interior-slide .flickity-page-dots .dot.is-selected, .s-safe-slide .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

    #s-interior-slide-2 {
        left: 0px;
        width: 100%;
    }

    .s-specifications__table td ul {
        margin-bottom: 0;
    }

    .qr-code {
        width: 55vw !important;
        margin-left: 0px !important;
    }

    #s-operation-detail {
        position: absolute;
        bottom: 50px;
    }
    .s-safe-container-content-2 {
        left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .s-hda-connect-note {
        padding-left: 20px !important;
        padding-top: 0px !important;
        font-size: 13px !important;
    }
    .s-hda-connect-note p {
        margin-bottom: 2px;
    }

    .hda-cn-text-box ul li {
        padding-left: 0px;
    }

    .hda-cn-text-box ul li:first-child {
        margin-bottom: 8px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    #s-intro-bg-text1, #s-intro-bg-text2 {
        display: none;
    }

    #intro, #message, #exterior, #interior, #safe, #accessory, .s-interior-slide-item, #operation, .s-safe-slide-item, .s-safe-container-slide-2, #s-honda-connect, #color {
        height: 1024px;
    }

    .s-intro {
        margin-top: 0;
    }

    /* .popup#popup_enter .popup-enter__img{
        padding-right: 40px;
    } */
    .center-carousel__item {
        max-width: 75%;
    }

    /* .center-carousel__item:not(.is-selected){
        max-width: 85%;
        width: max-content;
    } */
    .popup-container .center-carousel__item:not(.is-selected) .rotateslider__inner {
        width: -webkit-fill-available;
    }

    .center-carousel__item[aria-hidden=true] {
        transform-origin: 70% 40%;
    }

    .center-carousel__item.is-selected + .center-carousel__item {
        transform-origin: 30% 40%;
    }

    .center-carousel {
        padding-bottom: 20vh;
    }

    .popup-container .previous {
        left: 35px !important;
    }

    .popup-container .next {
        right: 35px !important;
    }

    .popup--slider .popup__content {
        margin: 0;
    }

    .popup--slider .popup-container {
        padding-left: 0;
    }

    .popup-container .flickity-button {
        top: 29%;
    }

    .popup#popup_enter .popup__close {
        right: 30px !important;
        top: -30px !important;
    }

    #intro {
        background-image: url(../images/s-intro/bg_intro-ipad.jpg);
    }

    #s-intro-bg-text {
        width: 80% !important;
        top: 120px !important;
        left: 70px !important;
    }

    #s-intro-bg-text2 {
        width: 65%;
    }

    .scroll-down-btn {
        bottom: 100px;
    }

    #message {
        background-image: url(../images/s-message/bg_message_ipad.jpg);
    }

    .section-title-common {
        font-size: 18px !important;
    }

    .s-interior-text-head {
        margin-top: 0px;
    }

    #message .section-text-head-common {
        font-size: 35px !important;
    }

    #message .section-text-desc-common {
        font-size: 16px !important;
        max-width: 620px;
    }

    .color-carousel__item {
        /* padding-top: 150px; */
        padding-bottom: 0;
    }

    .color-360-car-desc {
        font-size: 35px !important;
    }

    .s-exterior-text-head {
        font-size: 30px !important;
    }

    .s-exterior-text-desc {
        padding: 0 20px;
    }

    .s-interior-text-head, .s-operation-text-head, .section-spec-title {
        font-size: 26px !important;
        line-height: 49px !important;
    }

    #s-exterior-detail {
        position: absolute;
        bottom: 50px;
    }

    #s-specifications-table-head1::after, #s-specifications-table-head2::after, #s-specifications-table-head3::after, #s-specifications-table-head4::after {
        width: 30px;
    }

    #s-interior-slide-2 .s-interior-text-desc {
        max-width: 650px !important;
    }

    #img-hd-connect-app {
        width: 80%;
    }

    #color {
        background-image: url(../images/s-color/bg_color_ipad.jpg);
    }

    #exterior {
        background-image: url(../images/s-exterior/bg_exterior_ipad.jpg);
    }

    .section-exterior-title {
        margin-top: 85px;
    }

    #s-interior-slide-2 {
        left: 50px;
    }

    #s-interior-slide-2 img {
        top: 25px;
    }

    .s-interior-detail-2 {
        left: 50px;
        bottom: 50px;
    }

    .s-interior-detail-1 {
        bottom: 50px;
    }

    #s-interior-slide-2 .section-interior-title {
        font-size: 18px;
        font-weight: 600;
    }

    .hda-cn-title {
        max-width: 500px;
        font-size: 30px;
        line-height: 35px;
    }

    .hda-cn-text-desc {
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
    }

    .btn-download-app {
        min-width: 185px;
    }

    .btn-area {
        min-height: 50px;
    }

    .btn-area p:nth-child(1) {
        font-size: 12px;
        line-height: 24px;
    }

    .btn-area p:nth-child(2) {
        font-size: 20px;
        line-height: 26px;
    }

    .s-accessory-title {
        margin-top: 100px;
    }

    .s-accessory-container-content-title {
        font-size: 18px;
        font-weight: 600;
    }

    .s-interior-slide-item:nth-child(1) {
        background-image: url(../images/s-interior/bg_interior_ipad_1.jpg);
    }

    .s-interior-slide-item:nth-child(2) {
        background-image: url(../images/s-interior/bg_interior_ipad_2.jpg);
    }

    #img-hd-connect-app {
        display: none;
    }

    .hda-cn-text-box {
        padding-top: 50px;
        padding-left: 50px;
    }

    #s-honda-connect {
        background-image: url(../images/s-interior/bg_connect_ipad.jpg);
        background-repeat: no-repeat;
        /* background-position: 300px 350px, bottom;
        background-size: 80%, cover; */
    }

    #operation {
        background-image: url(../images/s-operation/bg_operation_ipad.jpg);
    }

    #s-operation-detail {
        position: absolute;
        bottom: 50px;
    }
    .s-safe-container-content-title {
        font-size: 26px;
        margin-bottom: 10px !important;
    }
    .s-safe-slide-item:nth-child(1) {
        background-image: url(../images/s-safe/bg_safe_ipad.jpg);
    }

    .s-safe-slide-item:nth-child(2) {
        background-image: url(../images/s-safe/bg_safe_ipad2.jpg);
    }

    #safe .flickity-prev-next-button {
        top: 48% !important;
    }

    .s-accessory-slide-item:nth-child(1) {
        background-image: url(../images/s-accessory/bg_accessory_ipad.jpg);
    }

    .s-accessory-text-head {
        font-size: 26px !important;
        margin: 10px auto;
        max-width: 600px;
    }

    .s-accessory-text-desc {
        max-width: 500px;
    }

    .s-accessory-container-content-1 {
        left: 50px;
        bottom: 100px;
    }

    .s-libary-photo-slider {
        margin-top: 60px;
    }

    .s-library-footer {
        display: none;
    }

    .footer {
        height: 4.89rem;
    }

    .s-safe-container-content-1 img:nth-child(1) {
        top: 70px;
    }

    #accessory {
        background-image: url(../images/s-accessory/bg_ipad.jpg);
    }

    .s-operation-text-desc {
        max-width: 650px !important;
    }

    .s-specifications__content {
        max-height: calc(100vh - 320px) !important;
    }

    .main-menu.animation-li li {
        height: 40px;
    }

    .flickity-page-dots {
        bottom: 120px;
    }

    #color .flickity-page-dots {
        margin-top: 115px;
    }

    #color .color-expand-text {
        margin-top: -70px;
    }

    .s-libary-photo-item img {
        width: unset;
        height: 30vh;
    }

    .bg-video > img {
        width: 600px;
    }

    .s-safe-container-content-1 {
        top: -5px;
        left: 30px;
    }

    .s-safe-slide-item:nth-child(2) {
        background-position: 0 -80px;
    }

    .back-to-top {
        display: block !important;
        position: unset;
        -webkit-animation: none;
        animation: none;
    }

    #back-top-top-box {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .back-to-top img {
        width: 54px !important;
        background-color: #12141d;
    }
    .color-carousel__item p {
        margin-bottom: calc(50vh - 10vw) !important;
    }

    .s-libary-photo-item img, .s-libary-video-item > .library-video > .bg-video > img {
        width: 295px;
        height: 165px;
        opacity: 0.4;
        padding: 0 30px;
    }

    .s-libary-photo-item.is-selected img, .s-libary-video-item.is-selected > .library-video > .bg-video > img {
        width: 570px;
        height: 321px;
        opacity: 1;
        padding: 0 30px;
    }

    .s-libary-photo-item, .s-libary-video-item {
        width: 570px;
        height: 321px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .custom-select-trigger:after {
        width: 13px !important;
        height: 13px !important
    }
    .s-safe-container-content-2 .s-safe-text-desc {
        text-align: left;
        max-width: 500px;
    }
    .s-safe-container-content-2 {
        left: 50px;
    }
    .s-safe-detail-2 {
        left: 50px;
        bottom: 50px;
    }

    .s-hda-connect-note {
        padding-top: 10px !important;
        font-size: 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .back-to-top {
        display: block !important;
        position: unset;
        -webkit-animation: none;
        animation: none;
    }

    #back-top-top-box {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .back-to-top img {
        width: 54px !important;
        background-color: #12141d;
    }

    .section-title-common {
        font-size: 18px !important;
    }

    .main-menu li a {
        font-size: 12px;
    }

    .header__logo {
        line-height: 50;
    }

    .s-gallery__tabs__nav {
        margin-top: 0;
    }

    #intro {
        background-image: url(../images/s-intro/bg_intro-ipad.jpg);
        background-position: center;
    }

    #s-intro-bg-text1, #s-intro-bg-text2 {
        display: none;
    }

    #s-intro-bg-text {
        width: 57% !important;
        position: absolute;
        top: 100px !important;
        left: 50px !important;
    }

    #s-intro-bg-text2 {
        width: 45%;
    }

    #message {
        background-image: url(../images/s-message/bg_message_ipad.jpg);
        background-position: center;
    }

    #message .section-text-head-common {
        line-height: 34px;
    }

    .color-carousel__item {
        top: 5%;
    }
    .color-carousel__item p {
        margin-bottom: calc(55vh - 10vw) !important;
    }

    #color {
        background-image: url(../images/s-color/bg_color_ipad.jpg);
        background-position: center;
    }

    #exterior {
        background-image: url(../images/s-exterior/bg_exterior_ipad.jpg);
    }

    .color-carousel__item {
        padding-bottom: 100px;
    }

    .s-interior-slide-item:nth-child(1) {
        background-image: url(../images/s-interior/bg_interior_ipad_1.jpg);
    }

    .s-interior-slide-item:nth-child(2) {
        background-image: url(../images/s-interior/bg_interior_ipad_2.jpg);
    }

    .flickity-prev-next-button.previous {
        top: 45%;
        left: 50px;
    }

    .flickity-prev-next-button.next {
        top: 48%;
        right: 80px !important;
    }

    #s-interior-container-text-1 {
        bottom: 115px;
    }

    .s-interior-text-head {
        font-size: 30px;
        line-height: 34px;
        /* max-width: 400px; */
    }

    #s-interior-slide-2 .s-interior-text-head {
        font-size: 30px;
        line-height: 34px;
    }

    .s-interior-detail-1 {
        margin-left: 0;
    }

    .s-interior-detail-2 {
        left: 135px;
    }

    #s-honda-connect {
        background-image: url(../images/s-interior/bg_connect_ipad.jpg);
    }

    .hda-cn-text-box {
        /* padding-top: 100px; */
        margin-left: 50px;
    }

    .hda-cn-title {
        font-size: 35px;
        line-height: 40px;
    }

    #img-hd-connect-app {
        bottom: 5% !important;
        right: -17% !important;
        width: 70% !important;
    }

    .section-operation-title {
        margin-top: 55px;
    }

    .s-operation-text-head {
        font-size: 30px;
        line-height: 34px;
    }

    .s-operation-text-desc {
        max-width: 600px;
    }

    .s-safe-slide-item:nth-child(1) {
        background-image: url(../images/s-safe/bg_safe_ipad.jpg);
    }

    .s-safe-slide-item:nth-child(2) {
        background-image: url(../images/s-safe/bg_safe_ipad2.jpg);
    }

    .s-safe-container-content-1 {
        top: -45px;
        right: -55px;
    }

    .s-safe-container-content-1 img:nth-child(1) {
        top: 80px;
    }

    .s-safe-container-content-2 {
        bottom: 60px;
    }

    .s-safe-container-content-2 .s-safe-text-head {
        font-size: 30px;
        line-height: 34px;
    }

    .s-accessory-title {
        margin-top: 55px;
    }

    .s-safe-container-content-2 {
        font-size: 30px;
        line-height: 34px;
    }

    #operation {
        background-image: url(../images/s-operation/bg_operation_ipad.jpg);
    }

    .s-safe-container-content-2 {
        bottom: 95px;
    }

    .s-accessory-slide-item:nth-child(1) {
        background-image: url(../images/s-accessory/bg_accessory_ipad.jpg);
    }

    .s-accessory-container-content-1, .s-accessory-container-content-2 {
        bottom: 65px;
    }


    .s-specifications__content {
        max-height: calc(100vh - 300px);
    }

    .s-libary-photo-item {
        padding: 0 25px;
    }

    .s-libary-video-item > .library-video > .bg-video {
        justify-content: center;
    }

    .popup-container .previous {
        left: 50px !important;
    }

    .popup-container .next {
        right: 50px !important;
    }

    .popup-container .center-carousel__item:not(.is-selected) .rotateslider__inner {
        width: 100%;
    }

    .center-carousel__item.is-selected + .center-carousel__item {
        transform-origin: 30% 50% !important;
    }

    .center-carousel__item[aria-hidden=true] {
        transform-origin: 70% 50% !important;
    }

    .popup-container .flickity-page-dots {
        bottom: 0;
    }

    .popup-container {
        padding: 0;
    }

    .popup-container .flickity-page-dots {
        padding-top: 50px;
    }

    .center-carousel {
        min-height: calc(100vh - 720px);
    }

    .flickity-page-dots {
        bottom: 80px;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 36vw) !important;
    }

    #color .color-expand-text {
        margin-top: -80px;
    }

    .header, .header__logo svg, .main-menu.animation-li li {
        height: 50px;
    }

    #message .section-title-common {
        margin-top: 30px;
    }

    #message .section-text-desc-common {
        max-width: 690px;
    }

    .section-text-head-common {
        font-size: 30px;
        line-height: 49px;
    }

    .s-exterior-text-head {
        font-size: 30px;
        margin: 0 auto;
        max-width: 735px;
    }

    .s-exterior-text-desc {
        max-width: 600px;
    }

    .section-exterior-title {
        margin-top: 55px;
    }

    .s-interior-slide-item:nth-child(1) {
        background-position: center;
    }

    .s-accessory-text-head {
        font-size: 30px;
        line-height: 34px;
    }

    .header .container, .main-menu {
        height: 50px;
    }

    .main-menu li a {
        line-height: 50px;
        height: unset;
        font-size: 11px;
    }

    .library-video {
        max-width: 800px;
    }

    #infoTitle {
        margin-top: 50px;
    }

    .color-carousel__item h3 {
        font-size: 30px !important;
        line-height: 34px;
    }

    #exterior {
        background-position: center;
    }

    #intro, #message, #exterior, #interior, #safe, #accessory, .s-interior-slide-item, #operation, .s-safe-slide-item, .s-safe-container-slide-2, #s-honda-connect, #color {
        height: 100vh;
    }

    .flickity-prev-next-button.next {
        right: 30px !important;
    }
}

@media (max-width: 1439px) {
    #color .flickity-page-dots {
        margin-top: calc(50vh - 23vw);
    }

    .color-expand-text {
        margin-top: -30px;
    }

    .section-exterior-title {
        margin-top: 70px;
    }

    .section-interior-title {
        margin-top: 40px;
    }

    #s-interior-container-text-1 {
        bottom: calc(50vh - 20vw);
    }

    #s-interior-container-text-2 {
        top: 20px;
    }

    #s-interior-slide-1 > img {
        height: 300px;
    }

    #s-interior-slide-2 img {
        top: -20px;
    }

    #s-interior-slide-2 {
        padding-top: 35px;
    }

    .s-accessory-title {
        margin-top: 50px;
    }

    .hda-cn-text-box {
        /* padding-top: calc(50vh - 35vw); */
    }

    #img-hd-connect-app {
        bottom: 4vh;
        right: 0;
        height: 85vh;
    }

    .color-carousel__item h3:first-child {
        margin-top: 15px;
    }

    .section-operation-title, .s-safe-container-content-1 .section-safe-title {
        margin-top: 70px;
    }

    .flickity-prev-next-button.previous {
        left: 50px;
    }

    .flickity-prev-next-button.next {
        right: 35px;
    }

    .popup-container .previous {
        left: calc(25vw - 23vh) !important
    }

    .popup-container .next {
        right: calc(25vw - 23vh) !important
    }

    /* .center-carousel__item{
        width: calc(50vw - 20vh);
    } */
    .popup-container .flickity-page-dots {
        bottom: 10px;
    }

    .s-safe-container-content-1 img:nth-child(1) {
        top: 25px;
    }

    #message .section-title-common, .color-carousel__item h3, .section-exterior-title, .section-interior-title, .section-operation-title, .s-safe-container-content-1 .section-safe-title, .s-safe-container-content-2 .section-safe-title, .s-accessory-title {
        font-size: 24px;
        line-height: 32px !important;
    }

    #message .section-text-head-common, .color-360-car-desc, .s-operation-text-head, .s-safe-container-content-2 .s-safe-text-head, .s-accessory-text-head {
        font-size: 36px ;
        line-height: 54px;
    }

    #message .section-text-desc-common, .s-exterior-text-desc, .s-interior-text-desc, .s-operation-text-desc {
        font-size: 16px;
    }

    .s-operation-text-head {
        margin: 6px 0;
    }

    #s-intro-bg-text {
        width: 30%;
        top: calc(50vh - 18vw);
        left: 7vw;
    }

    .section-exterior-title {
        margin-bottom: 0;
    }

    .s-exterior-text-head {
        margin-top: 8px;
    }

    .color-carousel__item p {
        margin-bottom: calc(40vh - 10vw);
    }

    .s-safe-container-content-1 {
        top: 0;
        right: calc(30vw - 50vh);
    }

    .library-video {
        width: calc(50vw - -7vh);
    }

    .s-gallery__tabs__nav {
        margin-top: 10px;
    }

    .section-spec-title {
        margin-bottom: 55px;
    }

    .title-common {
        margin-top: 55px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .s-libary-photo-item img {
        /* width: unset;
        height: 40vw; */
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1170px;
        padding: 0;
    }

    .section-block__content {
        padding-top: 90px;
    }

    #message .section-title-common {
        margin-top: 0;
    }

    .section-exterior-title {
        margin-top: 80px;
    }

    #s-interior-slide-2 {
        padding-top: 100px;
    }

    .section-interior-title {
        margin-top: 64px;
    }

    #img-hd-connect-app {
        right: 0;
    }

    .hda-cn-text-box {
        padding-top: calc(48vh - 15vw);
    }

    .section-operation-title {
        margin-top: 90px;
    }

    .s-accessory-title {
        margin-top: 80px;
    }

    .section-safe-title {
        margin-top: 90px !important;
    }

    .s-safe-container-content-1 {
        top: -5px;
        right: calc(60vw - 115vh);
    }

    .s-safe-container-content-1 img:nth-child(1) {
        top: 70px;
    }

    .s-safe-container-content-2 img:nth-child(1) {
        top: -10px;
    }

    .s-gallery__tabs__nav {
        margin-top: 20px;
    }

    .popup-container .previous {
        left: 330px !important;
    }

    .popup-container .next {
        right: 330px !important;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 25vw);
    }

    #color .color-expand-text {
        margin-top: -30px;
    }

    .color-carousel__item h3:nth-child(2) {
        /* margin-bottom: 60px; */
    }

    #s-intro-bg-text {
        top: 80px;
    }

    .s-hda-connect-container {
        width: 1170px;
    }
}

@media (min-width: 1900px) {
    #s-intro-bg-text1 {
        width: 31%;
        position: absolute;
        top: 135px;
        left: 40vw;
    }

    #s-intro-bg-text2 {
        width: 31%;
        position: absolute;
        bottom: 35px;
        right: 35px;
    }

    #message .section-title-common,
    .color-carousel__item h3:first-child,
    .section-exterior-title,
    .section-interior-title,
    .section-operation-title,
    .section-safe-title,
    .s-accessory-container-content-title,
    #message .section-text-head-common,
    .color-carousel__item h3:nth-child(2),
    .s-exterior-text-head,
    .s-interior-text-head,
    .s-operation-text-head,
    .s-safe-container-content-title,
    .s-accessory-text-head {
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    }

    #message .section-text-desc-common,
    .color-carousel__item p,
    .s-exterior-text-desc,
    .s-interior-text-desc,
    .s-operation-text-desc,
    .s-safe-text-desc,
    .s-accessory-text-desc {
        text-shadow: 0px 1px 25px rgba(0, 0, 0, 0.6);
    }

    .s-accessory-1 {
        bottom: 26.375rem !important;
    }

    .color-360-car-desc {
        /* margin-bottom: 350px!important; */
    }

    .section-exterior-title {
        margin-top: 95px !important;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 23vw);
    }

    #color .color-expand-text {
        margin-top: -30px;
    }

    .s-safe-container-content-1 {
        top: 15px;
        right: calc(10vw + -27vh);
    }

    .popup-container .previous {
        left: 45px !important;
    }

    .popup-container .next {
        right: 45px !important;
    }

    #intro {
        background-image: url(../images/s-intro/bg_intro_desktop_new.png);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #message {
        background-image: url(../images/s-message/bg_message_desktop.png) !important;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #color {
        background-image: url(../images/s-color/bg_color_desktop.png);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #exterior {
        background-image: url(../images/s-exterior/bg_exterior_desktop.png);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-interior-slide-item:nth-child(1) {
        background-image: url(../images/s-interior/bg_interior_desktop_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-interior-slide-item:nth-child(2) {
        background-image: url(../images/s-interior/bg_interior_desktop_1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #s-honda-connect {
        background-image: url(../images/s-interior/bg_connect_desktop.png);
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
    }

    #operation {
        background-image: url(../images/s-operation/bg_operation_desktop.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-safe-slide-item:nth-child(1) {
        background-image: url(../images/s-safe/bg_safe_desktop-1.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-safe-slide-item:nth-child(2) {
        background-image: url(../images/s-safe/bg_safe_desktop-2.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-accessory-slide-item:nth-child(1) {
        background-image: url(../images/s-accessory/bg_accessory_desktop.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .color-carousel__item p {
        margin-bottom: 280px;
    }
}

@media (max-width: 850px) {
    /* .header {
        height: 48px;
    } */
    .header__logo a {
        display: flex;
    }
    .popup#popup_enter .popup-enter__img {
        max-width: 85%;
    }

    .popup-enter__actions a {
        font-size: 12px;
        /*line-height: 35px;*/
        /*width: 188px;*/
        /*margin: 5px;*/
    }

    .popup-enter__actions .btn {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .popup#popup_enter .popup__close {
        right: -20px !important;
        /* top: 0!important; */
    }

    .play-video > img, .play-video1 > img {
        width: 40px !important;
    }

    .play-button > img, .play-button1 > img, .play-button2 > img, .play-button3 > img {
        width: 30px !important;
        height: 30px !important;
    }

    #s-intro-bg-text {
        width: 50%;
        top: 150px;
    }

    .section-block--message .section-block__content {
        padding-top: 65px;
    }

    #message {
        background-position: bottom;
    }

    #message .section-title-common {
        font-size: 18px !important;
        line-height: 25px;
    }

    #message .section-text-head-common {
        font-size: 26px !important;
        line-height: 32px;
    }

    #message .section-text-desc-common {
        font-size: 13px !important;
    }

    .section-exterior-title {
        margin-top: 65px;
        font-size: 18px !important;
        line-height: 25px;
    }

    #exterior {
        background-position: center;
    }

    .s-exterior-text-head {
        font-size: 26px !important;
        line-height: 32px;
    }

    .s-exterior-text-desc {
        font-size: 13px !important;
    }

    .section-interior-title {
        font-size: 20px;
        line-height: 25px;
    }

    /* .s-interior-text-head, .s-operation-text-head, .section-spec-title{
        font-size: 26px!important;
        line-height: 32px!important;
        margin-top: 0px
    } */
    .s-interior-text-desc {
        /* font-size: 14px!important; */
    }

    #s-interior-container-text-1 {
        bottom: 80px;
    }

    #s-interior-slide-1 > img {
        top: -20px;
        height: 200px;
    }

    #s-interior-slide-2 {
        padding-top: 30px;
    }

    .s-interior-detail-2 {
        /* bottom: -40px; */
    }

    #s-interior-slide-2 img {
        top: 10px;
        height: 200px;
        left: -20px;
    }

    .flickity-prev-next-button.previous {
        width: 23px;
        height: 35px;
    }

    .flickity-prev-next-button.next {
        width: 23px;
        height: 35px;
    }

    .hda-cn-text-box {
        /* padding-top: 40px; */
    }

    .hda-cn-title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 0;
        max-width: 380px;
    }

    .hda-cn-text-desc {
        font-size: 14px;
        max-width: 500px;
    }

    .hda-detail {
        margin-top: 20px;
        /* height: 35px;
        width: 188px; */
    }

    .qr-code {
        max-width: 255px !important;
        margin-left: 71px;
    }

    .qr-code img {
        width: 50px;
        height: 50px;
        margin-left: 0;
    }

    #s-honda-connect {
        /* background-size: 70%, cover; */
    }

    .section-operation-title {
        font-size: 18px;
        line-height: 25px;
        margin-top: 65px;
    }

    .s-operation-text-desc {
        font-size: 14px;
    }

    #operation {
        background-position: bottom;
    }

    .s-safe-container-content-1 .section-safe-title, .s-safe-container-content-2 .section-safe-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 55px;
    }

    .s-safe-container-content-1 .section-safe-title {
        margin-top: 65px;
    }

    .s-safe-container-content-2 .s-safe-text-head {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .s-safe-container-content-1 > img, .s-safe-container-content-2 > img {
        width: 200px;
    }

    .s-safe-text-desc {
        font-size: 14px;
    }

    .s-safe-detail {
        width: 180px;
        height: 40px;
        margin-top: 10px;
    }

    .s-safe-container-content-1 img:nth-child(1) {
        top: 85px;
        height: 250px;
    }

    .s-safe-slide-item:nth-child(1) {
        background-position: center !important;
    }

    .s-safe-container-content-2 img:nth-child(1) {
        top: 40px;
        height: 250px;
        left: -20px;
    }

    .s-safe-container-content-2 {
        bottom: 130px;
    }

    #accessory {
        background-position: center;
    }

    .s-accessory-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 140px;
    }

    .s-accessory-text-head {
        font-size: 26px !important;
        line-height: 32px !important;
        text-align: left;
    }

    .s-accessory-text-desc {
        font-size: 14px;
    }

    .section-spec-title {
        margin-top: 60px;
        margin-bottom: 28px;
    }

    .s-specifications__content {
        max-height: calc(100vh - 200px);
    }
    #s-test-drive__container {
        margin-top: 60px;
    }

    .s-gallery__tabs__nav {
        margin-top: 20px;
    }

    #library {
        padding-top: 55px;
    }

    #library-container li {
        font-size: 24px;
        line-height: 29px;
    }

    .s-libary-photo-slider {
        margin: 5vh 0;
    }

    .s-library-footer {
        margin-top: 5px;
    }

    .bg-video > img {
        width: 100%;
    }

    #infoTitle {
        margin-top: 80px;
    }

    .center-carousel__item {
        max-width: 60%;
    }

    .popup-slider-desc {
        font-size: 12px;
        line-height: 16px;
    }

    .popup-container .previous {
        left: 13vw !important
    }

    .popup-container .next {
        right: 13vw !important
    }

    #color {
        background-position: center;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 5vw);
    }

    .flickity-page-dots {
        bottom: 80px;
    }

    .color-carousel__item h3:nth-child(1) {
        font-size: 18px !important;
        line-height: 25px;
    }

    .color-carousel__item h3:nth-child(2) {
        font-size: 26px !important;
        /* margin-bottom: 15vh!important; */
    }

    .color-carousel .flickity-page-dots li {
        width: 32px;
        height: 32px;
        margin: 0px 8px;
    }

    .color-carousel .flickity-page-dots li:before {
        width: 32px;
        height: 32px;
    }

    .spritespin-canvas::before {
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .s-safe-slide-item:nth-child(2) {
        background-position: bottom;
    }

    .popup-container .flickity-page-dots {
        bottom: 10px;
    }

    .s-libary-video-slider .flickity-prev-next-button.previous {
        left: 0;
    }

    .s-libary-video-slider .flickity-prev-next-button.next {
        right: 0;
    }

    .library-video {
        width: calc(50vw - -35vh);
    }
}

@media (max-width: 770px) {
    #color .flickity-page-dots {
        margin-top: calc(20vh + 10vw);
    }

    #color .color-expand-text {
        margin-top: -70px;
    }
}

@media (width: 800px) {
    #color .flickity-page-dots {
        margin-top: calc(50vh - -10vw) !important;
    }
}

@media (max-width: 500px) {
    #intro, #message, #exterior, #interior, #safe, #accessory, .s-interior-slide-item, #operation, .s-safe-slide-item, .s-safe-container-slide-2, #s-honda-connect, #color {
        height: 850px;
    }

    #accessory {
        height: 100%;
    }

    #logo_hda_cn {
        height: 40px;
    }

    .hda-cn-text-box {
        /* padding-top: 60px; */
    }

    .hda-detail {
        /* height: 35px;
        width: 188px;
        font-size: 12px; */
    }

    .hda-cn-title, .hda-cn-text-desc {
        max-width: 360px;
    }

    #s-honda-connect {
        background-size: 100% 100%;
    }

    .hda-cn-title {
        font-size: 24px !important;
        line-height: 32px !important;
        padding: 4px 0;
    }

    .btn-area p:nth-child(1) {
        letter-spacing: 0.05px;
    }

    .btn-area {
        min-height: 48px;
    }

    .btn-area p:nth-child(2) {
        min-width: 110px;
        margin-top: -13px;
    }

    .s-interior-text-head, .s-operation-text-head, .section-spec-title {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    #s-intro-bg-text {
        width: 340px;
        top: 126px;
        left: 16px;
    }

    #message .section-text-desc-common {
        max-width: 343px;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 50vw) !important;
        /* bottom: 70px; */
    }

    .s-exterior-text-head {
        font-size: 26px !important;
        line-height: 32px;
        padding: 0px 10px;
    }

    .s-exterior-text-desc {
        max-width: 343px !important;
    }

    #s-exterior-detail {
        width: 278px;
        height: 52px;
        position: absolute;
        bottom: 50px;
    }

    .s-operation-text-desc {
        max-width: 343px;
    }

    .s-safe-detail {
        width: 186px;
        height: 52px;
    }

    #s-specifications-table-head1_v2, #s-specifications-table-head2_v2 {
        font-size: 16px;
        line-height: 25px;
        padding: 0px !important
    }

    .tab-pane__content {
        margin-top: 60px;
    }

    .s-safe-container-content-1 {
        top: -20px;
    }

    .hda-cn-title {
        margin-bottom: 0;
    }

    .btn-download-app {
        min-width: 165px !important;
    }

    .flickity-page-dots {
        bottom: 40px;
    }

    .center-carousel {
        margin-top: 0;
    }

    #s-interior-slide-1 > img {
        top: 0 !important;
    }

    #s-interior-slide-2 img {
        height: 250px;
    }

    .color-360-car-desc {
        margin-bottom: 4px !important;
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    .btn-download-app {
        min-width: 165px !important;
    }

    #color .flickity-page-dots {
        margin-top: calc(50vh - 50vw) !important;
    }

    #message .section-text-head-common {
        max-width: 343px;
        margin: 8px auto;
    }

    .qr-code {
        max-width: 225px !important;
    }

    .btn-download-app {
        margin-right: 0 !important;
    }
}

@media (max-width: 300px) {
    #color .flickity-page-dots {
        bottom: 70px;
    }

    .btn:first-child {
        margin: 10px 0px 5px 0px;
        min-width: 180px;
    }

    .hda-cn-text-box {
        padding: 3px;
        /* padding-top: 50px; */
    }

    .btn-download-app {
        min-width: 130px !important;
        margin-right: 0px;
    }

    .qr-code {
        margin-left: 50px;
        max-width: 175px !important;
    }

    .hda-cn-text-desc, .hda-cn-title {
        width: 100vw;
    }

    .btn-area p:nth-child(2) {
        min-width: 92px;
        margin-top: -13px;
        font-size: 15px;
    }
}

@media (width: 320px) {
    .hda-cn-text-box {
        padding: 3px;
        /* padding-top: 50px; */
    }

    .btn-download-app {
        min-width: 148px !important;
        margin-right: 0px;
    }

    .qr-code {
        margin-left: 53px;
        max-width: 205px !important;
    }

    .hda-cn-text-desc {
        width: 100vw;
    }
}

.header__hbg-button__close span, .header__extra-button__close span {
    background: #fff !important;
}

.section-text-head-common {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.arrow-up-engine,
.arrow-up-size,
.arrow-up-suspension,
.arrow-up-brake,
.arrow-up-support,
.arrow-up-exterior,
.arrow-up-spatial,
.arrow-up-steering,
.arrow-up-device,
.arrow-up-connect,
.arrow-up-orther,
.arrow-up-proactive,
.arrow-up-passive,
.arrow-up-security {
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.arrow-down-engine,
.arrow-down-size,
.arrow-down-suspension,
.arrow-down-brake,
.arrow-down-support,
.arrow-down-exterior,
.arrow-down-spatial,
.arrow-down-steering,
.arrow-down-device,
.arrow-down-connect,
.arrow-down-orther,
.arrow-down-proactive,
.arrow-down-passive,
.arrow-down-security {
    display: none;
    position: absolute;
    right: 30px;
    transform: rotate(180deg);
    cursor: pointer;
}

.s-accessory-1 {
    position: absolute;
    bottom: 31.375rem;
    left: 163px;
}

.s-accessory-mobile-1, .s-accessory-mobile-2 {
    display: none;
}

.s-accessory-2 {
    position: absolute;
    bottom: 5.876rem;
    left: 125px;
}

.s-accessory-title-2, .s-accessory-title-1 {
    display: flex;
    align-items: baseline;
}

.s-accessory-title-2 h4:first-child, .s-accessory-1 h4:first-child {
    color: #F90E2A;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.s-accessory-title-2 h4 {
    color: #FFFFFF;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
    font-style: italic;
}

.s-accessory-title-1 h4 {
    color: #000;
    letter-spacing: 0.05em;
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
    font-style: italic;
}

@media (min-width: 1199px) and (max-width: 1366px) {
    .s-interior-slide-item:nth-child(1) {
        background-image: url(../images/s-interior/bg_interior_desktop_2.png);
    }
    .s-libary-photo-item img, .s-libary-video-item > .library-video > .bg-video > img {
        width: 295px;
        height: 165px;
        opacity: 0.4;
        padding: 0 10px;
    }

    .s-libary-photo-item.is-selected + div, .s-libary-video-item.is-selected + div > .library-video > .bg-video {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .s-libary-photo-item.is-selected img, .s-libary-video-item.is-selected > .library-video > .bg-video > img {
        width: 500px;
        height: 281px;
        opacity: 1;
        padding: 0 10px;
    }

    .s-libary-video-item > .library-video > .bg-video {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .s-libary-photo-item, .s-libary-video-item {
        width: 500px;
        height: 281px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .s-library-footer {
        margin-top: 108px;
    }
    .s-libary-photo-slider {
        margin-top: 0px;
    }
    .tab-pane__item.active {
        margin-top: 50px;
    }
    .tab-pane__content .flickity-page-dots {
        bottom: -90px;
    }
    .s-accessory-container-content-1, .s-accessory-container-content-2 {
        position: absolute;
        bottom: 150px;
        left: 100px;
        text-align: left;
    }

    .hda-cn-text-box {
        padding-top: 40px !important;
        position: relative;
    }
    .s-color {
        padding-top: 0 !important;
    }
    #color {
        padding-top: 0 !important;
    }

    .s-operation:before,
    .s-exterior:before,
    .s-interior-slide-item:nth-child(2):before,
    .s-safe-slide-item:nth-child(1):before,
    .s-message:before,
    #s-honda-connect:before,
    #color:before{
        content: '';
        background: linear-gradient(180deg, rgba(31, 37, 53, 0.8) 0%, rgba(31, 37, 53, 0.686555) 22.4%, rgba(31, 37, 53, 0.35) 61.98%, rgba(31, 37, 53, 0) 100%);
        width: 100vw;
        height: calc(100vw * 0.25);
        position: absolute;
    }

    .section-title-common,
    .s-exterior-text-head,
    .s-exterior-text-desc,
    .section-operation-title,
    .s-operation-text-head,
    .s-operation-text-,
    #s-exterior-detail,
    #s-operation-detail,
    .s-operation-text-desc{
        position: relative;
    }

    #s-operation-detail {
        margin-top: 10px;
    }
    #s-intro-bg-text2 {
        width: 31% !important;
        position: absolute;
        bottom: 25px !important;
        right: 25px !important;
    }
    #s-intro-bg-text1 {
        width: 31%;
        position: absolute;
        top: 16vh;
        left: 38vw;
    }

    #intro {
        background-image: url(../images/s-intro/bg_intro_1366.png);
        background-position: bottom;
    }

    #message {
        background-image: url(../images/s-message/bg_message_1366.png);
    }

    #color {
        background-image: url(../images/s-color/bg_color_1366.png);
    }

    #exterior {
        background-image: url(../images/s-exterior/bg_exterior_1366.png);
    }

    .s-interior-slide-item:nth-child(2) {
        background-image: url(../images/s-interior/bg_interior_desktop_1.png);
    }

    #operation {
        background-image: url(../images/s-operation/bg_operation_1366.png);
    }

    .s-safe-slide-item:nth-child(1) {
        background-image: url(../images/s-safe/bg_safe1_1366.png);
    }

    .s-accessory-slide-item:nth-child(1) {
        background-image: url(../images/s-accessory/bg_accessory_1366.png);
    }

    #s-honda-connect {
        background-image: url(../images/s-interior/bg_connect_1366.png);
    }

    .header__logo a {
        display: inline-block;
    }

    .section-spec-title {
        margin-bottom: 10px;
    }

    .s-safe-detail-1 {
        bottom: 20px;
    }

    .hda-cn-text-desc {
        max-width: 710px;
        font-size: 14px;
    }

    #logo_hda_cn, .hda-cn-title {
        margin-bottom: 5px !important;
    }

    .hda-cn-title {
        font-size: 30px;
    }


    .s-hda-connect-note {
        padding-top: 0px !important;
        font-size: 14px !important;
    }

    .qr-code img {
        width: 5vw;
        height: 5vw;
    }

    .hda-detail {
        margin-top: 20px !important;
    }

    #popup_enter .popup__content {
        width: 55%;
    }

    #popup_enter .popup__container {
        display: flex;
        justify-content: center;
    }

    .s-accessory-text-head {
        text-align: left;
    }
}

.s-hda-connect-note {
    color: #fff;
    padding-left: 25px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1440px) and (max-height: 750px) {
    .hda-cn-text-box {
        padding-top: 65px;
    }
    .hda-cn-title {
        margin-bottom: 5px;
    }
    .s-hda-connect-note {
        padding-top: 10px;
    }
    .hda-detail {
        margin-top: 30px;
    }
}


.header__logo a img {
    margin-top: 2px;
    width: 300px;
}

@media (max-width: 991px) and (min-width: 601px){
    .header__logo a img {
        width: 300px !important;
        margin-top: 0rem !important;
        margin-left: 35% !important;
    }
}
@media (min-width: 1900px){
    .header__logo a img {
        width: 400px !important;
     margin-top: 2px !important;
        margin-left: -150px !important;
        height: 70px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .header__logo a img {
        margin-left: 100px !important;
        width: 200px !important;
        margin-top: 1px !important;
        height: 45px;

    }
}
@media (max-width: 600px){
    .header__logo a img {
        margin-left: 85px !important;
        width: 250px !important;
        margin-top: -0px!important;
    }
}
@media (max-width: 400px){
    .header__logo a img {
        margin-left: 70px!important;
        /* margin-bottom: -10px; */
        /* width: 200px!important; */
        margin-top: -0px !important;
    }
}
@media (max-width: 320px){
    .header__logo a img {
        margin-left: 70px!important;
        /* margin-bottom: -10px; */
        /* width: 200px!important; */
        margin-top: -0px !important;
    }
}
