@font-face {
    font-family: prompt-regular;
    src: url(../fonts/prompt/prompt-regular.eot);
    src: url(../fonts/prompt/prompt-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-regular.woff2) format("woff2"), url(../fonts/prompt/prompt-regular.woff) format("woff"), url(../fonts/prompt/prompt-regular.ttf) format("truetype"), url(../fonts/prompt/prompt-regular.svg) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-semibold;
    src: url(../fonts/prompt/prompt-semibold.eot);
    src: url(../fonts/prompt/prompt-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-semibold.woff2) format("woff2"), url(../fonts/prompt/prompt-semibold.woff) format("woff"), url(../fonts/prompt/prompt-semibold.ttf) format("truetype"), url(../fonts/prompt/prompt-semibold.svg) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-medium;
    src: url(../fonts/prompt/prompt-medium.eot);
    src: url(../fonts/prompt/prompt-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-medium.woff2) format("woff2"), url(../fonts/prompt/prompt-medium.woff) format("woff"), url(../fonts/prompt/prompt-medium.ttf) format("truetype"), url(../fonts/prompt/prompt-medium.svg) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-light;
    src: url(../fonts/prompt/prompt-light.eot);
    src: url(../fonts/prompt/prompt-light.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-light.woff2) format("woff2"), url(../fonts/prompt/prompt-light.woff) format("woff"), url(../fonts/prompt/prompt-light.ttf) format("truetype"), url(../fonts/prompt/prompt-light.svg) format("svg");
    font-style: normal;
    font-display: auto
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 2.15;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

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

[tabindex="-1"]:focus {
    outline: 0!important
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

[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 {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

body,
html {
    height: 100%;
    font-family: prompt-regular, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    color: #111
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111;
    font-weight: 400;
    font-family: prompt-semibold, sans-serif;
    line-height: 1.25
}

h1 {
    font-size: calc(1.375rem + 1.3125vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .7875vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .525vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .2625vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: .875rem
}

p {
    font-size: 1rem;
    color: #111;
    font-weight: 400;
    line-height: 1.25;
    margin: 0
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

input,
select {
    -webkit-appearance: none
}

a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .25s;
    transition: color .25s
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #0a0a0a
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.bullet {
    list-style: disc
}

.content-container ul {
    list-style: disc;
    margin-left: 10px
}

.content-container ol {
    list-style: decimal;
    margin-left: 10px
}

.content-container table tbody,
.content-container table td,
.content-container table th,
.content-container table tr {
    border: none
}

@media (max-width:574px) {
    .content-container img {
        width: auto!important;
        height: auto!important
    }
}

.content-container table {
    border: none;
    line-height: 1.25rem;
    width: 100%!important;
    max-width: 100%!important
}

@media (max-width:991px) {
    .content-container table tbody tr {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        width: 100%!important
    }
    .content-container table tbody tr td,
    .content-container table tbody tr th {
        width: 100%!important
    }
    .content-container table {
        height: auto!important;
        text-align: center
    }
    .content-container table td,
    .content-container table tr {
        height: auto!important
    }
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important;
    padding-left: .5rem!important
}

.dropdown-item {
    -webkit-transition: .25s;
    transition: .25s
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #00a0d9
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #ccf0fc
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem!important
}

.bg-1st {
    background-color: #00b2f1!important
}

.bg-4th {
    background-color: #acacac!important
}

.bg-5th {
    background-color: #f8f8f8!important
}

.bg-6th {
    background-color: #f8e68e!important
}

.bg-7th {
    background-color: #0074c2!important
}

.bg-8th {
    background-color: #111!important
}

.bg-9th {
    background-color: #0055b3!important
}

.dark-bg,
.dark-bg a,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg i,
.dark-bg p,
.dark-bg span,
.dark-bg sub,
.dark-bg sup {
    color: #fff
}

.dark-bg hr {
    border-top-color: #ccc
}

.rectangle {
    border-radius: 0!important
}

.round {
    border-radius: .25rem
}

.cancelbtn,
.curve,
.gldbutn,
.gldbutn3,
.gldbutn4 {
    border-radius: 2.5rem!important
}

.border-4th {
    border-color: #acacac!important
}

.border-5th {
    border-color: #f8f8f8!important
}

.border-6th {
    border-color: #f8e68e!important
}

.border-7th {
    border-color: #0074c2!important
}

.border-8th {
    border-color: #111!important
}

.border-9th {
    border-color: #0055b3!important
}

.butn,
.cancelbtn,
.gldbutn,
.gldbutn3,
.gldbutn4 {
    display: inline-block;
    font-family: prompt-regular;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #f1f1f1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #111;
    border: 1px solid #cecece;
    -webkit-transition: .25s;
    transition: .25s
}

.butn:disabled,
.cancelbtn:disabled,
.disabled.butn,
.disabled.cancelbtn,
.disabled.gldbutn,
.disabled.gldbutn3,
.disabled.gldbutn4,
.gldbutn3:disabled,
.gldbutn4:disabled,
.gldbutn:disabled {
    pointer-events: none;
    opacity: .25;
    cursor: not-allowed
}

.butn:active,
.butn:focus,
.butn:focus-within,
.butn:hover,
.cancelbtn:active,
.cancelbtn:focus,
.cancelbtn:focus-within,
.cancelbtn:hover,
.gldbutn3:active,
.gldbutn3:focus,
.gldbutn3:focus-within,
.gldbutn3:hover,
.gldbutn4:active,
.gldbutn4:focus,
.gldbutn4:focus-within,
.gldbutn4:hover,
.gldbutn:active,
.gldbutn:focus,
.gldbutn:focus-within,
.gldbutn:hover {
    background-color: #e4e4e4!important;
    color: #fff!important
}

.butn:active a,
.butn:active h1,
.butn:active h2,
.butn:active h3,
.butn:active h4,
.butn:active h5,
.butn:active h6,
.butn:active p,
.butn:active span,
.butn:focus a,
.butn:focus h1,
.butn:focus h2,
.butn:focus h3,
.butn:focus h4,
.butn:focus h5,
.butn:focus h6,
.butn:focus p,
.butn:focus span,
.butn:focus-within a,
.butn:focus-within h1,
.butn:focus-within h2,
.butn:focus-within h3,
.butn:focus-within h4,
.butn:focus-within h5,
.butn:focus-within h6,
.butn:focus-within p,
.butn:focus-within span,
.butn:hover a,
.butn:hover h1,
.butn:hover h2,
.butn:hover h3,
.butn:hover h4,
.butn:hover h5,
.butn:hover h6,
.butn:hover p,
.butn:hover span,
.cancelbtn:active a,
.cancelbtn:active h1,
.cancelbtn:active h2,
.cancelbtn:active h3,
.cancelbtn:active h4,
.cancelbtn:active h5,
.cancelbtn:active h6,
.cancelbtn:active p,
.cancelbtn:active span,
.cancelbtn:focus a,
.cancelbtn:focus h1,
.cancelbtn:focus h2,
.cancelbtn:focus h3,
.cancelbtn:focus h4,
.cancelbtn:focus h5,
.cancelbtn:focus h6,
.cancelbtn:focus p,
.cancelbtn:focus span,
.cancelbtn:focus-within a,
.cancelbtn:focus-within h1,
.cancelbtn:focus-within h2,
.cancelbtn:focus-within h3,
.cancelbtn:focus-within h4,
.cancelbtn:focus-within h5,
.cancelbtn:focus-within h6,
.cancelbtn:focus-within p,
.cancelbtn:focus-within span,
.cancelbtn:hover a,
.cancelbtn:hover h1,
.cancelbtn:hover h2,
.cancelbtn:hover h3,
.cancelbtn:hover h4,
.cancelbtn:hover h5,
.cancelbtn:hover h6,
.cancelbtn:hover p,
.cancelbtn:hover span,
.gldbutn3:active a,
.gldbutn3:active h1,
.gldbutn3:active h2,
.gldbutn3:active h3,
.gldbutn3:active h4,
.gldbutn3:active h5,
.gldbutn3:active h6,
.gldbutn3:active p,
.gldbutn3:active span,
.gldbutn3:focus a,
.gldbutn3:focus h1,
.gldbutn3:focus h2,
.gldbutn3:focus h3,
.gldbutn3:focus h4,
.gldbutn3:focus h5,
.gldbutn3:focus h6,
.gldbutn3:focus p,
.gldbutn3:focus span,
.gldbutn3:focus-within a,
.gldbutn3:focus-within h1,
.gldbutn3:focus-within h2,
.gldbutn3:focus-within h3,
.gldbutn3:focus-within h4,
.gldbutn3:focus-within h5,
.gldbutn3:focus-within h6,
.gldbutn3:focus-within p,
.gldbutn3:focus-within span,
.gldbutn3:hover a,
.gldbutn3:hover h1,
.gldbutn3:hover h2,
.gldbutn3:hover h3,
.gldbutn3:hover h4,
.gldbutn3:hover h5,
.gldbutn3:hover h6,
.gldbutn3:hover p,
.gldbutn3:hover span,
.gldbutn4:active a,
.gldbutn4:active h1,
.gldbutn4:active h2,
.gldbutn4:active h3,
.gldbutn4:active h4,
.gldbutn4:active h5,
.gldbutn4:active h6,
.gldbutn4:active p,
.gldbutn4:active span,
.gldbutn4:focus a,
.gldbutn4:focus h1,
.gldbutn4:focus h2,
.gldbutn4:focus h3,
.gldbutn4:focus h4,
.gldbutn4:focus h5,
.gldbutn4:focus h6,
.gldbutn4:focus p,
.gldbutn4:focus span,
.gldbutn4:focus-within a,
.gldbutn4:focus-within h1,
.gldbutn4:focus-within h2,
.gldbutn4:focus-within h3,
.gldbutn4:focus-within h4,
.gldbutn4:focus-within h5,
.gldbutn4:focus-within h6,
.gldbutn4:focus-within p,
.gldbutn4:focus-within span,
.gldbutn4:hover a,
.gldbutn4:hover h1,
.gldbutn4:hover h2,
.gldbutn4:hover h3,
.gldbutn4:hover h4,
.gldbutn4:hover h5,
.gldbutn4:hover h6,
.gldbutn4:hover p,
.gldbutn4:hover span,
.gldbutn:active a,
.gldbutn:active h1,
.gldbutn:active h2,
.gldbutn:active h3,
.gldbutn:active h4,
.gldbutn:active h5,
.gldbutn:active h6,
.gldbutn:active p,
.gldbutn:active span,
.gldbutn:focus a,
.gldbutn:focus h1,
.gldbutn:focus h2,
.gldbutn:focus h3,
.gldbutn:focus h4,
.gldbutn:focus h5,
.gldbutn:focus h6,
.gldbutn:focus p,
.gldbutn:focus span,
.gldbutn:focus-within a,
.gldbutn:focus-within h1,
.gldbutn:focus-within h2,
.gldbutn:focus-within h3,
.gldbutn:focus-within h4,
.gldbutn:focus-within h5,
.gldbutn:focus-within h6,
.gldbutn:focus-within p,
.gldbutn:focus-within span,
.gldbutn:hover a,
.gldbutn:hover h1,
.gldbutn:hover h2,
.gldbutn:hover h3,
.gldbutn:hover h4,
.gldbutn:hover h5,
.gldbutn:hover h6,
.gldbutn:hover p,
.gldbutn:hover span {
    color: #fff!important
}

.butn:focus,
.butn:focus-within,
.cancelbtn:focus,
.cancelbtn:focus-within,
.gldbutn3:focus,
.gldbutn3:focus-within,
.gldbutn4:focus,
.gldbutn4:focus-within,
.gldbutn:focus,
.gldbutn:focus-within {
    outline: 0
}

.butn-1st {
    background-color: #00b2f1;
    color: #fff;
    border: 1px solid #00b2f1
}

.butn-1st:active,
.butn-1st:focus,
.butn-1st:focus-within,
.butn-1st:hover {
    background-color: #009fd8!important;
    color: #fff!important
}

.butn-1st:active a,
.butn-1st:active h1,
.butn-1st:active h2,
.butn-1st:active h3,
.butn-1st:active h4,
.butn-1st:active h5,
.butn-1st:active h6,
.butn-1st:active p,
.butn-1st:active span,
.butn-1st:focus a,
.butn-1st:focus h1,
.butn-1st:focus h2,
.butn-1st:focus h3,
.butn-1st:focus h4,
.butn-1st:focus h5,
.butn-1st:focus h6,
.butn-1st:focus p,
.butn-1st:focus span,
.butn-1st:focus-within a,
.butn-1st:focus-within h1,
.butn-1st:focus-within h2,
.butn-1st:focus-within h3,
.butn-1st:focus-within h4,
.butn-1st:focus-within h5,
.butn-1st:focus-within h6,
.butn-1st:focus-within p,
.butn-1st:focus-within span,
.butn-1st:hover a,
.butn-1st:hover h1,
.butn-1st:hover h2,
.butn-1st:hover h3,
.butn-1st:hover h4,
.butn-1st:hover h5,
.butn-1st:hover h6,
.butn-1st:hover p,
.butn-1st:hover span {
    color: #fff!important
}

.butn-1st:focus,
.butn-1st:focus-within {
    outline: 0
}

.butn-1st a,
.butn-1st h1,
.butn-1st h2,
.butn-1st h3,
.butn-1st h4,
.butn-1st h5,
.butn-1st h6,
.butn-1st p,
.butn-1st span {
    color: #fff!important
}

.butn-1st.butn-bordered {
    border: 1px solid #00b2f1;
    color: #00b2f1!important;
    background-color: transparent!important
}

.butn-1st.butn-bordered:active,
.butn-1st.butn-bordered:focus,
.butn-1st.butn-bordered:focus-within,
.butn-1st.butn-bordered:hover {
    background-color: #009fd8!important;
    color: #fff!important
}

.butn-1st.butn-bordered:active a,
.butn-1st.butn-bordered:active h1,
.butn-1st.butn-bordered:active h2,
.butn-1st.butn-bordered:active h3,
.butn-1st.butn-bordered:active h4,
.butn-1st.butn-bordered:active h5,
.butn-1st.butn-bordered:active h6,
.butn-1st.butn-bordered:active p,
.butn-1st.butn-bordered:active span,
.butn-1st.butn-bordered:focus a,
.butn-1st.butn-bordered:focus h1,
.butn-1st.butn-bordered:focus h2,
.butn-1st.butn-bordered:focus h3,
.butn-1st.butn-bordered:focus h4,
.butn-1st.butn-bordered:focus h5,
.butn-1st.butn-bordered:focus h6,
.butn-1st.butn-bordered:focus p,
.butn-1st.butn-bordered:focus span,
.butn-1st.butn-bordered:focus-within a,
.butn-1st.butn-bordered:focus-within h1,
.butn-1st.butn-bordered:focus-within h2,
.butn-1st.butn-bordered:focus-within h3,
.butn-1st.butn-bordered:focus-within h4,
.butn-1st.butn-bordered:focus-within h5,
.butn-1st.butn-bordered:focus-within h6,
.butn-1st.butn-bordered:focus-within p,
.butn-1st.butn-bordered:focus-within span,
.butn-1st.butn-bordered:hover a,
.butn-1st.butn-bordered:hover h1,
.butn-1st.butn-bordered:hover h2,
.butn-1st.butn-bordered:hover h3,
.butn-1st.butn-bordered:hover h4,
.butn-1st.butn-bordered:hover h5,
.butn-1st.butn-bordered:hover h6,
.butn-1st.butn-bordered:hover p,
.butn-1st.butn-bordered:hover span {
    color: #fff!important
}

.butn-1st.butn-bordered:focus,
.butn-1st.butn-bordered:focus-within {
    outline: 0
}

.butn-1st.butn-bordered a,
.butn-1st.butn-bordered h1,
.butn-1st.butn-bordered h2,
.butn-1st.butn-bordered h3,
.butn-1st.butn-bordered h4,
.butn-1st.butn-bordered h5,
.butn-1st.butn-bordered h6,
.butn-1st.butn-bordered p,
.butn-1st.butn-bordered span {
    color: #00b2f1!important
}

.butn-1st.butn-bordered:active img,
.butn-1st.butn-bordered:focus img,
.butn-1st.butn-bordered:focus-within img,
.butn-1st.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-2nd {
    background-color: #fca228;
    color: #fff;
    border: 1px solid #fca228
}

.butn-2nd:active,
.butn-2nd:focus,
.butn-2nd:focus-within,
.butn-2nd:hover {
    background-color: #fc970f!important;
    color: #fff!important
}

.butn-2nd:active a,
.butn-2nd:active h1,
.butn-2nd:active h2,
.butn-2nd:active h3,
.butn-2nd:active h4,
.butn-2nd:active h5,
.butn-2nd:active h6,
.butn-2nd:active p,
.butn-2nd:active span,
.butn-2nd:focus a,
.butn-2nd:focus h1,
.butn-2nd:focus h2,
.butn-2nd:focus h3,
.butn-2nd:focus h4,
.butn-2nd:focus h5,
.butn-2nd:focus h6,
.butn-2nd:focus p,
.butn-2nd:focus span,
.butn-2nd:focus-within a,
.butn-2nd:focus-within h1,
.butn-2nd:focus-within h2,
.butn-2nd:focus-within h3,
.butn-2nd:focus-within h4,
.butn-2nd:focus-within h5,
.butn-2nd:focus-within h6,
.butn-2nd:focus-within p,
.butn-2nd:focus-within span,
.butn-2nd:hover a,
.butn-2nd:hover h1,
.butn-2nd:hover h2,
.butn-2nd:hover h3,
.butn-2nd:hover h4,
.butn-2nd:hover h5,
.butn-2nd:hover h6,
.butn-2nd:hover p,
.butn-2nd:hover span {
    color: #fff!important
}

.butn-2nd:focus,
.butn-2nd:focus-within {
    outline: 0
}

.butn-2nd a,
.butn-2nd h1,
.butn-2nd h2,
.butn-2nd h3,
.butn-2nd h4,
.butn-2nd h5,
.butn-2nd h6,
.butn-2nd p,
.butn-2nd span {
    color: #fff!important
}

.butn-2nd.butn-bordered {
    border: 1px solid #fca228;
    color: #fca228!important;
    background-color: transparent!important
}

.butn-2nd.butn-bordered:active,
.butn-2nd.butn-bordered:focus,
.butn-2nd.butn-bordered:focus-within,
.butn-2nd.butn-bordered:hover {
    background-color: #fc970f!important;
    color: #fff!important
}

.butn-2nd.butn-bordered:active a,
.butn-2nd.butn-bordered:active h1,
.butn-2nd.butn-bordered:active h2,
.butn-2nd.butn-bordered:active h3,
.butn-2nd.butn-bordered:active h4,
.butn-2nd.butn-bordered:active h5,
.butn-2nd.butn-bordered:active h6,
.butn-2nd.butn-bordered:active p,
.butn-2nd.butn-bordered:active span,
.butn-2nd.butn-bordered:focus a,
.butn-2nd.butn-bordered:focus h1,
.butn-2nd.butn-bordered:focus h2,
.butn-2nd.butn-bordered:focus h3,
.butn-2nd.butn-bordered:focus h4,
.butn-2nd.butn-bordered:focus h5,
.butn-2nd.butn-bordered:focus h6,
.butn-2nd.butn-bordered:focus p,
.butn-2nd.butn-bordered:focus span,
.butn-2nd.butn-bordered:focus-within a,
.butn-2nd.butn-bordered:focus-within h1,
.butn-2nd.butn-bordered:focus-within h2,
.butn-2nd.butn-bordered:focus-within h3,
.butn-2nd.butn-bordered:focus-within h4,
.butn-2nd.butn-bordered:focus-within h5,
.butn-2nd.butn-bordered:focus-within h6,
.butn-2nd.butn-bordered:focus-within p,
.butn-2nd.butn-bordered:focus-within span,
.butn-2nd.butn-bordered:hover a,
.butn-2nd.butn-bordered:hover h1,
.butn-2nd.butn-bordered:hover h2,
.butn-2nd.butn-bordered:hover h3,
.butn-2nd.butn-bordered:hover h4,
.butn-2nd.butn-bordered:hover h5,
.butn-2nd.butn-bordered:hover h6,
.butn-2nd.butn-bordered:hover p,
.butn-2nd.butn-bordered:hover span {
    color: #fff!important
}

.butn-2nd.butn-bordered:focus,
.butn-2nd.butn-bordered:focus-within {
    outline: 0
}

.butn-2nd.butn-bordered a,
.butn-2nd.butn-bordered h1,
.butn-2nd.butn-bordered h2,
.butn-2nd.butn-bordered h3,
.butn-2nd.butn-bordered h4,
.butn-2nd.butn-bordered h5,
.butn-2nd.butn-bordered h6,
.butn-2nd.butn-bordered p,
.butn-2nd.butn-bordered span {
    color: #fca228!important
}

.butn-2nd.butn-bordered:active img,
.butn-2nd.butn-bordered:focus img,
.butn-2nd.butn-bordered:focus-within img,
.butn-2nd.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-4th {
    background-color: #acacac;
    color: #fff;
    border: 1px solid #acacac
}

.butn-4th:active,
.butn-4th:focus,
.butn-4th:focus-within,
.butn-4th:hover {
    background-color: #9f9f9f!important;
    color: #fff!important
}

.butn-4th:active a,
.butn-4th:active h1,
.butn-4th:active h2,
.butn-4th:active h3,
.butn-4th:active h4,
.butn-4th:active h5,
.butn-4th:active h6,
.butn-4th:active p,
.butn-4th:active span,
.butn-4th:focus a,
.butn-4th:focus h1,
.butn-4th:focus h2,
.butn-4th:focus h3,
.butn-4th:focus h4,
.butn-4th:focus h5,
.butn-4th:focus h6,
.butn-4th:focus p,
.butn-4th:focus span,
.butn-4th:focus-within a,
.butn-4th:focus-within h1,
.butn-4th:focus-within h2,
.butn-4th:focus-within h3,
.butn-4th:focus-within h4,
.butn-4th:focus-within h5,
.butn-4th:focus-within h6,
.butn-4th:focus-within p,
.butn-4th:focus-within span,
.butn-4th:hover a,
.butn-4th:hover h1,
.butn-4th:hover h2,
.butn-4th:hover h3,
.butn-4th:hover h4,
.butn-4th:hover h5,
.butn-4th:hover h6,
.butn-4th:hover p,
.butn-4th:hover span {
    color: #fff!important
}

.butn-4th:focus,
.butn-4th:focus-within {
    outline: 0
}

.butn-4th a,
.butn-4th h1,
.butn-4th h2,
.butn-4th h3,
.butn-4th h4,
.butn-4th h5,
.butn-4th h6,
.butn-4th p,
.butn-4th span {
    color: #fff!important
}

.butn-4th.butn-bordered {
    border: 1px solid #acacac;
    color: #acacac!important;
    background-color: transparent!important
}

.butn-4th.butn-bordered:active,
.butn-4th.butn-bordered:focus,
.butn-4th.butn-bordered:focus-within,
.butn-4th.butn-bordered:hover {
    background-color: #9f9f9f!important;
    color: #fff!important
}

.butn-4th.butn-bordered:active a,
.butn-4th.butn-bordered:active h1,
.butn-4th.butn-bordered:active h2,
.butn-4th.butn-bordered:active h3,
.butn-4th.butn-bordered:active h4,
.butn-4th.butn-bordered:active h5,
.butn-4th.butn-bordered:active h6,
.butn-4th.butn-bordered:active p,
.butn-4th.butn-bordered:active span,
.butn-4th.butn-bordered:focus a,
.butn-4th.butn-bordered:focus h1,
.butn-4th.butn-bordered:focus h2,
.butn-4th.butn-bordered:focus h3,
.butn-4th.butn-bordered:focus h4,
.butn-4th.butn-bordered:focus h5,
.butn-4th.butn-bordered:focus h6,
.butn-4th.butn-bordered:focus p,
.butn-4th.butn-bordered:focus span,
.butn-4th.butn-bordered:focus-within a,
.butn-4th.butn-bordered:focus-within h1,
.butn-4th.butn-bordered:focus-within h2,
.butn-4th.butn-bordered:focus-within h3,
.butn-4th.butn-bordered:focus-within h4,
.butn-4th.butn-bordered:focus-within h5,
.butn-4th.butn-bordered:focus-within h6,
.butn-4th.butn-bordered:focus-within p,
.butn-4th.butn-bordered:focus-within span,
.butn-4th.butn-bordered:hover a,
.butn-4th.butn-bordered:hover h1,
.butn-4th.butn-bordered:hover h2,
.butn-4th.butn-bordered:hover h3,
.butn-4th.butn-bordered:hover h4,
.butn-4th.butn-bordered:hover h5,
.butn-4th.butn-bordered:hover h6,
.butn-4th.butn-bordered:hover p,
.butn-4th.butn-bordered:hover span {
    color: #fff!important
}

.butn-4th.butn-bordered:focus,
.butn-4th.butn-bordered:focus-within {
    outline: 0
}

.butn-4th.butn-bordered a,
.butn-4th.butn-bordered h1,
.butn-4th.butn-bordered h2,
.butn-4th.butn-bordered h3,
.butn-4th.butn-bordered h4,
.butn-4th.butn-bordered h5,
.butn-4th.butn-bordered h6,
.butn-4th.butn-bordered p,
.butn-4th.butn-bordered span {
    color: #acacac!important
}

.butn-4th.butn-bordered:active img,
.butn-4th.butn-bordered:focus img,
.butn-4th.butn-bordered:focus-within img,
.butn-4th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-5th {
    background-color: #f8f8f8;
    color: #fff;
    border: 1px solid #f8f8f8
}

.butn-5th:active,
.butn-5th:focus,
.butn-5th:focus-within,
.butn-5th:hover {
    background-color: #ebebeb!important;
    color: #fff!important
}

.butn-5th:active a,
.butn-5th:active h1,
.butn-5th:active h2,
.butn-5th:active h3,
.butn-5th:active h4,
.butn-5th:active h5,
.butn-5th:active h6,
.butn-5th:active p,
.butn-5th:active span,
.butn-5th:focus a,
.butn-5th:focus h1,
.butn-5th:focus h2,
.butn-5th:focus h3,
.butn-5th:focus h4,
.butn-5th:focus h5,
.butn-5th:focus h6,
.butn-5th:focus p,
.butn-5th:focus span,
.butn-5th:focus-within a,
.butn-5th:focus-within h1,
.butn-5th:focus-within h2,
.butn-5th:focus-within h3,
.butn-5th:focus-within h4,
.butn-5th:focus-within h5,
.butn-5th:focus-within h6,
.butn-5th:focus-within p,
.butn-5th:focus-within span,
.butn-5th:hover a,
.butn-5th:hover h1,
.butn-5th:hover h2,
.butn-5th:hover h3,
.butn-5th:hover h4,
.butn-5th:hover h5,
.butn-5th:hover h6,
.butn-5th:hover p,
.butn-5th:hover span {
    color: #fff!important
}

.butn-5th:focus,
.butn-5th:focus-within {
    outline: 0
}

.butn-5th a,
.butn-5th h1,
.butn-5th h2,
.butn-5th h3,
.butn-5th h4,
.butn-5th h5,
.butn-5th h6,
.butn-5th p,
.butn-5th span {
    color: #fff!important
}

.butn-5th.butn-bordered {
    border: 1px solid #f8f8f8;
    color: #f8f8f8!important;
    background-color: transparent!important
}

.butn-5th.butn-bordered:active,
.butn-5th.butn-bordered:focus,
.butn-5th.butn-bordered:focus-within,
.butn-5th.butn-bordered:hover {
    background-color: #ebebeb!important;
    color: #fff!important
}

.butn-5th.butn-bordered:active a,
.butn-5th.butn-bordered:active h1,
.butn-5th.butn-bordered:active h2,
.butn-5th.butn-bordered:active h3,
.butn-5th.butn-bordered:active h4,
.butn-5th.butn-bordered:active h5,
.butn-5th.butn-bordered:active h6,
.butn-5th.butn-bordered:active p,
.butn-5th.butn-bordered:active span,
.butn-5th.butn-bordered:focus a,
.butn-5th.butn-bordered:focus h1,
.butn-5th.butn-bordered:focus h2,
.butn-5th.butn-bordered:focus h3,
.butn-5th.butn-bordered:focus h4,
.butn-5th.butn-bordered:focus h5,
.butn-5th.butn-bordered:focus h6,
.butn-5th.butn-bordered:focus p,
.butn-5th.butn-bordered:focus span,
.butn-5th.butn-bordered:focus-within a,
.butn-5th.butn-bordered:focus-within h1,
.butn-5th.butn-bordered:focus-within h2,
.butn-5th.butn-bordered:focus-within h3,
.butn-5th.butn-bordered:focus-within h4,
.butn-5th.butn-bordered:focus-within h5,
.butn-5th.butn-bordered:focus-within h6,
.butn-5th.butn-bordered:focus-within p,
.butn-5th.butn-bordered:focus-within span,
.butn-5th.butn-bordered:hover a,
.butn-5th.butn-bordered:hover h1,
.butn-5th.butn-bordered:hover h2,
.butn-5th.butn-bordered:hover h3,
.butn-5th.butn-bordered:hover h4,
.butn-5th.butn-bordered:hover h5,
.butn-5th.butn-bordered:hover h6,
.butn-5th.butn-bordered:hover p,
.butn-5th.butn-bordered:hover span {
    color: #fff!important
}

.butn-5th.butn-bordered:focus,
.butn-5th.butn-bordered:focus-within {
    outline: 0
}

.butn-5th.butn-bordered a,
.butn-5th.butn-bordered h1,
.butn-5th.butn-bordered h2,
.butn-5th.butn-bordered h3,
.butn-5th.butn-bordered h4,
.butn-5th.butn-bordered h5,
.butn-5th.butn-bordered h6,
.butn-5th.butn-bordered p,
.butn-5th.butn-bordered span {
    color: #f8f8f8!important
}

.butn-5th.butn-bordered:active img,
.butn-5th.butn-bordered:focus img,
.butn-5th.butn-bordered:focus-within img,
.butn-5th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-6th {
    background-color: #f8e68e;
    color: #fff;
    border: 1px solid #f8e68e
}

.butn-6th:active,
.butn-6th:focus,
.butn-6th:focus-within,
.butn-6th:hover {
    background-color: #f7e176!important;
    color: #fff!important
}

.butn-6th:active a,
.butn-6th:active h1,
.butn-6th:active h2,
.butn-6th:active h3,
.butn-6th:active h4,
.butn-6th:active h5,
.butn-6th:active h6,
.butn-6th:active p,
.butn-6th:active span,
.butn-6th:focus a,
.butn-6th:focus h1,
.butn-6th:focus h2,
.butn-6th:focus h3,
.butn-6th:focus h4,
.butn-6th:focus h5,
.butn-6th:focus h6,
.butn-6th:focus p,
.butn-6th:focus span,
.butn-6th:focus-within a,
.butn-6th:focus-within h1,
.butn-6th:focus-within h2,
.butn-6th:focus-within h3,
.butn-6th:focus-within h4,
.butn-6th:focus-within h5,
.butn-6th:focus-within h6,
.butn-6th:focus-within p,
.butn-6th:focus-within span,
.butn-6th:hover a,
.butn-6th:hover h1,
.butn-6th:hover h2,
.butn-6th:hover h3,
.butn-6th:hover h4,
.butn-6th:hover h5,
.butn-6th:hover h6,
.butn-6th:hover p,
.butn-6th:hover span {
    color: #fff!important
}

.butn-6th:focus,
.butn-6th:focus-within {
    outline: 0
}

.butn-6th a,
.butn-6th h1,
.butn-6th h2,
.butn-6th h3,
.butn-6th h4,
.butn-6th h5,
.butn-6th h6,
.butn-6th p,
.butn-6th span {
    color: #fff!important
}

.butn-6th.butn-bordered {
    border: 1px solid #f8e68e;
    color: #f8e68e!important;
    background-color: transparent!important
}

.butn-6th.butn-bordered:active,
.butn-6th.butn-bordered:focus,
.butn-6th.butn-bordered:focus-within,
.butn-6th.butn-bordered:hover {
    background-color: #f7e176!important;
    color: #fff!important
}

.butn-6th.butn-bordered:active a,
.butn-6th.butn-bordered:active h1,
.butn-6th.butn-bordered:active h2,
.butn-6th.butn-bordered:active h3,
.butn-6th.butn-bordered:active h4,
.butn-6th.butn-bordered:active h5,
.butn-6th.butn-bordered:active h6,
.butn-6th.butn-bordered:active p,
.butn-6th.butn-bordered:active span,
.butn-6th.butn-bordered:focus a,
.butn-6th.butn-bordered:focus h1,
.butn-6th.butn-bordered:focus h2,
.butn-6th.butn-bordered:focus h3,
.butn-6th.butn-bordered:focus h4,
.butn-6th.butn-bordered:focus h5,
.butn-6th.butn-bordered:focus h6,
.butn-6th.butn-bordered:focus p,
.butn-6th.butn-bordered:focus span,
.butn-6th.butn-bordered:focus-within a,
.butn-6th.butn-bordered:focus-within h1,
.butn-6th.butn-bordered:focus-within h2,
.butn-6th.butn-bordered:focus-within h3,
.butn-6th.butn-bordered:focus-within h4,
.butn-6th.butn-bordered:focus-within h5,
.butn-6th.butn-bordered:focus-within h6,
.butn-6th.butn-bordered:focus-within p,
.butn-6th.butn-bordered:focus-within span,
.butn-6th.butn-bordered:hover a,
.butn-6th.butn-bordered:hover h1,
.butn-6th.butn-bordered:hover h2,
.butn-6th.butn-bordered:hover h3,
.butn-6th.butn-bordered:hover h4,
.butn-6th.butn-bordered:hover h5,
.butn-6th.butn-bordered:hover h6,
.butn-6th.butn-bordered:hover p,
.butn-6th.butn-bordered:hover span {
    color: #fff!important
}

.butn-6th.butn-bordered:focus,
.butn-6th.butn-bordered:focus-within {
    outline: 0
}

.butn-6th.butn-bordered a,
.butn-6th.butn-bordered h1,
.butn-6th.butn-bordered h2,
.butn-6th.butn-bordered h3,
.butn-6th.butn-bordered h4,
.butn-6th.butn-bordered h5,
.butn-6th.butn-bordered h6,
.butn-6th.butn-bordered p,
.butn-6th.butn-bordered span {
    color: #f8e68e!important
}

.butn-6th.butn-bordered:active img,
.butn-6th.butn-bordered:focus img,
.butn-6th.butn-bordered:focus-within img,
.butn-6th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-7th {
    background-color: #0074c2;
    color: #fff;
    border: 1px solid #0074c2
}

.butn-7th:active,
.butn-7th:focus,
.butn-7th:focus-within,
.butn-7th:hover {
    background-color: #0065a9!important;
    color: #fff!important
}

.butn-7th:active a,
.butn-7th:active h1,
.butn-7th:active h2,
.butn-7th:active h3,
.butn-7th:active h4,
.butn-7th:active h5,
.butn-7th:active h6,
.butn-7th:active p,
.butn-7th:active span,
.butn-7th:focus a,
.butn-7th:focus h1,
.butn-7th:focus h2,
.butn-7th:focus h3,
.butn-7th:focus h4,
.butn-7th:focus h5,
.butn-7th:focus h6,
.butn-7th:focus p,
.butn-7th:focus span,
.butn-7th:focus-within a,
.butn-7th:focus-within h1,
.butn-7th:focus-within h2,
.butn-7th:focus-within h3,
.butn-7th:focus-within h4,
.butn-7th:focus-within h5,
.butn-7th:focus-within h6,
.butn-7th:focus-within p,
.butn-7th:focus-within span,
.butn-7th:hover a,
.butn-7th:hover h1,
.butn-7th:hover h2,
.butn-7th:hover h3,
.butn-7th:hover h4,
.butn-7th:hover h5,
.butn-7th:hover h6,
.butn-7th:hover p,
.butn-7th:hover span {
    color: #fff!important
}

.butn-7th:focus,
.butn-7th:focus-within {
    outline: 0
}

.butn-7th a,
.butn-7th h1,
.butn-7th h2,
.butn-7th h3,
.butn-7th h4,
.butn-7th h5,
.butn-7th h6,
.butn-7th p,
.butn-7th span {
    color: #fff!important
}

.butn-7th.butn-bordered {
    border: 1px solid #0074c2;
    color: #0074c2!important;
    background-color: transparent!important
}

.butn-7th.butn-bordered:active,
.butn-7th.butn-bordered:focus,
.butn-7th.butn-bordered:focus-within,
.butn-7th.butn-bordered:hover {
    background-color: #0065a9!important;
    color: #fff!important
}

.butn-7th.butn-bordered:active a,
.butn-7th.butn-bordered:active h1,
.butn-7th.butn-bordered:active h2,
.butn-7th.butn-bordered:active h3,
.butn-7th.butn-bordered:active h4,
.butn-7th.butn-bordered:active h5,
.butn-7th.butn-bordered:active h6,
.butn-7th.butn-bordered:active p,
.butn-7th.butn-bordered:active span,
.butn-7th.butn-bordered:focus a,
.butn-7th.butn-bordered:focus h1,
.butn-7th.butn-bordered:focus h2,
.butn-7th.butn-bordered:focus h3,
.butn-7th.butn-bordered:focus h4,
.butn-7th.butn-bordered:focus h5,
.butn-7th.butn-bordered:focus h6,
.butn-7th.butn-bordered:focus p,
.butn-7th.butn-bordered:focus span,
.butn-7th.butn-bordered:focus-within a,
.butn-7th.butn-bordered:focus-within h1,
.butn-7th.butn-bordered:focus-within h2,
.butn-7th.butn-bordered:focus-within h3,
.butn-7th.butn-bordered:focus-within h4,
.butn-7th.butn-bordered:focus-within h5,
.butn-7th.butn-bordered:focus-within h6,
.butn-7th.butn-bordered:focus-within p,
.butn-7th.butn-bordered:focus-within span,
.butn-7th.butn-bordered:hover a,
.butn-7th.butn-bordered:hover h1,
.butn-7th.butn-bordered:hover h2,
.butn-7th.butn-bordered:hover h3,
.butn-7th.butn-bordered:hover h4,
.butn-7th.butn-bordered:hover h5,
.butn-7th.butn-bordered:hover h6,
.butn-7th.butn-bordered:hover p,
.butn-7th.butn-bordered:hover span {
    color: #fff!important
}

.butn-7th.butn-bordered:focus,
.butn-7th.butn-bordered:focus-within {
    outline: 0
}

.butn-7th.butn-bordered a,
.butn-7th.butn-bordered h1,
.butn-7th.butn-bordered h2,
.butn-7th.butn-bordered h3,
.butn-7th.butn-bordered h4,
.butn-7th.butn-bordered h5,
.butn-7th.butn-bordered h6,
.butn-7th.butn-bordered p,
.butn-7th.butn-bordered span {
    color: #0074c2!important
}

.butn-7th.butn-bordered:active img,
.butn-7th.butn-bordered:focus img,
.butn-7th.butn-bordered:focus-within img,
.butn-7th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-8th {
    background-color: #111;
    color: #fff;
    border: 1px solid #111
}

.butn-8th:active,
.butn-8th:focus,
.butn-8th:focus-within,
.butn-8th:hover {
    background-color: #040404!important;
    color: #fff!important
}

.butn-8th:active a,
.butn-8th:active h1,
.butn-8th:active h2,
.butn-8th:active h3,
.butn-8th:active h4,
.butn-8th:active h5,
.butn-8th:active h6,
.butn-8th:active p,
.butn-8th:active span,
.butn-8th:focus a,
.butn-8th:focus h1,
.butn-8th:focus h2,
.butn-8th:focus h3,
.butn-8th:focus h4,
.butn-8th:focus h5,
.butn-8th:focus h6,
.butn-8th:focus p,
.butn-8th:focus span,
.butn-8th:focus-within a,
.butn-8th:focus-within h1,
.butn-8th:focus-within h2,
.butn-8th:focus-within h3,
.butn-8th:focus-within h4,
.butn-8th:focus-within h5,
.butn-8th:focus-within h6,
.butn-8th:focus-within p,
.butn-8th:focus-within span,
.butn-8th:hover a,
.butn-8th:hover h1,
.butn-8th:hover h2,
.butn-8th:hover h3,
.butn-8th:hover h4,
.butn-8th:hover h5,
.butn-8th:hover h6,
.butn-8th:hover p,
.butn-8th:hover span {
    color: #fff!important
}

.butn-8th:focus,
.butn-8th:focus-within {
    outline: 0
}

.butn-8th a,
.butn-8th h1,
.butn-8th h2,
.butn-8th h3,
.butn-8th h4,
.butn-8th h5,
.butn-8th h6,
.butn-8th p,
.butn-8th span {
    color: #fff!important
}

.butn-8th.butn-bordered {
    border: 1px solid #111;
    color: #111!important;
    background-color: transparent!important
}

.butn-8th.butn-bordered:active,
.butn-8th.butn-bordered:focus,
.butn-8th.butn-bordered:focus-within,
.butn-8th.butn-bordered:hover {
    background-color: #040404!important;
    color: #fff!important
}

.butn-8th.butn-bordered:active a,
.butn-8th.butn-bordered:active h1,
.butn-8th.butn-bordered:active h2,
.butn-8th.butn-bordered:active h3,
.butn-8th.butn-bordered:active h4,
.butn-8th.butn-bordered:active h5,
.butn-8th.butn-bordered:active h6,
.butn-8th.butn-bordered:active p,
.butn-8th.butn-bordered:active span,
.butn-8th.butn-bordered:focus a,
.butn-8th.butn-bordered:focus h1,
.butn-8th.butn-bordered:focus h2,
.butn-8th.butn-bordered:focus h3,
.butn-8th.butn-bordered:focus h4,
.butn-8th.butn-bordered:focus h5,
.butn-8th.butn-bordered:focus h6,
.butn-8th.butn-bordered:focus p,
.butn-8th.butn-bordered:focus span,
.butn-8th.butn-bordered:focus-within a,
.butn-8th.butn-bordered:focus-within h1,
.butn-8th.butn-bordered:focus-within h2,
.butn-8th.butn-bordered:focus-within h3,
.butn-8th.butn-bordered:focus-within h4,
.butn-8th.butn-bordered:focus-within h5,
.butn-8th.butn-bordered:focus-within h6,
.butn-8th.butn-bordered:focus-within p,
.butn-8th.butn-bordered:focus-within span,
.butn-8th.butn-bordered:hover a,
.butn-8th.butn-bordered:hover h1,
.butn-8th.butn-bordered:hover h2,
.butn-8th.butn-bordered:hover h3,
.butn-8th.butn-bordered:hover h4,
.butn-8th.butn-bordered:hover h5,
.butn-8th.butn-bordered:hover h6,
.butn-8th.butn-bordered:hover p,
.butn-8th.butn-bordered:hover span {
    color: #fff!important
}

.butn-8th.butn-bordered:focus,
.butn-8th.butn-bordered:focus-within {
    outline: 0
}

.butn-8th.butn-bordered a,
.butn-8th.butn-bordered h1,
.butn-8th.butn-bordered h2,
.butn-8th.butn-bordered h3,
.butn-8th.butn-bordered h4,
.butn-8th.butn-bordered h5,
.butn-8th.butn-bordered h6,
.butn-8th.butn-bordered p,
.butn-8th.butn-bordered span {
    color: #111!important
}

.butn-8th.butn-bordered:active img,
.butn-8th.butn-bordered:focus img,
.butn-8th.butn-bordered:focus-within img,
.butn-8th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.butn-9th {
    background-color: #0055b3;
    color: #fff;
    border: 1px solid #0055b3
}

.butn-9th:active,
.butn-9th:focus,
.butn-9th:focus-within,
.butn-9th:hover {
    background-color: #00499a!important;
    color: #fff!important
}

.butn-9th:active a,
.butn-9th:active h1,
.butn-9th:active h2,
.butn-9th:active h3,
.butn-9th:active h4,
.butn-9th:active h5,
.butn-9th:active h6,
.butn-9th:active p,
.butn-9th:active span,
.butn-9th:focus a,
.butn-9th:focus h1,
.butn-9th:focus h2,
.butn-9th:focus h3,
.butn-9th:focus h4,
.butn-9th:focus h5,
.butn-9th:focus h6,
.butn-9th:focus p,
.butn-9th:focus span,
.butn-9th:focus-within a,
.butn-9th:focus-within h1,
.butn-9th:focus-within h2,
.butn-9th:focus-within h3,
.butn-9th:focus-within h4,
.butn-9th:focus-within h5,
.butn-9th:focus-within h6,
.butn-9th:focus-within p,
.butn-9th:focus-within span,
.butn-9th:hover a,
.butn-9th:hover h1,
.butn-9th:hover h2,
.butn-9th:hover h3,
.butn-9th:hover h4,
.butn-9th:hover h5,
.butn-9th:hover h6,
.butn-9th:hover p,
.butn-9th:hover span {
    color: #fff!important
}

.butn-9th:focus,
.butn-9th:focus-within {
    outline: 0
}

.butn-9th a,
.butn-9th h1,
.butn-9th h2,
.butn-9th h3,
.butn-9th h4,
.butn-9th h5,
.butn-9th h6,
.butn-9th p,
.butn-9th span {
    color: #fff!important
}

.butn-9th.butn-bordered {
    border: 1px solid #0055b3;
    color: #0055b3!important;
    background-color: transparent!important
}

.butn-9th.butn-bordered:active,
.butn-9th.butn-bordered:focus,
.butn-9th.butn-bordered:focus-within,
.butn-9th.butn-bordered:hover {
    background-color: #00499a!important;
    color: #fff!important
}

.butn-9th.butn-bordered:active a,
.butn-9th.butn-bordered:active h1,
.butn-9th.butn-bordered:active h2,
.butn-9th.butn-bordered:active h3,
.butn-9th.butn-bordered:active h4,
.butn-9th.butn-bordered:active h5,
.butn-9th.butn-bordered:active h6,
.butn-9th.butn-bordered:active p,
.butn-9th.butn-bordered:active span,
.butn-9th.butn-bordered:focus a,
.butn-9th.butn-bordered:focus h1,
.butn-9th.butn-bordered:focus h2,
.butn-9th.butn-bordered:focus h3,
.butn-9th.butn-bordered:focus h4,
.butn-9th.butn-bordered:focus h5,
.butn-9th.butn-bordered:focus h6,
.butn-9th.butn-bordered:focus p,
.butn-9th.butn-bordered:focus span,
.butn-9th.butn-bordered:focus-within a,
.butn-9th.butn-bordered:focus-within h1,
.butn-9th.butn-bordered:focus-within h2,
.butn-9th.butn-bordered:focus-within h3,
.butn-9th.butn-bordered:focus-within h4,
.butn-9th.butn-bordered:focus-within h5,
.butn-9th.butn-bordered:focus-within h6,
.butn-9th.butn-bordered:focus-within p,
.butn-9th.butn-bordered:focus-within span,
.butn-9th.butn-bordered:hover a,
.butn-9th.butn-bordered:hover h1,
.butn-9th.butn-bordered:hover h2,
.butn-9th.butn-bordered:hover h3,
.butn-9th.butn-bordered:hover h4,
.butn-9th.butn-bordered:hover h5,
.butn-9th.butn-bordered:hover h6,
.butn-9th.butn-bordered:hover p,
.butn-9th.butn-bordered:hover span {
    color: #fff!important
}

.butn-9th.butn-bordered:focus,
.butn-9th.butn-bordered:focus-within {
    outline: 0
}

.butn-9th.butn-bordered a,
.butn-9th.butn-bordered h1,
.butn-9th.butn-bordered h2,
.butn-9th.butn-bordered h3,
.butn-9th.butn-bordered h4,
.butn-9th.butn-bordered h5,
.butn-9th.butn-bordered h6,
.butn-9th.butn-bordered p,
.butn-9th.butn-bordered span {
    color: #0055b3!important
}

.butn-9th.butn-bordered:active img,
.butn-9th.butn-bordered:focus img,
.butn-9th.butn-bordered:focus-within img,
.butn-9th.butn-bordered:hover img {
    -webkit-filter: brightness(50%) grayscale(100%) invert(1);
    filter: brightness(50%) grayscale(100%) invert(1)
}

.m-0 {
    margin-left: 0rem!important
}

.m-0,
.mr-0 {
    margin-right: 0rem!important
}

.m-0,
.mt-0,
.my-0 {
    margin-top: 0rem!important
}

.m-0,
.mb-0,
.my-0 {
    margin-bottom: 0rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.mr-3 {
    margin-right: .75rem!important
}

.mt-3,
.my-3 {
    margin-top: .75rem!important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem!important
}

.m-4,
.ml-4 {
    margin-left: 1rem!important
}

.m-4,
.mr-4 {
    margin-right: 1rem!important
}

.m-4,
.mt-4,
.my-4 {
    margin-top: 1rem!important
}

.m-4,
.mb-4,
.my-4 {
    margin-bottom: 1rem!important
}

.my-5 {
    margin-top: 1.25rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 1.25rem!important
}

.mt-6,
.my-6 {
    margin-top: 1.5rem!important
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem!important
}

.mt-8 {
    margin-top: 2rem!important
}

.mb-8 {
    margin-bottom: 2rem!important
}

.my-10 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
}

.mt-12 {
    margin-top: 3rem!important
}

.mt-16 {
    margin-top: 4rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.mx-n2 {
    margin-right: -.5rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mx-n3 {
    margin-left: -.75rem!important;
    margin-right: -.75rem!important
}

.mx-n4 {
    margin-left: -1rem!important;
    margin-right: -1rem!important
}

.mt-n4 {
    margin-top: -1rem!important
}

.mt-n8 {
    margin-top: -2rem!important
}

.p-0 {
    padding-left: 0rem!important
}

.p-0,
.pr-0 {
    padding-right: 0rem!important
}

.p-0,
.pt-0 {
    padding-top: 0rem!important
}

.p-0,
.pb-0 {
    padding-bottom: 0rem!important
}

.p-1 {
    padding-left: .25rem!important;
    padding-right: .25rem!important
}

.p-1,
.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.p-1,
.py-1 {
    padding-bottom: .25rem!important
}

.p-2,
.pl-2 {
    padding-left: .5rem!important
}

.p-2 {
    padding-right: .5rem!important
}

.p-2,
.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.p-2,
.py-2 {
    padding-bottom: .5rem!important
}

.p-3,
.px-3 {
    padding-left: .75rem!important;
    padding-right: .75rem!important
}

.p-3,
.py-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
}

.p-4,
.pl-4,
.px-4 {
    padding-left: 1rem!important
}

.p-4,
.pr-4,
.px-4 {
    padding-right: 1rem!important
}

.p-4,
.pt-4,
.py-4 {
    padding-top: 1rem!important
}

.p-4,
.pb-4,
.py-4 {
    padding-bottom: 1rem!important
}

.pt-6,
.py-6 {
    padding-top: 1.5rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 1.5rem!important
}

.px-8 {
    padding-left: 2rem!important;
    padding-right: 2rem!important
}

.pt-8,
.py-8 {
    padding-top: 2rem!important
}

.py-8 {
    padding-bottom: 2rem!important
}

.py-10 {
    padding-top: 2.5rem!important
}

.pb-10,
.py-10 {
    padding-bottom: 2.5rem!important
}

.pr-12 {
    padding-right: 3rem!important
}

.pt-12,
.py-12 {
    padding-top: 3rem!important
}

.pb-12,
.py-12 {
    padding-bottom: 3rem!important
}

.py-16 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
}

.dn {
    display: none!important
}

.db {
    display: block!important
}

.df {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.fc {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.fwp {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.f-1 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 0%!important;
    flex: 1 1 0%!important
}

.jcs {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.jce {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.jcc {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.jcsb {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.ais {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.aie {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.aic {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.aist {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.ass {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.asc {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.odf {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999
}

@media (min-width:480px) {
    .mt-0-xs,
    .my-0-xs {
        margin-top: 0rem!important
    }
    .my-0-xs {
        margin-bottom: 0rem!important
    }
    .my-1-xs {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .pr-4-xs {
        padding-right: 1rem!important
    }
    .db-xs {
        display: block!important
    }
    .fr-xs {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .f-auto-xs {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .jcs-xs {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .ass-xs {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
}

@media (min-width:576px) {
    .mt-0-sm,
    .my-0-sm {
        margin-top: 0rem!important
    }
    .my-0-sm {
        margin-bottom: 0rem!important
    }
    .ml-2-sm {
        margin-left: .5rem!important
    }
    .mb-2-sm {
        margin-bottom: .5rem!important
    }
    .mt-24-sm {
        margin-top: 6rem!important
    }
    .py-2-sm {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .dn-sm {
        display: none!important
    }
    .db-sm {
        display: block!important
    }
    .fr-sm {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .jcsb-sm {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .odl-sm {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999
    }
}

@media (min-width:768px) {
    .mx-0-md {
        margin-left: 0rem!important;
        margin-right: 0rem!important
    }
    .mt-0-md {
        margin-top: 0rem!important
    }
    .mb-4-md {
        margin-bottom: 1rem!important
    }
    .mt-10-md {
        margin-top: 2.5rem!important
    }
    .p-0-md {
        padding-left: 0rem!important;
        padding-right: 0rem!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important
    }
    .pr-2-md {
        padding-right: .5rem!important
    }
    .p-4-md {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .pl-6-md {
        padding-left: 1.5rem!important
    }
    .p-8-md {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .py-10-md {
        padding-top: 2.5rem!important
    }
    .pb-10-md,
    .py-10-md {
        padding-bottom: 2.5rem!important
    }
    .px-12-md {
        padding-left: 3rem!important;
        padding-right: 3rem!important
    }
    .pt-12-md {
        padding-top: 3rem!important
    }
    .dn-md {
        display: none!important
    }
    .db-md {
        display: block!important
    }
    .df-md {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .fr-md {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .jcs-md {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
}

@media (min-width:992px) {
    .m-0-lg,
    .mx-0-lg {
        margin-left: 0rem!important;
        margin-right: 0rem!important
    }
    .m-0-lg,
    .mt-0-lg {
        margin-top: 0rem!important
    }
    .m-0-lg {
        margin-bottom: 0rem!important
    }
    .ml-2-lg {
        margin-left: .5rem!important
    }
    .mb-6-lg {
        margin-bottom: 1.5rem!important
    }
    .mt-8-lg {
        margin-top: 2rem!important
    }
    .mt-12-lg,
    .my-12-lg {
        margin-top: 3rem!important
    }
    .mb-12-lg,
    .my-12-lg {
        margin-bottom: 3rem!important
    }
    .mt-16-lg {
        margin-top: 4rem!important
    }
    .mx-n8-lg {
        margin-left: -2rem!important;
        margin-right: -2rem!important
    }
    .py-0-lg {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important
    }
    .pb-2-lg {
        padding-bottom: .5rem!important
    }
    .pl-4-lg {
        padding-left: 1rem!important
    }
    .py-6-lg {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-8-lg {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }
    .pt-12-lg,
    .py-12-lg {
        padding-top: 3rem!important
    }
    .py-12-lg {
        padding-bottom: 3rem!important
    }
    .px-24-lg {
        padding-left: 6rem!important;
        padding-right: 6rem!important
    }
    .dn-lg {
        display: none!important
    }
    .db-lg {
        display: block!important
    }
    .df-lg {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .fr-lg {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .jcc-lg {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .jcsa-lg {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .aic-lg {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .aist-lg {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

@media (min-width:1200px) {
    .mt-0-xl {
        margin-top: 0rem!important
    }
    .ml-6-xl {
        margin-left: 1.5rem!important
    }
    .pb-0-xl {
        padding-bottom: 0rem!important
    }
    .dn-xl {
        display: none!important
    }
    .dilb-xl {
        display: inline-block!important
    }
    .jcs-xl {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
}

.blgcrd-img,
.dim-ratio,
.index-sub-banner,
.main-banner,
.one.blgcrd-img,
.page-banner,
.pdcd-img,
.primary-color,
.rsltw-img,
.shade {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.blgcrd-img::before,
.dim-ratio::before,
.index-sub-banner::before,
.main-banner::before,
.one.blgcrd-img::before,
.page-banner::before,
.pdcd-img::before,
.primary-color::before,
.rsltw-img::before,
.shade::before {
    display: block;
    content: ""
}

.blgcrd-img .dim-item,
.blgcrd-img .drtg,
.blgcrd-img .imgtg,
.blgcrd-img .rsltwfitc,
.dim-ratio .dim-item,
.dim-ratio .drtg,
.dim-ratio .imgtg,
.dim-ratio .rsltwfitc,
.index-sub-banner .dim-item,
.index-sub-banner .drtg,
.index-sub-banner .imgtg,
.index-sub-banner .rsltwfitc,
.main-banner .dim-item,
.main-banner .drtg,
.main-banner .imgtg,
.main-banner .rsltwfitc,
.page-banner .dim-item,
.page-banner .drtg,
.page-banner .imgtg,
.page-banner .rsltwfitc,
.pdcd-img .dim-item,
.pdcd-img .drtg,
.pdcd-img .imgtg,
.pdcd-img .rsltwfitc,
.primary-color .dim-item,
.primary-color .drtg,
.primary-color .imgtg,
.primary-color .rsltwfitc,
.rsltw-img .dim-item,
.rsltw-img .drtg,
.rsltw-img .imgtg,
.rsltw-img .rsltwfitc,
.shade .dim-item,
.shade .drtg,
.shade .imgtg,
.shade .rsltwfitc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.one.blgcrd-img::before,
.pdcd-img::before,
.primary-color::before {
    padding-top: 100%
}

.dim-ratio-3by2::before {
    padding-top: 66.66667%
}

.index-sub-banner::before,
.main-banner::before,
.page-banner::before {
    padding-top: 39.0625%
}

.blgcrd-img::before {
    padding-top: 71.42857%
}

.rsltw-img::before {
    padding-top: 62.5%
}

.dim-ratio-81by40::before {
    padding-top: 49.38272%
}

.dim-ratio-109by80::before {
    padding-top: 73.3945%
}

.dim-ratio-102by55::before {
    padding-top: 53.92157%
}

.dim-ratio-133by80::before {
    padding-top: 60.15038%
}

.shade::before {
    padding-top: 18.18182%
}

@media (min-width:321px) {
    .shade::before {
        padding-top: 27.27273%
    }
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .page-banner::before {
        padding-top: 23.4375%
    }
    .shade::before {
        padding-top: 63.63636%
    }
    .container {
        max-width: 720px
    }
}

@media (min-width:768px) {
    .index-sub-banner::before {
        padding-top: 24.39024%
    }
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 1280px
    }
}

.space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.dim,
.dim-1-md,
.dim-10-lg,
.dim-10-md,
.dim-10-xs,
.dim-12,
.dim-12-lg,
.dim-12-md,
.dim-2,
.dim-2-xl,
.dim-3,
.dim-3-lg,
.dim-3-md,
.dim-3-xl,
.dim-4-lg,
.dim-4-md,
.dim-4-sm,
.dim-4-xl,
.dim-5-lg,
.dim-5-md,
.dim-5-xs,
.dim-6-lg,
.dim-6-md,
.dim-6-sm,
.dim-6-tn,
.dim-6-xs,
.dim-7,
.dim-7-lg,
.dim-7-md,
.dim-7-xl,
.dim-8-lg,
.dim-8-sm,
.dim-9,
.dim-9-lg,
.dim-9-sm,
.dim-9-xl,
.dim-auto-lg {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.dim {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.dim-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.dim-fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.dim-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.dim-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.dim-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.dim-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.dim-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.dim-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:321px) {
    .dim-third-tn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-tn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-tn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-6-tn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:480px) {
    .dim-third-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-5-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .dim-6-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .dim-10-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
}

@media (min-width:576px) {
    .dim-third-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-4-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .dim-6-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .dim-8-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .dim-9-sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:768px) {
    .dim-third-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-1-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .dim-3-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .dim-4-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .dim-5-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .dim-6-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .dim-7-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .dim-10-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .dim-12-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .dim-auto-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .dim-third-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-3-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .dim-4-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .dim-5-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .dim-6-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .dim-7-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .dim-8-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .dim-9-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .dim-10-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .dim-12-lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .dim-third-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .dim-2-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .dim-3-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .dim-4-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .dim-7-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .dim-9-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1366px) {
    .dim-third-xw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .dim-fourth-xw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .dim-fifth-xw {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.aslk {
    position: relative
}

.aslk .tglk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.z-1 {
    z-index: 1!important
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #707070
}

.text-1st {
    color: #00b2f1!important
}

.text-2nd {
    color: #fca228!important
}

.text-4th {
    color: #acacac!important
}

.text-5th {
    color: #f8f8f8!important
}

.text-6th {
    color: #f8e68e!important
}

.text-7th {
    color: #0074c2!important
}

.text-8th {
    color: #111!important
}

.text-9th {
    color: #0055b3!important
}

.text-color {
    color: #111
}

.font-2nd,
.font-2nd * {
    font-family: prompt-semibold!important
}

.index-sub-banner {
    border-radius: 5px;
    overflow: hidden
}

.gldbutn {
    background: rgba(0, 178, 241, .51)!important;
    background: linear-gradient(-10deg, #00b2f1 0, #00b2f1 100%)!important;
    border: 1px solid #00b2f1;
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    font-family: prompt-semibold
}

.gldbutn.disabled {
    background: #111!important;
    border: 1px solid #fff
}

.gldbutn img {
    width: 15px
}

.gldbutn3 {
    background: rgba(252, 162, 40, .51)!important;
    background: linear-gradient(-10deg, #fca228 0, #fca228 100%)!important;
    border: 1px solid #fca228;
    -webkit-transition: .25s;
    transition: .25s;
    color: #fff;
    font-family: prompt-semibold
}

.gldbutn3.disabled {
    background: #111!important;
    border: 1px solid #fff
}

.gldbutn3 img {
    width: 15px
}

.gldbutn4 {
    border: 1px solid #0055b3;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #fff;
    color: #0055b3;
    font-family: prompt-semibold
}

.gldbutn4:active,
.gldbutn4:focus,
.gldbutn4:focus-within,
.gldbutn4:hover {
    background-color: #fff!important;
    color: #0055b3!important
}

.gldbutn4.disabled {
    background: #111!important;
    border: 1px solid #fff
}

.gldbutn4 img {
    width: 15px
}

.cancelbtn {
    border: 1px solid #ccc;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #fff;
    color: #111;
    font-family: prompt-semibold
}

.cancelbtn:active,
.cancelbtn:focus,
.cancelbtn:focus-within,
.cancelbtn:hover {
    background-color: #f4f4f4!important;
    color: #111!important
}

.cancelbtn.disabled {
    background: #111!important;
    border: 1px solid #fff
}

.cancelbtn img {
    width: 15px
}

@charset "UTF-8";
.form-wrapper .form-style:focus,
.form-wrapper .form-style:focus-within {
    border-color: rgba(0, 178, 241, .3);
    -webkit-box-shadow: 0 0 4px .1rem rgba(0, 178, 241, .1);
    box-shadow: 0 0 4px .1rem rgba(0, 178, 241, .1)
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #fff;
        --active-inner: #eaffd0;
        --border: #d3e6bb;
        --border-hover: #eaffd0;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 19px;
        outline: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: '';
        display: block;
        left: -2px;
        top: -2px;
        position: absolute;
        -webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease)
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--border);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2)
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border)
    }
    input[type=checkbox]:disabled+label,
    input[type=radio]:disabled+label {
        cursor: not-allowed
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover)
    }
    input[type=checkbox]:focus,
    input[type=radio]:focus {
        -webkit-box-shadow: 0 0 0 var(--focus);
        box-shadow: 0 0 0 var(--focus)
    }
    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        width: 20px
    }
    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0)
    }
    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1
    }
    input[type=checkbox]+label,
    input[type=radio]+label {
        font-size: 1rem;
        line-height: 19px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px
    }
    input[type=checkbox]+label img,
    input[type=radio]+label img {
        width: 40px
    }
    input[type=checkbox]:not(.switch) {
        border-radius: 4px
    }
    input[type=checkbox]:not(.switch):after {
        width: 7px;
        height: 13px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 0;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg))
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0))
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: .6
    }
    input[type=radio] {
        border-radius: 50%
    }
    input[type=radio]:after {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, .7));
        transform: scale(var(--s, .7))
    }
    input[type=radio]:checked {
        --s: .5
    }
}

.form-space {
    margin-left: -1rem;
    margin-right: -1rem
}

.form-space>div {
    padding: 1rem;
    padding: .5rem
}

.chk-smmr-img {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.chk-smmr-dtal {
    max-width: calc(100% - 80px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.chk-smmr-dtal .prc {
    font-family: prompt-medium;
    color: #fca228
}

.chk-smmr-dtal .dis .prc {
    color: #acacac
}

.chk-cmpt .chk-wrapper {
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    max-width: 100%
}

.alt-blog {
    position: relative
}

.alt-blog.rtl .alt-blog-detail {
    left: 60px
}

.alt-blog.rtl>.space {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.alt-blog.ltr .alt-blog-detail {
    right: 60px
}

.alt-blog.ltr>.space {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.alt-blog-detail {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 78%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    width: 45%;
    padding: 2rem;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.alt-blog-detail h4,
.alt-blog-detail p {
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2!important
}

.alt-blog-detail .alt-sep {
    height: 3px;
    width: 100px;
    background-color: #fca228;
    margin: 1.75rem 0
}

.brcrmb {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.brcrmb a {
    color: #00b2f1
}

.brcrmb .active .mx-2,
.brcrmb .active a {
    color: #111;
    pointer-events: none;
    opacity: .6;
    text-transform: capitalize
}

.brcrmb .chv {
    display: none
}

@media (max-width:991px) {
    .alt-blog-detail {
        padding: 1rem;
        position: relative;
        left: initial!important;
        right: initial!important;
        top: initial!important;
        height: 190px!important;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .alt-blog-detail .alt-sep {
        margin: .75rem 0
    }
    .alt-blog-img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden
    }
    .brcrmb :not(.mobile-dc) {
        display: none
    }
    .brcrmb .chv {
        display: block
    }
    .abs-btn {
        position: absolute;
        right: 0;
        top: 14px
    }
}

footer {
    background: #00b2f1;
    padding: 1.25rem 0 .5rem
}

.iimgco {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px
}

.iimgco img {
    max-height: 30px;
    width: 30px
}

.iimgco.coso {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    max-width: 40px;
    margin-right: .75rem
}

.iimgco.coso img {
    max-height: 40px;
    width: 40px
}

.wrapper-sm {
    max-width: 280px;
    margin: 0 auto
}

@media (max-width:766px) {
    .wrapper-xs {
        max-width: 180px;
        margin: 0 auto
    }
    .wrapper-xs.wrapper-sm {
        max-width: 260px
    }
}

.form-space {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.chk-smmr {
    padding: 1rem;
    background-color: #fff;
    border-radius: 15px
}

.chk-smmr .title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: prompt-medium
}

.chk-smmr .totl {
    font-size: 1.25rem
}

.chk-smmr-itrow {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    margin-left: -.25rem;
    margin-right: -.25rem
}

.chk-smmr-img {
    max-width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    padding: .25rem
}

.chk-smmr-dtal {
    max-width: calc(100% - 70px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    padding: .25rem;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.chk-smmr-dtal .dis .dnum {
    text-decoration: line-through;
    font-size: .75rem;
    margin-right: .5rem;
    color: #acacac
}

.chk-smmr-dtal .sub {
    font-size: .75rem;
    color: #aaa
}

.chk-cmpt {
    padding: 5rem 0;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.chk-cmpt .chk-wrapper {
    padding: 2rem 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    min-width: 300px;
    width: 100%;
    max-width: 600px;
    border-radius: 10px
}

.chk-cmpt .chk-wrapper .icoch img {
    width: 130px
}

@media (max-width:766px) {
    .chk-cmpt .chk-wrapper {
        padding: 2rem
    }
}

.penal-ionf p {
    margin-bottom: .5rem
}

.chk-smmr-img {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
    text-align: center
}

.chk-smmr-img img {
    max-height: 100%
}

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

.form-wrapper label {
    font-size: 1rem
}

.form-wrapper .form-style {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 12px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(204, 204, 204, .25);
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-wrapper .form-style:focus,
.form-wrapper .form-style:focus-within {
    border-color: rgba(252, 162, 40, .3);
    outline: 0;
    -webkit-box-shadow: 0 0 4px .1rem rgba(252, 162, 40, .1);
    box-shadow: 0 0 4px .1rem rgba(252, 162, 40, .1)
}

.form-wrapper select {
    background-position-y: 9px
}

.form-wrapper textarea {
    height: auto!important;
    resize: none
}

.form-wrapper .toggle-password {
    position: absolute;
    cursor: pointer;
    font-size: .75rem;
    right: 20px;
    z-index: 9;
    top: calc(50% + 12.75px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    input[type=checkbox],
    input[type=radio] {
        --active: #fff;
        --active-inner: #FCA228;
        --border: #e39224;
        --border-hover: #FCA228;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 19px;
        outline: 0;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
    }
    input[type=checkbox]:after,
    input[type=radio]:after {
        content: '';
        display: block;
        left: -2px;
        top: -2px;
        position: absolute;
        -webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease)
    }
    input[type=checkbox]:checked,
    input[type=radio]:checked {
        --b: var(--active);
        --bc: var(--border);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2)
    }
    input[type=checkbox]:disabled,
    input[type=radio]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9
    }
    input[type=checkbox]:disabled:checked,
    input[type=radio]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border)
    }
    input[type=checkbox]:disabled+label,
    input[type=radio]:disabled+label {
        cursor: not-allowed
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled),
    input[type=radio]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover)
    }
    input[type=checkbox]:focus,
    input[type=radio]:focus {
        -webkit-box-shadow: 0 0 0 var(--focus);
        box-shadow: 0 0 0 var(--focus)
    }
    input[type=checkbox]:not(.switch),
    input[type=radio]:not(.switch) {
        width: 19px
    }
    input[type=checkbox]:not(.switch):after,
    input[type=radio]:not(.switch):after {
        opacity: var(--o, 0)
    }
    input[type=checkbox]:not(.switch):checked,
    input[type=radio]:not(.switch):checked {
        --o: 1
    }
    input[type=checkbox]+label,
    input[type=radio]+label {
        font-size: 1rem;
        line-height: 19px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px
    }
    input[type=checkbox]+label img,
    input[type=radio]+label img {
        width: 40px
    }
    input[type=checkbox]:not(.switch) {
        border-radius: 4px
    }
    input[type=checkbox]:not(.switch):after {
        width: 7px;
        height: 13px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 0;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg))
    }
    input[type=checkbox]:not(.switch):checked {
        --r: 43deg
    }
    input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px
    }
    input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
        transform: translateX(var(--x, 0))
    }
    input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px
    }
    input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: .6
    }
    input[type=radio] {
        border-radius: 50%
    }
    input[type=radio]:after {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, .7));
        transform: scale(var(--s, .7))
    }
    input[type=radio]:checked {
        --s: .5
    }
}

.form-wrapper.line-form label {
    margin: 0;
    opacity: .7
}

.form-wrapper.line-form .form-style {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0
}

.form-wrapper.line-form .form-style:focus,
.form-wrapper.line-form .form-style:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none
}

a.toggle-password {
    font-size: .85rem
}

.memb-list .rsinput-flt input,
.memb-list .rsinput-flt select {
    min-width: auto
}

.membr {
    padding: .5rem 0;
    min-height: calc(55px + .5rem);
    border-bottom: 1px solid rgba(204, 204, 204, .15);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.membr.txar-wrrp {
    min-height: calc(55px + .5rem);
    border: none;
    height: auto
}

.membr.txar-wrrp .memb-title {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 1rem
}

.membr .ill-label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 25px);
    white-space: nowrap;
    width: 80px;
    text-align: left
}

@media (max-width:574px) {
    .membr.txar-wrrp .memb-title {
        margin-top: 0
    }
    .membr.txar-wrrp .memb-detail {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .membr .ill-label {
        position: relative;
        top: initial;
        right: initial;
        -webkit-transform: none;
        transform: none
    }
    .membr {
        height: auto;
        border-color: rgba(204, 204, 204, .15);
        padding: 1rem 0;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .membr .memb-title {
        margin-bottom: .5rem
    }
}

.membr .form-control {
    border-radius: 7px!important
}

.memb-title {
    width: 120px;
    font-size: 1rem;
    font-family: prompt-semibold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px
}

@media (max-width:574px) {
    .memb-title {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.memb-title[data-required=true]:after {
    content: ' *';
    color: red
}

.memb-detail {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 15px
}

.memb-detail .form-group {
    max-width: 400px
}

@media (max-width:574px) {
    .memb-detail {
        padding-right: 0;
        width: 100%
    }
    .memb-detail .rsinput-flt input,
    .memb-detail .rsinput-flt select {
        min-width: initial
    }
}

@media (max-width:479px) {
    .membr .memb-title {
        margin-bottom: 0rem
    }
    .memb-detail {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

.megmem {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.megmem .nav-link {
    white-space: nowrap
}

.megmem .nav-item .nav-link {
    color: #111
}

.megmem .nav-item.active .nav-link,
.megmem .nav-item.dropdown.show .nav-link,
.megmem .nav-item:hover .nav-link {
    position: relative
}

.megmem .nav-item.active .nav-link:after,
.megmem .nav-item.dropdown.show .nav-link:after,
.megmem .nav-item:hover .nav-link:after {
    position: absolute;
    height: 2px;
    background-color: #fca228;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    bottom: 0;
    content: ''
}

.megmem .dropdown .dropdown-menu {
    border: none;
    background-color: transparent
}

.megmem .dropdown .dropdown-menu .dropdown-item {
    position: relative
}

.megmem .dropdown .dropdown-menu .dropdown-item p {
    color: #111;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer
}

.megmem .dropdown-item:focus,
.megmem .dropdown-item:hover {
    background-color: transparent;
    color: #00b2f1
}

.megmem .dropdown-item:focus p,
.megmem .dropdown-item:hover p {
    color: #00b2f1!important
}

@media (max-width:1199px) {
    .megmem .nav-item.active .nav-link,
    .megmem .nav-item.dropdown.show .nav-link,
    .megmem .nav-item:hover .nav-link {
        display: inline-block
    }
    .megmem .nav-item.active .nav-link:after,
    .megmem .nav-item.dropdown.show .nav-link:after,
    .megmem .nav-item:hover .nav-link:after {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }
    .megmem [of] {
        display: block!important
    }
}

@media (min-width:1201px) {
    .megmem .dropdown {
        position: static
    }
    .megmem .dropdown .dropdown-menu {
        -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
        text-align: left;
        position: absolute;
        top: 50px;
        padding-top: 30px;
        left: 0;
        right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .megmem .dropdown:hover .dropdown-menu {
        display: block
    }
    .megmem [of] {
        min-width: 450px
    }
}

.megmem .sub a {
    font-size: .85rem
}

.megmem [to] {
    position: relative
}

.megmem [to]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .85rem;
    content: '\f054';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.megmem .navbar-light .navbar-toggler {
    border: none
}

.f-2-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.navbar-brand {
    margin: 0!important
}

.navbar-brand img {
    height: 70px
}

@media (max-width:1199px) {
    .megmem [to]:after {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: none
    }
    #mainNav {
        position: absolute;
        padding: 0 1.5rem;
        top: 100%;
        z-index: 7;
        left: 0;
        right: 0;
        background-color: #fff
    }
    #mainNav .nav-item {
        text-align: left
    }
    .dropdown-menu {
        padding: 0
    }
    .navbar-brand img {
        height: 55px
    }
}

@media (min-width:1201px) {
    .setbss.ssb-5 {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.item-ca-num {
    width: 23px;
    height: 23px;
    background-color: #fca228;
    border-radius: 50%;
    color: #fff;
    margin-left: 3px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.item-ca-num small {
    line-height: 1
}

#usermenu {
    cursor: pointer
}

#usermenu p {
    line-height: 1
}

.user-dropdown {
    top: calc(100% + 0px);
    border-radius: 7px;
    border: none;
    padding-bottom: .5rem;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

@media (max-width:766px) {
    .user-dropdown {
        display: none!important
    }
}

.ico-ddw img {
    max-height: 23px
}

.modal-trigger {
    cursor: pointer
}

.modal-overlay.active .modal-filter {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:576px) {
    .modal-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .45s cubic-bezier(.55, 0, .1, 1), visibility .45s cubic-bezier(.55, 0, .1, 1);
        transition: opacity .45s cubic-bezier(.55, 0, .1, 1), visibility .45s cubic-bezier(.55, 0, .1, 1)
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible
    }
    .modal-overlay .modal-filter {
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
        z-index: 99999;
        position: fixed;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0
    }
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: auto;
    z-index: 999999;
    max-width: 575px;
    height: auto;
    max-height: 95%;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .45s cubic-bezier(.55, 0, .1, 1), -webkit-transform .45s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .45s cubic-bezier(.55, 0, .1, 1), transform .45s cubic-bezier(.55, 0, .1, 1), -webkit-transform .45s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-delay: 225ms;
    transition-delay: 225ms
}

.modal .close-modal svg {
    width: 1.75em;
    height: 1.75em
}

.modal .modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .45s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .45s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-delay: 225ms;
    transition-delay: 225ms
}

.modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999999999;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal.active .modal-content {
    opacity: 1;
    border: none
}

.modal.active .close-modal {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    z-index: 9999999999999
}

@media (max-width:991px) {
    .modal {
        position: fixed;
        top: 50%;
        left: 50%;
        width: calc(100% - 1rem);
        height: auto;
        max-height: 95%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: translateY(-50%) translateX(-50%)!important;
        transform: translateY(-50%) translateX(-50%)!important;
        padding: 1rem!important
    }
    .modal .modal-content {
        height: 95%
    }
    h1 {
        font-size: 1.5rem
    }
    .modal-filter {
        visibility: hidden;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
        z-index: 99999;
        position: fixed;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0
    }
    .close-modal {
        right: 30px!important
    }
}

@media (max-width:479px) {
    .navbar-brand img {
        height: 45px
    }
    .modal {
        top: 50%;
        left: 0;
        width: calc(100% - 2rem);
        height: auto;
        max-height: 95%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: translateY(-50%) translateX(0)!important;
        transform: translateY(-50%) translateX(0)!important;
        padding: 1rem!important;
        margin: 1rem
    }
    .modal .modal-content {
        height: 95%
    }
}

.language {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.language li {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 10px;
    line-height: 1.25;
    font-size: 14px;
    position: relative;
    color: #111
}

.language li:not(:last-child):after {
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    right: -10px;
    top: 0;
    content: ''
}

.language li.active {
    color: #111;
    pointer-events: none;
    opacity: .5
}

.language li.active img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.language .flg {
    line-height: 1
}

.language .flg img {
    margin-right: .5rem
}

.language img {
    width: 20px
}

.mev-info-box-rnd {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    padding: 1rem 1.25rem;
    border-radius: 10px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f7f7
}

.mev-info-head {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-bottom: .5rem
}

.mev-info-head p {
    font-size: 1.1rem
}

.mev-info-head p.act {
    font-size: 1rem;
    font-weight: 600
}

.mev-name {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    margin-bottom: .5rem
}

.mev-pchlst {
    max-width: 955px;
    width: 100%
}

@media (max-width:991px) {
    .mev-pchlst {
        width: 100%
    }
}

.mev-pchlst .mev-pchlst-item:last-child {
    margin-bottom: 0
}

.mev-pchlst-item {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    width: 100%;
    height: 65px;
    padding: 0rem .75rem;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
    border-radius: 5px
}

@media (min-width:1201px) {
    .mev-pchlst {
        width: 100%;
        max-width: 1439px
    }
    .mev-pchlst-item {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
}

.mev-pchlst-item>div {
    padding: 0 .5rem;
    height: 100%
}

.mev-pchlst-item>div * {
    line-height: 1.5;
    white-space: nowrap
}

.pc1 {
    width: calc(20px + .5rem);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.pc1 img {
    width: 20px
}

.pc2 {
    width: 110px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.pc3 {
    width: 110px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.pc4 {
    width: 120px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.pc6 {
    width: 120px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

@media (max-width:991px) {
    .mev-pchlst {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
        height: auto
    }
    .mev-pchlst-item {
        display: block!important;
        height: auto;
        padding: 1rem;
        margin: .5rem;
        width: calc(50% - 1rem)
    }
    .mev-pchlst-item>div {
        height: auto
    }
    .pc3,
    .pc4,
    .pc6 {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .pc3 *,
    .pc4 *,
    .pc6 * {
        margin-right: .5rem
    }
    .pc6 {
        margin: 1.5rem 0
    }
    .pc1,
    .pc2 {
        margin-bottom: 1rem
    }
    .payment-list .payment-item label.pt-ttg {
        margin-left: 1rem;
        padding-left: 0
    }
    .payment-list .payment-item label.pt-ttg .img-wrapper {
        margin-left: 7px
    }
}

@media (max-width:766px) {
    .mev-pchlst-item {
        width: 100%
    }
}

.stat-2 {
    color: #fc3
}

.stat-3 {
    color: #6567a5
}

.stat-5 {
    color: #00af81
}

.order-detail-wrapper .bbrd {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-right: 1px solid #f6f6f9;
    border-top: 1px solid #f6f6f9;
    border-left: 1px solid #f6f6f9
}

.order-detail-wrapper .bbrd:last-child {
    border-bottom: 1px solid #f6f6f9;
    border-radius: 0 0 10px 10px
}

.order-detail-wrapper .cart-title {
    margin: 0
}

.order-detail-wrapper .cart-item-table {
    border-top: 1px solid #f6f6f9;
    border-radius: 0;
    margin: 0
}

@media (min-width:768px) {
    .order-detail-wrapper .column-1 {
        width: 45%
    }
}

@media only screen and (min-width:40em) {
    .mdl-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, .6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1);
        transition: opacity .6s cubic-bezier(.55, 0, .1, 1), visibility .6s cubic-bezier(.55, 0, .1, 1)
    }
    .mdl-overlay.active {
        opacity: 1;
        visibility: visible
    }
}

.mdl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s cubic-bezier(.55, 0, .1, 1);
    transition: .6s cubic-bezier(.55, 0, .1, 1);
    z-index: 9999999
}

.mdl .close-mdl {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .6s cubic-bezier(.55, 0, .1, 1), transform .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mdl .close-mdl svg {
    width: 1.75em;
    height: 1.75em
}

.mdl .mdl-content {
    opacity: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
    transition: opacity .6s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mdl.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mdl.active .mdl-content {
    opacity: 1
}

.mdl.active .close-mdl {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1
}

@media only screen and (max-width:39.9375em) {
    .mdl {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0!important
    }
    .close-mdl {
        right: 20px!important
    }
}

.ps-pagination::after {
    display: block;
    clear: both;
    content: ""
}

.ps-pagination .pagination {
    margin: 0;
    display: inline-block
}

.ps-pagination .pagination li {
    display: inline-block;
    margin-right: 15px;
    text-align: center
}

.ps-pagination .pagination li>a {
    padding: 0 12px;
    position: relative;
    display: inline-block;
    z-index: 30;
    font-family: prompt-regular, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #313131;
    line-height: 50px;
    border-radius: 0;
    border: none;
    background-color: transparent!important
}

.ps-pagination .pagination li>a:after,
.ps-pagination .pagination li>a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 50%;
    -webkit-transition: .25s;
    transition: .25s
}

.ps-pagination .pagination li>a:before {
    width: 30px;
    height: 30px
}

.ps-pagination .pagination li>a:after {
    width: 35px;
    height: 35px;
    background-color: #fca228;
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.ps-pagination .pagination li>a:hover {
    color: #fff
}

.ps-pagination .pagination li>a:hover:after {
    visibility: visible;
    opacity: 1
}

.ps-pagination .pagination li.active {
    border: none
}

.ps-pagination .pagination li.active a {
    color: #fff;
    pointer-events: none
}

.ps-pagination .pagination li.active a:after {
    visibility: visible;
    opacity: 1
}

.ps-pagination .pagination li:last-child() {
    margin-right: 0
}

.ps-pagination .pagination .disabled {
    opacity: .5
}

.ps-pagination .pagination .disabled a {
    pointer-events: none
}

@media (max-width:479px) {
    .ps-pagination .pagination li {
        margin-right: 5px
    }
    .ps-pagination .pagination li a {
        padding: 0 12px;
        font-size: 12px
    }
    .ps-pagination .pagination li a:before {
        width: 30px;
        height: 30px
    }
    .ps-pagination .pagination li a:after {
        width: 35px;
        height: 35px
    }
}

.next h5,
.prev h5 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.next:not(.disabled) h5 i,
.prev:not(.disabled) h5 i {
    color: #fca228
}

.next:not(.disabled):hover h5 i,
.prev:not(.disabled):hover h5 i {
    color: #fff
}

.olsc-delt-navt {
    margin-top: 1rem
}

.olsc-delt-navt .owl-item {
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.olsc-delt-navt .owl-item img {
    -webkit-transition: .25s;
    transition: .25s
}

.olsc-delt-navt .owl-item:focus,
.olsc-delt-navt .owl-item:hover {
    border: 2px solid rgba(0, 178, 241, .4)
}

.owl-arrow-nav {
    position: relative
}

.owl-arrow-nav .owl-nav {
    top: calc(50% - 1rem);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-top: 0
}

.owl-arrow-nav .owl-nav>button.owl-prev {
    left: 0
}

.owl-arrow-nav .owl-nav>button.owl-next {
    right: 0
}

.owl-arrow-nav .owl-nav.disabled {
    pointer-events: none;
    opacity: .2;
    display: block!important
}

.owl-arrow-nav.rect-nav .prev-slide {
    background: no-repeat;
    background-image: url(../img/temp/icon/owlnav-rect-l.svg)!important;
    background-size: contain;
    left: -5px
}

.owl-arrow-nav.rect-nav .next-slide {
    background: no-repeat;
    background-size: contain;
    background-image: url(../img/temp/icon/owlnav-rect-r.svg)!important;
    right: -5px
}

.owl-arrow-nav.rect-nav .nav-btn {
    height: 76px;
    top: -35px;
    position: absolute;
    width: 36px;
    cursor: pointer
}

@media (max-width:574px) {
    .owl-arrow-nav.rect-nav .nav-btn {
        height: 46px;
        top: -20px;
        width: 20px
    }
}

.owl-arrow-nav.round-nav .prev-slide {
    background: no-repeat;
    background-image: url(../img/temp/icon/owlnav-round-l.svg)!important;
    background-size: contain;
    left: 5px
}

.owl-arrow-nav.round-nav .next-slide {
    background: no-repeat;
    background-size: contain;
    background-image: url(../img/temp/icon/owlnav-round-r.svg)!important;
    right: 5px
}

.owl-arrow-nav.round-nav .nav-btn {
    height: 76px;
    position: absolute;
    width: 36px;
    cursor: pointer
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

.owl-carousel .owl-item img {
    width: inherit
}

.owl-gallery .owl-item img {
    width: 100%
}

.payment-list .payment-item {
    border: 1px solid rgba(0, 0, 0, .0623);
    padding: 1rem;
    border-radius: 10px
}

.payment-list .payment-item .payment-item-form {
    display: none
}

.payment-list .payment-item .payment-item-form .img-wrapper img {
    width: 40px
}

.payment-list .payment-item input[type=radio] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px
}

.payment-list .payment-item.active .payment-item-form {
    display: block
}

.payment-list .payment-item label {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.payment-list .payment-item label.pt-ttg {
    margin-bottom: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.payment-list .payment-item label .img-wrapper {
    width: auto;
    margin-left: .5rem;
    margin-right: .5rem
}

.payment-list .payment-item label .img-wrapper img {
    max-height: 33px;
    width: auto
}

#true,
#visa {
    max-width: 700px;
    padding-left: 1rem
}

#true label,
#visa label {
    font-size: .89rem;
    font-weight: 400;
    margin-top: .75rem;
    white-space: nowrap
}

#true input,
#visa input {
    margin-top: 0
}

#true .img-wrapper,
#visa .img-wrapper {
    margin-right: .75rem
}

#true .img-wrapper img,
#visa .img-wrapper img {
    width: 70px
}

.nev-qty {
    background-color: #f9f9f9;
    border-radius: 25px;
    padding: .25rem 1.25rem;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important
}

.nev-qty a {
    text-align: center
}

@media (max-width:991px) {
    .nev-qty {
        padding: .25rem .5rem
    }
    .qty {
        font-size: 1rem
    }
}

.qty {
    width: 45px!important;
    height: 35px!important;
    font-size: 1rem;
    text-align: center;
    pointer-events: none;
    border: none!important;
    background-color: transparent;
    color: #111;
    padding: 0!important
}

.button-qty {
    cursor: pointer;
    padding: 0!important;
    color: #111;
    width: 35px;
    border: none;
    background-color: transparent;
    height: 35px;
    font-size: 1.75rem
}

.form-wrapper.prodds select {
    height: 42px;
    min-width: 180px;
    border-radius: 25px;
    padding: .25rem 1.25rem!important;
    background-color: #f9f9f9;
    border: none!important;
    background-position-x: 95%
}

.form-wrapper.prodds .qty {
    background-color: transparent;
    font-size: 1.25rem
}

.pdcd-wppr {
    background-color: #fff;
    padding: .5rem 1rem 1.25rem;
    height: 100%;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 8px;
    overflow: hidden
}

.pdcd-bdg {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    margin-bottom: .5rem
}

.bdg-im {
    margin-right: .3rem
}

.bdg-im img {
    width: 70px!important
}

.pdcd-img .imgtg {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.pdcd-img img {
    max-height: 100%
}

.pdcd-ttl {
    padding: .5rem 0 1rem
}

.pdcd-ttl p {
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2!important
}

.pdcd-prc {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.pdcd-prc .sve {
    margin-left: .5rem
}

.dsh {
    text-decoration: line-through;
    color: #555
}

.sve {
    color: #c21c23
}

.close-search {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-transition: .25s;
    transition: .25s;
    top: 28px;
    width: 25px;
    height: 25px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background-color: #e4e4e4;
    border-radius: 50%;
    z-index: 1003;
    right: 20px
}

.form-search,
.form-search .input-wrapper {
    position: relative
}

.form-search label.fakla {
    position: absolute;
    left: 10px;
    cursor: pointer;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1001;
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 1.25rem
}

.form-search .search-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: -80px;
    left: 50%;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    background-color: #fff;
    z-index: 1002;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 0 .75rem
}

.form-search .search-wrapper label {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1001;
    -webkit-transition: .25s;
    transition: .25s
}

.form-search .search-wrapper .input-wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%!important;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.form-search .search-wrapper .input-wrapper input {
    opacity: 0;
    padding-left: 3.25rem!important
}

.form-search .search-wrapper button {
    border: none;
    padding-right: 1rem;
    background-color: transparent!important
}

.form-search input.fak {
    -webkit-transition: .25s;
    transition: .25s;
    width: 30px;
    background-color: transparent!important;
    border: none;
    cursor: pointer
}

.form-search input {
    padding-left: 2.25rem!important;
    background-color: #f3f3f3!important;
    position: relative;
    z-index: 100;
    -webkit-transition: .25s;
    transition: .25s
}

.form-search:focus input.fak,
.form-search:focus-within input.fak {
    opacity: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.form-search:focus label.fakla,
.form-search:focus-within label.fakla {
    opacity: 0
}

.form-search:focus .search-wrapper,
.form-search:focus-within .search-wrapper {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.form-search:focus .search-wrapper .input-wrapper,
.form-search:focus-within .search-wrapper .input-wrapper {
    margin: 0 auto;
    height: calc(.75em + .75rem + 22px)!important
}

.form-search:focus .search-wrapper .input-wrapper input,
.form-search:focus-within .search-wrapper .input-wrapper input {
    opacity: 1
}

.form-search:focus .search-wrapper .input-wrapper input:focus,
.form-search:focus .search-wrapper .input-wrapper input:focus-within,
.form-search:focus-within .search-wrapper .input-wrapper input:focus,
.form-search:focus-within .search-wrapper .input-wrapper input:focus-within {
    background-color: #f3f3f3!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:991px) {
    .form-search input.fak {
        width: 30px;
        background-color: transparent!important;
        border: none;
        padding-right: 0rem
    }
    .form-search:focus .search-wrapper .input-wrapper,
    .form-search:focus-within .search-wrapper .input-wrapper {
        max-width: 100%
    }
    .form-search:focus .search-wrapper>div,
    .form-search:focus-within .search-wrapper>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .shpct-container .nev-qty {
        margin-right: -1.75%
    }
}

.form-search:focus+.close-search,
.form-search:focus-within+.close-search {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.result-sect {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 999;
    display: none;
    max-height: 389px;
    overflow-y: auto
}

.result-sect::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #1b1b1b
}

.result-sect::-webkit-scrollbar {
    width: 10px;
    background-color: #1b1b1b
}

.result-sect::-webkit-scrollbar-thumb {
    background-color: #888
}

.result-row {
    border-top: 1px solid #ccc;
    padding: .5rem;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.rsltw-img {
    margin-right: .75rem;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px
}

.rsltw-img img {
    max-height: 50px
}

.rsltwfitc {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.rsltwfitc img {
    height: 100%;
    max-width: initial;
    -o-object-fit: cover;
    object-fit: cover
}

.rsltw-cnnt {
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px)
}

.rsltw-cnnt .title {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.25;
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1!important
}

.rsltw-cnnt .sub {
    line-height: 1.25;
    color: #ccc;
    font-size: .85rem
}

.form-search:focus .result-sect.active,
.form-search:focus-within .result-sect.active {
    display: block
}

#imageUpload {
    display: none
}

#profileImage {
    cursor: pointer
}

#profile-container {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

#profile-container img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%
}

#select-profile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9
}

#cam {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 40px;
    bottom: 0
}

.edit {
    font-size: .75rem;
    background-color: rgba(0, 0, 0, .255);
    text-align: center;
    padding: .15rem .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: prompt-semibold
}

.setwd {
    width: 194px;
    margin: 0 auto
}

.shpct-container .nev-qty {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.shpct-container .delete-item img {
    max-height: 25px
}

.cart-item-table,
.cart-title {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 1rem 2rem
}

.cart-title {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 15px
}

.cart-title p {
    font-family: prompt-medium;
    text-transform: uppercase
}

.cart-item-table {
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 15px;
    position: relative
}

.price {
    text-align: center
}

@media (max-width:766px) {
    #profile-container {
        width: 100px;
        height: 100px
    }
    #cam {
        width: 30px;
        height: 30px;
        right: 50px
    }
    .cart-title {
        display: none!important
    }
    .cart-item-table {
        padding: 2rem 1rem 1rem;
        margin: 1rem 0;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .price {
        text-align: right
    }
}

.price h5 {
    font-family: prompt-medium
}

.cart-column {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.column-1 {
    width: 35%
}

.column-2 {
    width: 20%
}

.column-3 {
    width: 15%
}

.column-4 {
    width: 20%
}

.column-5 {
    width: 10%
}

@media (max-width:766px) {
    .column-1 {
        width: 80%
    }
    .column-2 {
        width: 20%;
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .column-3 {
        margin: .5rem 0;
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .column-3,
    .column-4 {
        width: 50%
    }
    .column-4 {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .column-5 {
        position: absolute;
        right: 0;
        top: 10px
    }
}

@media (max-width:479px) {
    .column-3 {
        margin: 1.5rem 0 .5rem
    }
    .column-3,
    .column-4 {
        width: 100%;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}

.cart-item-detail {
    margin-left: 1rem
}

.cart-item-detail p strong {
    line-height: 1!important
}

.dashed {
    text-decoration: line-through
}

.ctile {
    font-size: 1.1rem;
    word-break: break-all;
    text-transform: uppercase;
    color: #111;
    line-height: 1.25
}

@media (max-width:1199px) {
    .price h5 {
        font-size: .95rem
    }
    .ctile {
        font-size: .85rem
    }
}

.csub {
    font-size: .8rem;
    line-height: 1.25;
    color: grey
}

.cred {
    color: #f01b1c
}

.cart-item-img {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    text-align: center
}

.cart-item-img img {
    max-height: 100%
}

.shp-stp {
    background-repeat: repeat-x;
    width: 991px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background-size: 50%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background-position: center
}

.shp-stp img {
    margin-top: 15px;
    max-height: 65px
}

.shp-stp p {
    font-size: .85rem;
    text-transform: uppercase
}

.shp-stp .wh1,
.shp-stp .wh2 {
    height: 100%;
    width: 15%;
    position: absolute;
    top: 0;
    z-index: 0
}

.shp-stp .wh1 {
    left: 0;
    background-color: transparent
}

.shp-stp .wh2 {
    right: 0;
    background-color: transparent
}

.shp-col {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    text-align: center;
    max-width: 33.333333%
}

.shp-col p {
    white-space: nowrap
}

.shp-col.active .shp-ln::before {
    background-color: #00b2f1
}

.shp-col .shp-ln {
    position: relative;
    z-index: 0;
    width: 100%
}

.shp-col .shp-ln::before {
    height: 3px;
    width: 99%;
    background-color: #e5e5e5;
    right: calc(50% - 31px);
    top: 45px;
    content: '';
    position: absolute;
    z-index: 0
}

.shp-stp .shp-col:first-child .shp-ln {
    display: none
}

@media (max-width:766px) {
    .shp-stp {
        width: 100%
    }
    .shp-stp img {
        max-height: 45px
    }
    .shp-stp p {
        font-size: .75rem
    }
    .shp-col .shp-ln::before {
        height: 3px;
        background-color: #f2f2f2;
        content: '';
        position: absolute;
        right: calc(50% - 21px);
        top: 36px
    }
}

.state-img {
    position: relative;
    z-index: 2
}

.mmenu li {
    margin: 1.75rem 0 0
}

.mmenu li p {
    font-size: 1.05rem;
    -webkit-transition: .25s;
    transition: .25s
}

.mmenu li img {
    -webkit-transition: .25s;
    transition: .25s
}

.mmenu li:not(.logout):not(.active) img {
    -webkit-filter: grayscale(200%) contrast(56%);
    filter: grayscale(200%) contrast(56%)
}

.mmenu li.logout p {
    color: #ce3c5c
}

.mmenu li.active p {
    color: #fca228
}

.mmenu li:not(.logout):hover img {
    -webkit-filter: initial!important;
    filter: initial!important
}

.mmenu li:not(.logout):hover p {
    color: #fca228
}

.mico {
    width: 20px;
    text-align: center
}

.mico img {
    max-width: 20px;
    max-height: 20px
}

.logout {
    border-radius: 2.5rem;
    background-color: #fee9e9;
    padding: .5rem 1rem
}

body {
    overflow-x: hidden
}

.main {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

@media (min-width:993px) {
    .main.aist-lg {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

.main.aist {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

@media (max-width:766px) {
    .ppdx {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.upr {
    text-transform: uppercase
}

.mmxw {
    width: 23px
}

.bgdfv {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width:993px) {
    [data-required=password] {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: .65rem
    }
}

.cont-form-bg {
    background-color: rgba(255, 255, 255, .9)
}

.setheight {
    min-height: 600px
}

.product-detail .sve {
    color: #fd0d1b
}

.bdge img {
    max-height: 20px
}

.olsc-delt {
    position: relative
}

.bank img {
    max-height: 35px
}

.l1 {
    line-height: 1.15;
    word-break: break-all
}

.nowp {
    white-space: nowrap
}

.wfxd {
    width: 210px;
    max-width: 100%
}

.wfxdx2 {
    max-width: 100%;
    width: 320px
}

.wfxdx1-5 {
    max-width: 100%;
    width: 280px
}

.w-50-sm {
    width: 100%
}

@media (min-width:576px) {
    .w-50-sm {
        width: 50%
    }
}

.crrt img {
    width: 22px!important
}

@media (max-width:991px) {
    .bgspec {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-image: none!important
    }
    .newlgdw {
        text-align: center;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .newlgdw h3 {
        font-size: 1rem
    }
    .newlgdw .butn {
        background-color: #fff;
        border: none;
        width: auto;
        padding: 0;
        margin-left: 1rem
    }
    .newlgdw .butn:active,
    .newlgdw .butn:hover {
        background-color: #fff!important
    }
    .newlgdw .butn h5 {
        color: #111!important;
        font-family: prompt-regular;
        font-size: 1rem;
        text-decoration: underline
    }
}

.mal {
    color: #5e5e5e
}

.miwmenu {
    min-width: 250px
}

.memb-detail.form-wrapper .form-style {
    background-color: #fcfcfc
}

.wrappw {
    background-color: #fff;
    padding: 1.5rem;
    width: 100%;
    border-radius: 10px
}

@media (max-width:991px) {
    .wrappw {
        padding: 1rem
    }
}

@media (max-width:574px) {
    .wrappw {
        padding: .75rem
    }
}

.wrappw-auto {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px
}

@media (max-width:574px) {
    .wrappw-auto {
        padding: .75rem
    }
}

.onebnne .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.onebnne .owl-dots .owl-dot span {
    margin: 4px
}

.onebnne .owl-dots .owl-dot.active span {
    width: 40px!important;
    background-color: #00b2f1
}

.title-align {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

@media (max-width:766px) {
    .title-align {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
}

.title-align .content-container {
    overflow-x: hidden;
    word-break: break-all
}

.product-sorter {
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
    height: 51px
}

@media (max-width:574px) {
    .product-sorter {
        padding: 0rem;
        height: auto
    }
}

#sort.form-style {
    border: none;
    background-color: transparent
}

#sort.form-style:focus,
#sort.form-style:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dim-specl {
    -ms-flex-preferred-size: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px)
}

.pltg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: .75rem
}

.pltg:after {
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-weight: 900
}

.pltg[aria-expanded=true]:after {
    content: '\f068'
}

#accept,
#toggle-filter {
    border: 1px solid rgba(0, 178, 241, .51)
}

#accept p,
#toggle-filter p {
    color: #00b2f1
}

#accept:active,
#accept:focus,
#accept:focus-within,
#accept:hover,
#toggle-filter:active,
#toggle-filter:focus,
#toggle-filter:focus-within,
#toggle-filter:hover {
    background-color: #00b2f1!important
}

.butn-acct {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0
}

.butn-acct button {
    width: 100%
}

#filter {
    background-color: #fff
}

@media (max-width:766px) {
    .dim-specl {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    #filter {
        display: none;
        width: 100%;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 999999;
        max-height: calc(100vh - 5rem);
        overflow-y: auto;
        position: relative
    }
    #filter.active {
        display: block
    }
}

.form-wrapper .chk-chk {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 15px
}

.form-wrapper .chk-chk:not(:last-child) {
    margin-bottom: 1rem
}

.thumbs.rect-nav .nav-btn {
    height: 46px;
    top: -15px;
    width: 22px
}

.gldbutn[aria-expanded=true] {
    background: #fff!important;
    color: #00b2f1!important
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    background: #fca228;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 99999
}

.back-to-top:active,
.back-to-top:focus,
.back-to-top:focus-within,
.back-to-top:hover {
    color: #fff
}

.back-to-top i {
    font-size: 15px;
    position: absolute;
    top: 12px;
    left: 13px
}

.contact-map {
    height: 350px!important
}

@media (min-width:993px) {
    .contact-map {
        height: 450px!important
    }
    .imgabs {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.contact-map iframe {
    width: 100%!important;
    height: 100%!important
}

.bg-light-grey {
    background-color: #f8f8f8
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.imgabs {
    position: absolute;
    z-index: 2;
    height: 100%
}

@media (min-width:993px) {
    .overflow-y--auto {
        overflow-y: hidden;
        padding-right: calc(1rem - 5px);
        height: calc(100% - 90px)
    }
    .overflow-y--auto:active,
    .overflow-y--auto:focus,
    .overflow-y--auto:focus-within,
    .overflow-y--auto:hover {
        overflow-y: auto
    }
    .overflow-y--auto:active::-webkit-scrollbar,
    .overflow-y--auto:focus-within::-webkit-scrollbar,
    .overflow-y--auto:focus::-webkit-scrollbar,
    .overflow-y--auto:hover::-webkit-scrollbar {
        width: 5px
    }
    .overflow-y--auto:active::-webkit-scrollbar-track,
    .overflow-y--auto:focus-within::-webkit-scrollbar-track,
    .overflow-y--auto:focus::-webkit-scrollbar-track,
    .overflow-y--auto:hover::-webkit-scrollbar-track {
        background: #f1f1f1
    }
    .overflow-y--auto:active::-webkit-scrollbar-thumb,
    .overflow-y--auto:focus-within::-webkit-scrollbar-thumb,
    .overflow-y--auto:focus::-webkit-scrollbar-thumb,
    .overflow-y--auto:hover::-webkit-scrollbar-thumb {
        background: #c4c4c4
    }
    .overflow-y--auto:active::-webkit-scrollbar-thumb:hover,
    .overflow-y--auto:focus-within::-webkit-scrollbar-thumb:hover,
    .overflow-y--auto:focus::-webkit-scrollbar-thumb:hover,
    .overflow-y--auto:hover::-webkit-scrollbar-thumb:hover {
        background: #555
    }
}

.illus-container {
    max-width: 1380px;
    margin: 0 auto
}

@media (min-width:1382px) {
    .illus-container {
        max-width: 1280px
    }
}

.brndlog {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background-color: #fff;
    margin: .5rem;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 3rem 1.5rem
}

.negt-50p {
    position: relative;
    z-index: 3
}

@media (max-width:991px) {
    .imgabs {
        position: relative
    }
    .brndlog {
        width: 120px;
        height: 120px
    }
    .negt-50p {
        padding: 2.5rem 0
    }
}

.head-l {
    font-family: prompt-semibold;
    font-size: 1.75rem;
    position: relative;
    padding-left: 16px
}

.head-l:before {
    height: 130%;
    width: 4px;
    background-color: #fca228;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fb-butn {
    background-color: #4267b2;
    border: none;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.fb-butn p {
    color: #fff;
    margin-left: .7rem
}

.fb-butn img {
    max-height: 25px
}

.fb-butn:active,
.fb-butn:focus,
.fb-butn:focus-within,
.fb-butn:hover {
    background-color: #4267b2!important
}

.blbg {
    background-color: #f8f8f8;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    border-radius: 8px;
    overflow: hidden
}

.blbg .blbg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%
}

.blbg .blbg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 1.5rem
}

.blbg .blbg-2 h5 {
    line-height: 1.75rem;
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2!important
}

.blbg .blbg-2 .subtitle {
    overflow: hidden!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3!important;
    color: #4e4e4e
}

.blbg .alt-sep {
    height: 3px;
    width: 100px;
    background-color: #fca228;
    margin: 1.75rem 0
}

@media (max-width:991px) {
    .blbg {
        display: block!important
    }
    .blbg .blbg-1,
    .blbg .blbg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .blbg .alt-sep {
        margin: 1rem 0;
        height: 2px
    }
}

@media (min-width:993px) {
    .negt-50p {
        margin-top: -70px
    }
    .blbg.rtl .blbg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .blbg.rtl .blbg-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.blbg.db {
    display: block!important;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.blbg.db h5 {
    font-size: 1.15rem;
    line-height: 1.25;
    height: 40px
}

.the-title {
    font-size: clamp(18px, 11.08894px + 1.20192vw, 23px)
}

.owl-theme .owl-nav {
    margin-top: 0
}

.set-wws {
    padding: .5rem
}

.set-wws img {
    width: 100%!important;
    max-height: 70px
}

input[name=brand]+label .img-wrapper {
    width: 60px;
    margin-right: .75rem
}

input[name=brand]+label img {
    width: auto;
    max-height: 40px
}

.stgc {
    position: sticky;
    top: .5rem;
    z-index: 999999999999999999
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {
    #filter input[type=checkbox],
    #filter input[type=radio] {
        --active-inner: #00B2F1;
        --border: #D1D1D1;
        --border-hover: #00B2F1
    }
}

.img-ww img {
    width: 27px
}

.setbdr {
    border-radius: 6px;
    overflow: hidden
}

@media (max-width:766px) {
    .setbdr {
        border-radius: 0!important
    }
}

.shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.set-hhg {
    height: 42px
}

.single-butn-select:checked,
.single-butn-select:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden
}

.single-butn-select:checked+label,
.single-butn-select:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 90px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 99999999px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #111;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.single-butn-select:not(:checked)+label {
    background-color: #fff;
    border: 1px solid #d1d1d1
}

.single-butn-select:checked+label {
    background-color: #deeeff;
    color: #0055b3;
    font-family: prompt-semibold;
    border: 1px solid #0055b3
}

.carousel-container,
.single-product-container {
    border: 1px solid #e8e8e8
}

p {
    line-height: 1.35
}

.setfgh {
    height: 35px
}

.descr-box {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 6px;
    padding: 50px 2rem 2rem
}

@media (min-width:768px) {
    .descr-box {
        margin-bottom: calc(3rem + 20px)
    }
}

.descr-box .descr-title {
    max-width: 250px;
    position: absolute;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100px;
    width: 100%;
    text-align: center;
    font-size: 1.35rem;
    font-family: prompt-semibold;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.yw-list {
    list-style: none!important
}

.yw-list li {
    margin: .5rem 0
}

.yw-list li::before {
    content: "";
    background-color: #fca228;
    display: inline-block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    margin-right: 1rem
}

.bukkt {
    position: absolute;
    bottom: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.bukkt img {
    max-height: 190px
}

@media (max-width:991px) {
    .bukkt {
        bottom: 110px
    }
    .bukkt img {
        max-height: 180px
    }
}

@media (max-width:574px) {
    .bukkt {
        bottom: 100px
    }
    .bukkt img {
        max-height: 120px
    }
}

@media (max-width:320px) {
    .bukkt {
        bottom: 70px
    }
    .bukkt img {
        max-height: 100px
    }
}

.sdkljgh {
    width: 100px
}

#colorSelector {
    color: #0055b3
}

.color-name {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2
}

.primary-color {
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    position: relative;
    z-index: 1
}

.primary-color.active,
.primary-color:active,
.primary-color:focus,
.primary-color:focus-within,
.primary-color:hover {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 2;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.primary-color.active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
    background-image: url(../img/icon/check-circle.svg)!important
}

.shade {
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    position: relative;
    z-index: 1
}

.shade:active,
.shade:focus,
.shade:focus-within,
.shade:hover {
    border-color: transparent;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

@media (max-width:574px) {
    .shade:active,
    .shade:focus,
    .shade:focus-within,
    .shade:hover {
        -webkit-transform: scale(1.015);
        transform: scale(1.015);
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
    }
}

.shade.active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
    background-image: url(../img/icon/check-circle.svg)!important
}

@media (max-width:574px) {
    .shade.active:after {
        left: calc(100% - 37px);
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%)
    }
}

.mdl-overlay {
    -webkit-transition: .25s;
    transition: .25s
}

@media only screen and (max-width:39.9375em) {
    .mdl {
        width: 97%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%)!important;
        transform: translateY(-50%) translateX(-50%)!important
    }
    .mdl-overlay.active {
        height: 100vh;
        position: fixed;
        width: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, .6);
        z-index: 999999999999
    }
}

#myTab.nav-tabs .nav-item {
    margin-bottom: 0;
    font-family: prompt-semibold;
    font-size: 1.15rem
}

#myTab.nav-tabs .nav-item.show .nav-link,
#myTab.nav-tabs .nav-link.active,
#myTab.nav-tabs .nav-link:focus,
#myTab.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
    border-bottom: 4px solid #fca228
}

.wer4tysdfgh {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    height: 100%;
    padding: 1rem;
    border-radius: 6px
}

.wer4tysdfgh img {
    width: 60px
}

.font-l {
    font-size: 1.25rem
}

.scub {
    font-size: .85rem;
    color: #929292
}