@charset "UTF-8";
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
html { -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-decoration: none; }
img { vertical-align: middle; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input { border: 0 none; outline: none; -webkit-box-shadow: none; box-shadow: none; }
button { background: none; cursor: pointer; }
button, fieldset, iframe { border: 0; }
fieldset, ul, ol, button, menu { padding: 0; }
ol, ul { list-style: none; }
textarea { resize: vertical; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
td { padding: 0; }
svg { width: 1.2em; height: 1.1em; }
button { outline: 0; }
.icon { font-size: 18px; color: currentColor; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1; }
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, footer, header, nav, section { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
audio, video { display: inline-block; }
    audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
    .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
    40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}

.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes swing {
    0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
    to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
}

@keyframes swing {
    0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    50% { -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
    to { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
}

@-webkit-keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
    50% { opacity: 1; }
}

@keyframes zoomIn {
    from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
    50% { opacity: 1; }
}

.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
    from { opacity: 1; }
    50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
    to { opacity: 0; }
}

@keyframes zoomOut {
    from { opacity: 1; }
    50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
    to { opacity: 0; }
}

.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes pulse {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
    from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    50% { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
    to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes pulsate {
    0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; }
    50% { opacity: 1.0; }
    100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}

@keyframes pulsate {
    0% { -webkit-transform: scale(0.1, 0.1); transform: scale(0.1, 0.1); opacity: 0; }
    50% { opacity: 1.0; }
    100% { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); opacity: 0; }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
html { -webkit-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: scrollbar; }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }
.container { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (max-width: 479px) {
    .container { max-width: 390px; }
}

@media (min-width: 480px) {
    .container { max-width: 600px; }
}

@media (min-width: 768px) {
    .container { max-width: 768px; }
}

@media (min-width: 992px) {
    .container { max-width: 992px; }
}

@media (min-width: 1200px) {
    .container { max-width: 1250px; }
}

@media (min-width: 1750px) {
    .container { max-width: 1250px; }
}

.container-fluid { width: 100%; padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

@media (min-width: 1400px) {
    .container-fluid { padding-left: 50px; padding-right: 50px; }
}

@media (min-width: 1750px) {
    .container-fluid { padding-left: 120px; padding-right: 120px; }
}

@media (min-width: 2020px) {
    .container-fluid { max-width: 2000px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid { max-width: 992px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid { max-width: 768px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container-fluid { max-width: 600px; }
}

@media (max-width: 479px) {
    .container-fluid { max-width: 390px; }
}

.row { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.no-gutters { margin-left: 0; margin-right: 0; }
    .no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0; padding-right: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-left: 10px; padding-right: 10px; }
.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
.col-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }

@media (min-width: 480px) {
    .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
    .col-sm-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-sm-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-sm-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-sm-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-sm-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-sm-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-sm-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-sm-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-sm-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-sm-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
    .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
    .col-md-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-md-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-md-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-md-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
    .col-md-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-md-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-md-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-md-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-md-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-md-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
    .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
    .col-lg-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-lg-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-lg-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-lg-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-lg-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-lg-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-lg-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-lg-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-lg-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 1200px) {
    .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; }
    .col-xl-auto { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; }
    .col-xl-1 { -ms-flex: 0 0 8.333333%; -webkit-box-flex: 0; flex: 0 0 8.333333%; max-width: 8.333333%; }
    .col-xl-2 { -ms-flex: 0 0 16.666667%; -webkit-box-flex: 0; flex: 0 0 16.666667%; max-width: 16.666667%; }
    .col-xl-3 { -ms-flex: 0 0 25%; -webkit-box-flex: 0; flex: 0 0 25%; max-width: 25%; }
    .col-xl-4 { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-xl-5 { -ms-flex: 0 0 41.666667%; -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-xl-6 { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
    .col-xl-7 { -ms-flex: 0 0 58.333333%; -webkit-box-flex: 0; flex: 0 0 58.333333%; max-width: 58.333333%; }
    .col-xl-8 { -ms-flex: 0 0 66.666667%; -webkit-box-flex: 0; flex: 0 0 66.666667%; max-width: 66.666667%; }
    .col-xl-9 { -ms-flex: 0 0 75%; -webkit-box-flex: 0; flex: 0 0 75%; max-width: 75%; }
    .col-xl-10 { -ms-flex: 0 0 83.333333%; -webkit-box-flex: 0; flex: 0 0 83.333333%; max-width: 83.333333%; }
    .col-xl-11 { -ms-flex: 0 0 91.666667%; -webkit-box-flex: 0; flex: 0 0 91.666667%; max-width: 91.666667%; }
    .col-xl-12 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; }
}

.ui-d-none { display: none !important; }
.ui-d-inline-block { display: inline-block !important; }
.ui-d-block { display: block !important; }
.ui-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
.ui-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }

@media (max-width: 479px) {
    .ui-d-sm-none { display: none !important; }
    .ui-sm-d-inline-block { display: inline-block !important; }
    .ui-sm-d-block { display: block !important; }
    .ui-sm-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
    .ui-sm-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }
}

@media (max-width: 767px) {
    .ui-md-d-none { display: none !important; }
    .ui-md-d-inline-block { display: inline-block !important; }
    .ui-md-d-block { display: block !important; }
    .ui-md-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
    .ui-md-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }
}

@media (max-width: 991px) {
    .ui-lg-d-none { display: none !important; }
    .ui-lg-d-inline-block { display: inline-block !important; }
    .ui-lg-d-block { display: block !important; }
    .ui-lg-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
    .ui-lg-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }
}

@media (max-width: 1199px) {
    .ui-xl-d-none { display: none !important; }
    .ui-xl-d-inline-block { display: inline-block !important; }
    .ui-xl-d-block { display: block !important; }
    .ui-xl-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
    .ui-xl-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }
}

@media print {
    .ui-print-d-none { display: none !important; }
    .ui-print-d-inline-block { display: inline-block !important; }
    .ui-print-d-block { display: block !important; }
    .ui-print-d-flex { display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important; }
    .ui-print-d-inline-flex { display: -ms-inline-flexbox !important; display: -webkit-inline-box !important; display: inline-flex !important; }
}

@media (min-width: 1200px) {
    .ui-gutter { margin-left: -20px; margin-right: -20px; }
        .ui-gutter > .col, .ui-gutter > [class*="col-"] { padding-left: 20px; padding-right: 20px; }
    .ui-gutter-15 { margin-left: -15px; margin-right: -15px; }
        .ui-gutter-15 > .col, .ui-gutter-15 > [class*="col-"] { padding-left: 15px; padding-right: 15px; }
    .ui-gutter-30 { margin-left: -30px; margin-right: -30px; }
        .ui-gutter-30 > .col, .ui-gutter-30 > [class*="col-"] { padding-left: 30px; padding-right: 30px; }
    .ui-gutter-large { margin-left: -50px; margin-right: -50px; }
        .ui-gutter-large > .col, .ui-gutter-large > [class*="col-"] { padding-left: 50px; padding-right: 50px; }
}

.ui-gutter-5 { margin-left: -5px !important; margin-right: -5px !important; }
    .ui-gutter-5 > .col, .ui-gutter-5 > [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }
.ui-gutter-1 { margin-left: -1px !important; margin-right: -1px !important; }
    .ui-gutter-1 > .col, .ui-gutter-1 > [class*="col-"] { padding-left: 1px !important; padding-right: 1px !important; }
/* Owl Carousel - Core */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
    .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ }
        .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
    .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
        .owl-carousel .owl-item img { display: block; width: 100%; }
    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot { background: none; color: inherit; border: none; padding: 0 !important; font: inherit; }
    .owl-carousel.owl-loaded { display: block; }
    .owl-carousel.owl-loading { opacity: 0; display: block; }
    .owl-carousel.owl-hidden { opacity: 0; }
    .owl-carousel.owl-refresh .owl-item { visibility: hidden; }
    .owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }
    .owl-carousel.owl-rtl { direction: rtl; }
        .owl-carousel.owl-rtl .owl-item { float: right; }
/* No Js */
.no-js .owl-carousel { display: block; }
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item { /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */ }
    .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
        .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { max-height: 0; }
    .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 100ms ease; transition: -webkit-transform 100ms ease; -o-transition: transform 100ms ease; transition: transform 100ms ease; transition: transform 100ms ease, -webkit-transform 100ms ease; }
    .owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }
/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] { color: #fff; font-size: 14px; margin: 5px; padding: 4px 7px; background: #fff; display: inline-block; cursor: pointer; border-radius: 3px; }
    .owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
        .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 50px; }
.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot { display: inline-block; outline: 0; zoom: 1; *display: inline; }
        .owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 5px; background: #fff; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-backface-visibility: visible; border-radius: 20px; }
        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff; }
        .owl-theme .owl-dots .owl-dot.active span { width: 50px; }
.owl-nav-style .owl-theme .owl-nav { position: absolute; top: 50%; right: 0; left: 0; margin-top: -80px; }
    .owl-nav-style .owl-theme .owl-nav [class*="owl-"] { position: absolute; width: 36px; height: 36px; font-size: 16px; padding-top: 1px !important; background: #fff; -webkit-box-shadow: 0 5px 19px 0 rgba(87, 117, 140, 0.38); box-shadow: 0 5px 19px 0 rgba(87, 117, 140, 0.38); border: 1px solid transparent; border-radius: 50%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; outline: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;     width: 36px !important;
    height: 70px !important;
    border-radius: 9px !important; }
        .owl-nav-style .owl-theme .owl-nav [class*="owl-"] svg path { stroke: #e3384c !important; }
        .owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover { background: #e3384c; }
            .owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover svg path { stroke: #fff !important; }
    .owl-nav-style .owl-theme .owl-nav button.owl-prev { left: -70px; padding-right: 2px !important; }
    .owl-nav-style .owl-theme .owl-nav button.owl-next { right: -70px; padding-left: 3px !important; }
.owl-nav-style.logos .owl-theme .owl-nav { margin-top: -55px; }
    .owl-nav-style.logos .owl-theme .owl-nav button.owl-prev { left: -55px; }

@media (max-width: 1199px) {
    .owl-nav-style.logos .owl-theme .owl-nav button.owl-prev { left: -10px; }
}

.owl-nav-style.logos .owl-theme .owl-nav button.owl-next { right: -55px; }

@media (max-width: 1199px) {
    .owl-nav-style.logos .owl-theme .owl-nav button.owl-next { right: -10px; }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav { top: 50%; margin-top: -25px; }
    .owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] { background: none; width: 25px; height: 25px; }
        .owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 24px; }

@media (max-width: 479px) {
    .owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] svg { font-size: 20px; }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav [class*="owl-"] svg path { stroke: #004c94 !important; stroke-width: 2px !important; }
.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-prev { left: -50px; }

@media (max-width: 1199px) {
    .owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-prev { left: 0; }
}

.owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-next { right: -50px; }

@media (max-width: 1199px) {
    .owl-nav-style.ui-no-circle .owl-theme .owl-nav button.owl-next { right: 0; }
}

.owl-nav-style.ui-bottom-right .owl-theme .owl-nav { top: inherit; right: 0; bottom: 0; left: inherit; position: relative; text-align: right; }
    .owl-nav-style.ui-bottom-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }
    .owl-nav-style.ui-bottom-right .owl-theme .owl-nav button { left: inherit; right: inherit; }
.owl-nav-style.ui-bottom-left .owl-theme .owl-nav { top: inherit; left: 0; right: inherit; bottom: 0; position: absolute; text-align: left; margin-top: 0; }
    .owl-nav-style.ui-bottom-left .owl-theme .owl-nav [class*="owl-"] { position: relative; }
    .owl-nav-style.ui-bottom-left .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }
.owl-nav-style.ui-bottom-center:not(.not) .owl-theme .owl-nav { position: relative; top: inherit; bottom: inherit; }
    .owl-nav-style.ui-bottom-center:not(.not) .owl-theme .owl-nav [class*="owl-"] { position: relative; }
    .owl-nav-style.ui-bottom-center:not(.not) .owl-theme .owl-nav button { left: inherit !important; right: inherit !important; }

@media (max-width: 991px) {
    .owl-nav-style.ui-top-right .owl-theme { position: inherit; }
}

@media (min-width: 992px) {
    .owl-nav-style.ui-top-right .owl-theme .owl-nav { top: 0; right: 5px; bottom: inherit; left: inherit; }
}

@media (max-width: 991px) {
    .owl-nav-style.ui-top-right .owl-theme .owl-nav { top: inherit; margin-top: 0 !important; bottom: -23px; }
}

.owl-nav-style.ui-top-right .owl-theme .owl-nav [class*="owl-"] { position: relative; }
.owl-nav-style.ui-top-right .owl-theme .owl-nav button { left: inherit; right: inherit; }

@media (min-width: 992px) {
    .owl-nav-style.ui-top-right.banner .owl-theme .owl-nav { left: 0; margin: -65px auto 0; max-width: calc(1250px - (20px / 2)); text-align: right; }
}

.owl-nav-style.ui-top-right.categories .owl-theme .owl-nav { margin-top: -65px; }
body.compensate-for-scrollbar { overflow: hidden; }
.fancybox-active { height: auto; }
.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }
.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }
    .fancybox-container * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }
.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; -o-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg { opacity: .97; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; -o-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s; -o-transition: opacity .25s ease 0s, visibility 0s ease 0s; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }
.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.fancybox-infobar { height: auto; left: 42px; top: auto; bottom: 180px; padding: 0; font-size: 7.4rem; line-height: 1; letter-spacing: -.22em; color: #fff; mix-blend-mode: normal; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.fancybox-toolbar { right: 0; top: 0; }
    .fancybox-toolbar button:not(:last-child) { display: none !important; }
.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }
.fancybox-is-open .fancybox-stage { overflow: hidden; }
.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; white-space: normal; width: 100%; z-index: 99994; }
    .fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }
.fancybox-slide--image { overflow: hidden; padding: 44px 0; }
    .fancybox-slide--image::before { display: none; }
.fancybox-slide--html { padding: 6px; }
.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }
.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }
.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: zoom-in; }
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: grab; }
.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: grabbing; }
.fancybox-container [data-selectable='true'] { cursor: text; }
.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }
.fancybox-spaceball { z-index: 1; }
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }
.fancybox-slide--video .fancybox-content { background: #000; }
.fancybox-slide--map .fancybox-content { background: #e5e3df; }
.fancybox-slide--iframe .fancybox-content { background: #fff; }
.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }
/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }
.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }
    .fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }
/* Buttons */
.fancybox-button { border: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }
.fancybox-button--close { position: fixed; display: block !important; width: 60px; height: 60px; right: 50px !important; top: 50px !important; padding: 0 !important; font-size: 40px; color: #fff !important; background: none; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }
    .fancybox-button:hover { color: #fff; }
    .fancybox-button:focus { outline: none; }
    .fancybox-button.fancybox-focus { outline: 1px dotted; }
    .fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }
    /* Fix IE11 */
    .fancybox-button div { height: 100%; }
    .fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }
        .fancybox-button svg path { fill: currentColor; stroke-width: 0; }
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }
.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; -webkit-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; z-index: 99998; }
/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }
    .fancybox-close-small:hover { color: #fff; opacity: 1; }
.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }
.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }
/* Navigation arrows */
.fancybox-navigation { position: absolute; right: 50px; bottom: 70px; }
    .fancybox-navigation .fancybox-button { background-clip: content-box; height: 65px; opacity: 0; position: relative; cursor: pointer; width: 50px; }
        .fancybox-navigation .fancybox-button:not(:last-child) { margin-right: 20px; }
    .fancybox-navigation .fancybox-button--arrow_left { left: 0; }
    .fancybox-navigation .fancybox-button--arrow_right { right: 0; }
/* Caption */
.fancybox-caption { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%); bottom: 0; color: #eee; font-size: 16px; font-weight: 700; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }
/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate { margin-top: -50px; }
.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #fff; text-decoration: none; }
    .fancybox-caption a:hover { color: #fff; text-decoration: underline; }
/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes fancybox-rotate {
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }
.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide { padding-left: 6px; padding-right: 6px; }
    .fancybox-slide--image { padding: 6px 0; }
    .fancybox-close-small { right: -6px; }
    .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
    .fancybox-caption { padding-left: 12px; padding-right: 12px; }
    /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/
}
/* Share */
.fancybox-share { background: #f4f4f4; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; }
    .fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; }
    .fancybox-share p { margin: 0; padding: 0; }
.fancybox-share__button { border: 0; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }
    .fancybox-share__button:visited, .fancybox-share__button:link { color: #fff; }
    .fancybox-share__button:hover { text-decoration: none; }
.fancybox-share__button--fb { background: #3b5998; }
    .fancybox-share__button--fb:hover { background: #344e86; }
.fancybox-share__button--pt { background: #bd081d; }
    .fancybox-share__button--pt:hover { background: #aa0719; }
.fancybox-share__button--tw { background: #1da1f2; }
    .fancybox-share__button--tw:hover { background: #0d95e8; }
.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; }
    .fancybox-share__button svg path { fill: #fff; }
.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; }
/* Thumbs */
.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 0; width: 212px; z-index: 99995; }
.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden; }
.fancybox-show-thumbs .fancybox-thumbs { display: block; }
.fancybox-show-thumbs .fancybox-inner { right: 212px; }
.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; }
.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden; }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px; }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 10px; }
.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: calc(100% - 8px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; }
    .fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 99991; }
    .fancybox-thumbs__list a:focus::before { opacity: .5; }
    .fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1; }
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs { width: 110px; }
    .fancybox-show-thumbs .fancybox-inner { right: 110px; }
    .fancybox-thumbs__list a { max-width: calc(100% - 10px); }
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- { color: #dedede; }
    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover { color: #c5c5c5; }
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- { color: #dedede; }
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- { color: #fff; background: #a2ddf6; }
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { background: #8ad5f4; }
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.1); color: #cccccc; }
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.2); }
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty { background: none; border: none; }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- { color: #dedede; }
    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover { color: #c5c5c5; }
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- { color: #dedede; }
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- { color: #fff; background: #a2ddf6; }
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { background: #8ad5f4; }
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.1); color: #cccccc; }
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.2); }
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty { background: none; border: none; }
/* ------------------------------------------------- Datepicker cells ------------------------------------------------- */
.datepicker--cells { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.datepicker--cell { border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 32px; z-index: 1; }
    .datepicker--cell.-focus- { background: #f0f0f0; }
    .datepicker--cell.-current- { color: #4EB5E6; }
        .datepicker--cell.-current-.-focus- { color: #4a4a4a; }
        .datepicker--cell.-current-.-in-range- { color: #4EB5E6; }
    .datepicker--cell.-in-range- { background: rgba(92, 196, 239, 0.1); color: #4a4a4a; border-radius: 0; }
        .datepicker--cell.-in-range-.-focus- { background-color: rgba(92, 196, 239, 0.2); }
    .datepicker--cell.-disabled- { cursor: default; color: #aeaeae; }
        .datepicker--cell.-disabled-.-focus- { color: #aeaeae; }
        .datepicker--cell.-disabled-.-in-range- { color: #a1a1a1; }
        .datepicker--cell.-disabled-.-current-.-focus- { color: #aeaeae; }
    .datepicker--cell.-range-from- { border: 1px solid rgba(92, 196, 239, 0.5); background-color: rgba(92, 196, 239, 0.1); border-radius: 4px 0 0 4px; }
    .datepicker--cell.-range-to- { border: 1px solid rgba(92, 196, 239, 0.5); background-color: rgba(92, 196, 239, 0.1); border-radius: 0 4px 4px 0; }
    .datepicker--cell.-range-from-.-range-to- { border-radius: 4px; }
    .datepicker--cell.-selected- { color: #fff; border: none; background: #5cc4ef; }
        .datepicker--cell.-selected-.-current- { color: #fff; background: #5cc4ef; }
        .datepicker--cell.-selected-.-focus- { background: #45bced; }
    .datepicker--cell:empty { cursor: default; }
.datepicker--days-names { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 8px 0 3px; }
.datepicker--day-name { color: #FF9A19; 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; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center; text-transform: uppercase; font-size: .8em; }
.datepicker--cell-day { width: 14.28571%; }
.datepicker--cells-months { height: 170px; }
.datepicker--cell-month { width: 33.33%; height: 25%; }
.datepicker--years { height: 170px; }
.datepicker--cells-years { height: 170px; }
.datepicker--cell-year { width: 25%; height: 33.33%; }
    .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- { color: #dedede; }
        .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover { color: #c5c5c5; }
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- { color: #dedede; }
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- { color: #fff; background: #a2ddf6; }
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { background: #8ad5f4; }
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.1); color: #cccccc; }
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.2); }
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty { background: none; border: none; }
/* ------------------------------------------------- Datepicker ------------------------------------------------- */
.datepickers-container { position: absolute; left: 0; top: 0; }

@media print {
    .datepickers-container { display: none; }
}

.datepicker { background: #fff; border: 1px solid #dbdbdb; -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-sizing: content-box; box-sizing: content-box; font-family: Tahoma, sans-serif; font-size: 14px; color: #4a4a4a; width: 250px; position: absolute; left: -100000px; opacity: 0; -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease; transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease; -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s; transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s; transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease; z-index: 100; }
    .datepicker.-from-top- { -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }
    .datepicker.-from-right- { -webkit-transform: translateX(8px); -ms-transform: translateX(8px); transform: translateX(8px); }
    .datepicker.-from-bottom- { -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); }
    .datepicker.-from-left- { -webkit-transform: translateX(-8px); -ms-transform: translateX(-8px); transform: translateX(-8px); }
    .datepicker.active { opacity: 1; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }
.datepicker-inline .datepicker { border-color: #d7d7d7; -webkit-box-shadow: none; box-shadow: none; position: static; left: auto; right: auto; opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }
.datepicker-inline .datepicker--pointer { display: none; }
.datepicker--content { -webkit-box-sizing: content-box; box-sizing: content-box; padding: 4px; }
.-only-timepicker- .datepicker--content { display: none; }
.datepicker--pointer { position: absolute; background: #fff; border-top: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; width: 10px; height: 10px; z-index: -1; }
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer { top: calc(100% - 4px); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer { right: calc(100% - 4px); -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer { bottom: calc(100% - 4px); -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer { left: calc(100% - 4px); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer { left: 10px; }
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer { right: 10px; }
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer { left: calc(50% - 10px / 2); }
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer { top: 10px; }
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer { bottom: 10px; }
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer { top: calc(50% - 10px / 2); }
.datepicker--body { display: none; }
    .datepicker--body.active { display: block; }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- { color: #dedede; }
    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover { color: #c5c5c5; }
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- { color: #dedede; }
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- { color: #fff; background: #a2ddf6; }
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { background: #8ad5f4; }
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.1); color: #cccccc; }
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.2); }
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty { background: none; border: none; }
/* ------------------------------------------------- Navigation ------------------------------------------------- */
.datepicker--nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid #efefef; min-height: 32px; padding: 4px; }
.-only-timepicker- .datepicker--nav { display: none; }
.datepicker--nav-title, .datepicker--nav-action { display: -webkit-box; display: -ms-flexbox; display: flex; cursor: pointer; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.datepicker--nav-action { width: 32px; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
    .datepicker--nav-action:hover { background: #f0f0f0; }
    .datepicker--nav-action.-disabled- { visibility: hidden; }
    .datepicker--nav-action svg { width: 32px; height: 32px; }
    .datepicker--nav-action path { fill: none; stroke: #9c9c9c; stroke-width: 2px; }
.datepicker--nav-title { border-radius: 4px; padding: 0 8px; }
    .datepicker--nav-title i { font-style: normal; color: #9c9c9c; margin-left: 5px; }
    .datepicker--nav-title:hover { background: #f0f0f0; }
    .datepicker--nav-title.-disabled- { cursor: default; background: none; }
.datepicker--buttons { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 4px; border-top: 1px solid #efefef; }
.datepicker--button { color: #4EB5E6; cursor: pointer; border-radius: 4px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 32px; }
    .datepicker--button:hover { color: #4a4a4a; background: #f0f0f0; }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- { color: #dedede; }
    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover { color: #c5c5c5; }
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- { color: #dedede; }
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- { color: #fff; background: #a2ddf6; }
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { background: #8ad5f4; }
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.1); color: #cccccc; }
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- { background-color: rgba(92, 196, 239, 0.2); }
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty { background: none; border: none; }
/* ------------------------------------------------- Timepicker ------------------------------------------------- */
.datepicker--time { border-top: 1px solid #efefef; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 4px; position: relative; }
    .datepicker--time.-am-pm- .datepicker--time-sliders { -webkit-box-flex: 0; -ms-flex: 0 1 138px; flex: 0 1 138px; max-width: 138px; }
.-only-timepicker- .datepicker--time { border-top: none; }
.datepicker--time-sliders { -webkit-box-flex: 0; -ms-flex: 0 1 153px; flex: 0 1 153px; margin-right: 10px; max-width: 153px; }
.datepicker--time-label { display: none; font-size: 12px; }
.datepicker--time-current { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; text-align: center; margin: 0 0 0 10px; }
.datepicker--time-current-colon { margin: 0 2px 3px; line-height: 1; }
.datepicker--time-current-hours, .datepicker--time-current-minutes { line-height: 1; font-size: 19px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; position: relative; z-index: 1; }
    .datepicker--time-current-hours:after, .datepicker--time-current-minutes:after { content: ''; background: #f0f0f0; border-radius: 4px; position: absolute; left: -2px; top: -3px; right: -2px; bottom: -2px; z-index: -1; opacity: 0; }
    .datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after { opacity: 1; }
.datepicker--time-current-ampm { text-transform: uppercase; -ms-flex-item-align: end; align-self: flex-end; color: #9c9c9c; margin-left: 6px; font-size: 11px; margin-bottom: 1px; }
.datepicker--time-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 11px; height: 17px; background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat; background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat; background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
    .datepicker--time-row:first-child { margin-bottom: 4px; }
    .datepicker--time-row input[type='range'] { background: none; cursor: pointer; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; padding: 0; margin: 0; -webkit-appearance: none; }
        .datepicker--time-row input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; }
        .datepicker--time-row input[type='range']::-ms-tooltip { display: none; }
        .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb { border-color: #b8b8b8; }
        .datepicker--time-row input[type='range']:hover::-moz-range-thumb { border-color: #b8b8b8; }
        .datepicker--time-row input[type='range']:hover::-ms-thumb { border-color: #b8b8b8; }
        .datepicker--time-row input[type='range']:focus { outline: none; }
            .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb { background: #5cc4ef; border-color: #5cc4ef; }
            .datepicker--time-row input[type='range']:focus::-moz-range-thumb { background: #5cc4ef; border-color: #5cc4ef; }
            .datepicker--time-row input[type='range']:focus::-ms-thumb { background: #5cc4ef; border-color: #5cc4ef; }
        .datepicker--time-row input[type='range']::-webkit-slider-thumb { -webkit-box-sizing: border-box; box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid #dedede; background: #fff; cursor: pointer; -webkit-transition: background .2s; transition: background .2s; }
        .datepicker--time-row input[type='range']::-moz-range-thumb { box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid #dedede; background: #fff; cursor: pointer; -moz-transition: background .2s; transition: background .2s; }
        .datepicker--time-row input[type='range']::-ms-thumb { box-sizing: border-box; height: 12px; width: 12px; border-radius: 3px; border: 1px solid #dedede; background: #fff; cursor: pointer; -ms-transition: background .2s; transition: background .2s; }
        .datepicker--time-row input[type='range']::-webkit-slider-thumb { margin-top: -6px; }
        .datepicker--time-row input[type='range']::-webkit-slider-runnable-track { border: none; height: 1px; cursor: pointer; color: transparent; background: transparent; }
        .datepicker--time-row input[type='range']::-moz-range-track { border: none; height: 1px; cursor: pointer; color: transparent; background: transparent; }
        .datepicker--time-row input[type='range']::-ms-track { border: none; height: 1px; cursor: pointer; color: transparent; background: transparent; }
        .datepicker--time-row input[type='range']::-ms-fill-lower { background: transparent; }
        .datepicker--time-row input[type='range']::-ms-fill-upper { background: transparent; }
    .datepicker--time-row span { padding: 0 12px; }
.datepicker--time-icon { color: #9c9c9c; border: 1px solid; border-radius: 50%; font-size: 16px; position: relative; margin: 0 5px -1px 0; width: 1em; height: 1em; }
    .datepicker--time-icon:after, .datepicker--time-icon:before { content: ''; background: currentColor; position: absolute; }
    .datepicker--time-icon:after { height: .4em; width: 1px; left: calc(50% - 1px); top: calc(50% + 1px); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
    .datepicker--time-icon:before { width: .4em; height: 1px; top: calc(50% + 1px); left: calc(50% - 1px); }
.slide { position: relative; }
.slide, .slide-material { height: 550px; }

@media (min-width: 480px) and (max-width: 767px) {
    .slide, .slide-material { height: 550px; }
}

@media (max-width: 479px) {
    .slide, .slide-material { height: 400px; }
}

.slide { background: black; }
.slide-list { position: relative; top: 0; left: 0; }
    .slide-list li { display: none; }
.slide-material { overflow: hidden; position: relative; }
    .slide-material img, .slide-material video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.slide-photo > div { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; opacity: .85; }
.slide-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.slide-container { height: 100%; 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; text-align: center; position: relative; }
.slide-content { width: 45%; position: relative; z-index: 2; }

@media (max-width: 767px) {
    .slide-content { width: 100%; }
}

@media (max-width: 991px) {
    .slide-content { text-align: center; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide-content { width: 70%; }
}

.slide-content .heading { color: #fff; font-size: 42px; font-weight: 600; letter-spacing: -1.5px; line-height: 1.2; }
.slide-content .text { color: #fff; font-size: 20px; font-weight: 400; margin: 0 auto; width: 100%; }
.slide-dots { position: absolute; right: 0; bottom: 70px; left: 0; margin: 0 auto; max-width: 1250px; width: 100%; z-index: 2; text-align: center; display: block; }
    .slide-dots li { display: inline-block; }
        .slide-dots li a { width: 12px; height: 12px; cursor: pointer; display: inline-block; font-size: 0; position: relative; margin: 0 5px; border-radius: 20px; background: none; border: 2px solid #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
        .slide-dots li.is-active a { background: #fff; width: 100px; }
.slide-arrows { position: absolute; top: 50%; right: 0; left: 0; display: block; width: 100%; margin: -30px auto 0; }
    .slide-arrows button { position: absolute; z-index: 2; border-radius: 999px; font-size: 42px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
        .slide-arrows button svg path { stroke-width: 1px !important; }

@media (max-width: 767px) {
    .slide-arrows button { position: relative; margin-left: 5px; margin-right: 5px; left: inherit !important; right: inherit !important; }
}

@media (max-width: 479px) {
    .slide-arrows button { width: 45px; height: 45px; font-size: 16px; }
}

.slide-arrows button.prev { left: 20px; padding-right: 2px; }
.slide-arrows button.next { right: 20px; padding-left: 2px; }
.slide-list li.is-effect .slide-content .heading, .slide-list li.is-effect .slide-content .text, .slide-list li.is-effect .slide-content .small-title { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }
.slide-content .heading, .slide-content .text, .slide-content .small-title { opacity: 0; visibility: hidden; }
.slide-content .small-title { -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition: .9s .1s; -o-transition: .9s .1s; transition: .9s .1s; }
.slide-content .heading { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); -webkit-transition: .9s .2s; -o-transition: .9s .2s; transition: .9s .2s; }
.slide-content .text { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: .9s .3s; -o-transition: .9s .3s; transition: .9s .3s; }
.loading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: rgba(255, 255, 255, 0.7); }
    .loading.ui-no-bg { background: transparent; }
    .loading.ui-small { background: none; }
        .loading.ui-small::before { width: 60px; height: 60px; }
    .loading.is-visible { opacity: 1; visibility: visible; }
    .loading::before { content: ""; position: absolute; border: 5px solid #fff; border-top: 5px solid #004c94; border-radius: 50%; width: 100px; height: 100px; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; }
.overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #fff; width: 100%; height: 100%; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .overlay.is-visible { opacity: .85; visibility: visible; }
.scrolltop { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; right: 35px; bottom: 70px; background: #de0923; width: 60px; height: 60px; border-radius: 50%; text-align: center; color: #fff; z-index: 2002; opacity: 0; visibility: hidden; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.scrolltop:hover{background:#7eba39}
@media (max-width: 767px) {
    .scrolltop { width: 50px; height: 50px; right: 15px; bottom: 70px; }
}

.scrolltop .icon { font-size: 20px; }

@media (max-width: 767px) {
    .scrolltop .icon { font-size: 16px; }
}

.scrolltop.is-visible { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.buttons-container.ui-center { text-align: center; width: 100%; }
.button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 600; border-radius: 8px; height: 50px; text-transform: uppercase; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: #2cab52; position: relative; z-index: 1; }
    .button .icon { margin-left: 20px; font-size: 14px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .button.ui-min-width { min-width: 250px; }
    .button.ui-full-width { width: 100%; }
    .button.ui-small { height: 40px; font-size: 14px; min-width: 100px; border-radius: 5px; }
        .button.ui-small .icon { margin-left: 15px; }
    .button:hover .icon { -webkit-transform: scale(1.1) translateX(3px); -ms-transform: scale(1.1) translateX(3px); transform: scale(1.1) translateX(3px); }
    .button.ui-color-wp { background: #25d366; }
        .button.ui-color-wp .icon { color: #25d366; }
    .button.ui-color-1 { background: #004c94; }
    .button::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: rgba(255, 255, 255, 0.1); opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .button:hover::before { opacity: 1; visibility: visible; }
.button-border { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 20px; padding-right: 20px; font-family: inherit; text-align: center; line-height: 1.2; outline: 0; font-size: 16px; font-weight: 600; border-radius: 8px; height: 50px; text-transform: uppercase; color: #fff; position: relative; z-index: 1; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; border: 1px solid #fff; }
    .button-border .icon { margin-left: 20px; font-size: 14px; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .button-border.ui-min-width { min-width: 250px; }
    .button-border.ui-full-width { width: 100%; }
    .button-border.ui-small { height: 40px; font-size: 14px; min-width: 100px; border-radius: 5px; }
        .button-border.ui-small .icon { margin-left: 15px; }
    .button-border:hover .icon { -webkit-transform: scale(1.1) translateX(3px); -ms-transform: scale(1.1) translateX(3px); transform: scale(1.1) translateX(3px); }
    .button-border.ui-border-dark { color: #0c1f34; border: 1px solid rgba(0, 0, 0, 0.08); }
        .button-border.ui-border-dark .icon { color: #0c1f34; }
    .button-border.ui-color-1 { color: #004c94; border: 1px solid #004c94; }
        .button-border.ui-color-1 .icon { color: #004c94; }
.button-line { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #2cab52; font-family: inherit; font-size: 12px; font-weight: 600; text-transform: uppercase; position: relative; }
    .button-line.ui-light { color: #fff; }
    .button-line.ui-large { font-size: 18px; font-weight: 600; }
    .button-line.ui-border-bottom { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: currentColor; padding-bottom: 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
        .button-line.ui-border-bottom:not(.ui-color-1):hover { color: #e3384c; }
    .button-line.ui-color-1:not(.ui-border-bottom) { color: #e3384c; }
    .button-line.ui-color-1.ui-border-bottom { color: #e3384c; }
        .button-line.ui-color-1.ui-border-bottom:hover { color: #ffc600; }
    .button-line:hover .icon { -webkit-transform: translateX(4px); -ms-transform: translateX(4px); transform: translateX(4px); }
    .button-line .icon { margin-left: 11px; color: currentColor; font-size: 11px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.button-icon { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 50px; background: #fff; font-family: inherit; border-radius: 8px; -webkit-box-shadow: 0 8px 25px 0 rgba(12, 31, 52, 0.15); box-shadow: 0 8px 25px 0 rgba(12, 31, 52, 0.15); padding-left: 20px; padding-right: 5px; }
    .button-icon.ui-bg-1 { background: #e3384c; -webkit-box-shadow: 0 8px 25px 0 rgba(238, 87, 30, 0.15); box-shadow: 0 8px 25px 0 rgba(238, 87, 30, 0.15); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
        .button-icon.ui-bg-1 .button-icon__text { color: #fff; }
        .button-icon.ui-bg-1 .icon { color: #e3384c; background: #fff; }
        .button-icon.ui-bg-1:hover { background: #ffc600; -webkit-box-shadow: 0 8px 25px 0 rgba(255, 198, 0, 0.15); box-shadow: 0 8px 25px 0 rgba(255, 198, 0, 0.15); }
            .button-icon.ui-bg-1:hover .icon { color: #ffc600; }
.button-icon__text { font-size: 16px; font-weight: 600; color: #e3384c; letter-spacing: -0.5px; text-transform: uppercase; text-align: left; }
.button-icon .icon { width: 40px; height: 40px; background: #e3384c; border-radius: 8px; -webkit-box-shadow: 0 5px 15px 0 rgba(238, 87, 30, 0.2); box-shadow: 0 5px 15px 0 rgba(238, 87, 30, 0.2); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 20px; margin-left: 30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.button-icon:not(.ui-bg-1):hover .icon { background: #7abc6c; -webkit-box-shadow: 0 5px 15px 0 rgba(255, 198, 0, 0.3); box-shadow: 0 5px 15px 0 rgba(255, 198, 0, 0.3); }
label.checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    label.checkbox:not(:last-child) { margin-bottom: 10px; }
    label.checkbox.is-error .checkbox { border: 2px solid red !important; }
    label.checkbox.is-error .text { color: red !important; }
        label.checkbox.is-error .text a { color: red !important; }
    label.checkbox input { position: absolute; left: -9999px; }
    label.checkbox.ui-large .checkbox { width: 24px; height: 24px; }
        label.checkbox.ui-large .checkbox::before { font-size: 28px; top: -5px; }
    label.checkbox.ui-large .text { font-size: 16px; font-weight: 500; padding-left: 10px; }
    label.checkbox .checkbox { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 17px; height: 17px; background: #fff; border: 2px solid rgba(87, 117, 140, 0.1); border-radius: 5px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }
        label.checkbox .checkbox::before { content: "✓"; position: absolute; top: -3px; line-height: 0.7; font-size: 20px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); color: #2cab52; opacity: 0; visibility: hidden; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
    label.checkbox .text { color: #7d97ad; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 13px; line-height: 1.3; padding-left: 5px; }
        label.checkbox .text span { color: rgba(125, 151, 173, 0.5); margin-left: 1px; font-size: 11px; }
        label.checkbox .text a { font-weight: 600; color: #0c1f34; }
    label.checkbox input:checked + .checkbox:before { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
label.radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    label.radio input { position: absolute; left: -9999px; }
    label.radio .radio { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 24px; height: 24px; background: #fff; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 50%; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; position: relative; }
        label.radio .radio:before { content: ""; position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #004c94; border-radius: 50%; opacity: 0; visibility: hidden; }
    label.radio .text { color: #555; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.2; padding-left: 10px; }
        label.radio .text span { color: rgba(125, 151, 173, 0.7); margin-left: 5px; }
    label.radio input:checked + .radio:before { opacity: 1; visibility: visible; }
select.selectbox { width: 100%; height: 70px; border: 2px solid rgba(87, 117, 140, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: rgba(87, 117, 140, 0.8); font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; position: relative; }
    select.selectbox:focus { outline: 0; border: 2px solid #2cab52; }

.list-advert__item .button-icon {
    height: 40px;
}
    .list-advert__item .button-icon .icon {
        height: 28px;
        margin-left: 20px;
    }
.list-advert__item .button-icon__text {
    font-size: 13px;
}

@media (max-width: 479px) {
    select .selectbox { height: 55px; padding-right: 15px; font-size: 14px; }
}

select.selectbox::-webkit-input-placeholder { /* Edge */ color: rgba(87, 117, 140, 0.8); }
select.selectbox:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: rgba(87, 117, 140, 0.8); }
select.selectbox::-moz-placeholder { color: rgba(87, 117, 140, 0.8); }
select.selectbox::-ms-input-placeholder { color: rgba(87, 117, 140, 0.8); }
select.selectbox::placeholder { color: rgba(87, 117, 140, 0.8); }
select.selectbox:before { content: ""; }
select.selectbox:focus + .icon.arrow { -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }

@media (max-width: 767px) {
    .breadcrumb { display: none; }
}

.breadcrumb ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
    .breadcrumb ul li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
        .breadcrumb ul li a { font-size: 16px; text-transform: capitalize; color: #2cab52; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
            .breadcrumb ul li a::after { content: ""; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: 12px; margin-right: 17px; }
            .breadcrumb ul li a::before { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; background: currentColor; height: 1px; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
            .breadcrumb ul li a .icon { font-size: 18px; }
            .breadcrumb ul li a[href]:not(.not):hover { color: #e3384c; }
                .breadcrumb ul li a[href]:not(.not):hover:before { width: calc(100% - 35px); }
        .breadcrumb ul li:last-child a:after { display: none; }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.popup { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 76, 148, 0.9); z-index: 2000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
    .popup.is-visible { opacity: 1; visibility: visible; }
.popup-wrapper { width: 100%; height: 100%; max-height: 100%; padding: 55px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }

@media (max-width: 767px) {
    .popup-wrapper { padding: 0; }
}

.popup-wrapper.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.popup-wrapper .cover { overflow: hidden; 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; width: 100%; height: 100%; }
    .popup-wrapper .cover a { max-width: 90%; text-align: center; padding: 3px; background: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }
    .popup-wrapper .cover img { max-width: 100%; max-height: 100%; -o-object-fit: cover; object-fit: cover; }
.popup-close { position: absolute; top: 30px; right: 0; width: 1em; height: 1em; font-size: 28px; z-index: 12; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .popup-close:before, .popup-close:after { content: ""; position: absolute; background: #fff; height: 2px; width: 100%; }
    .popup-close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
    .popup-close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.whatsapp { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; bottom: 70px; right: 33px; background: #25d366; border: 5px solid #fff; width: 65px; height: 65px; border-radius: 100%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); text-align: center; color: #fff; z-index: 999; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 767px) {
    .whatsapp { right: 12px; width: 55px; height: 55px; }
}

.whatsapp::before, .whatsapp::after { content: ""; position: absolute; background: rgba(37, 211, 102, 0.1); border-radius: 100%; -webkit-animation: pulsate 1.5s ease-out; animation: pulsate 1.5s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; }
.whatsapp::before { width: 80px; height: 80px; }

@media (max-width: 767px) {
    .whatsapp::before { width: 65px; height: 65px; }
}

.whatsapp::after { width: 100px; height: 100px; }

@media (max-width: 767px) {
    .whatsapp::after { width: 75px; height: 75px; }
}

.whatsapp .icon { font-size: 28px; }

@media (max-width: 767px) {
    .whatsapp .icon { font-size: 22px; }
}

.whatsapp.is-active { -webkit-transform: translateY(-70px); -ms-transform: translateY(-70px); transform: translateY(-70px); }

@media (max-width: 767px) {
    .whatsapp.is-active { -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); }
}

.js .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.inputfile + label { cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; height: 70px; overflow: hidden; padding-left: 25px; padding-right: 25px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.no-js .inputfile + label { display: none; }
.inputfile:focus + label, .inputfile.has-focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; }
.inputfile-1 { display: none; }
.inputfile + label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; margin-right: 0.25em; }
.inputfile-1 + label { background: #fff; border: 2px solid rgba(87, 117, 140, 0.1); font-weight: 500; color: #7d97ad; border-radius: 8px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .inputfile-1 + label:hover { border: 2px solid rgba(44, 171, 82, 0.5); color: #2cab52; }
    .inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover { background: none; }
.table-header { margin-bottom: 20px; }
    .table-header .item .fuzzy-search { background: rgba(242, 247, 252, 0.7); height: 55px; padding-left: 25px; padding-right: 25px; width: 100%; border-radius: 8px; font-family: inherit; color: #7d97ad; font-weight: 500; border: 3px solid transparent; }
        .table-header .item .fuzzy-search::-webkit-input-placeholder { /* Edge */ color: #7d97ad; }
        .table-header .item .fuzzy-search:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #7d97ad; }
        .table-header .item .fuzzy-search::-moz-placeholder { color: #7d97ad; }
        .table-header .item .fuzzy-search::-ms-input-placeholder { color: #7d97ad; }
        .table-header .item .fuzzy-search::placeholder { color: #7d97ad; }
        .table-header .item .fuzzy-search:focus { border: 3px solid rgba(125, 151, 173, 0.2); }
    .table-header .item .icon { position: absolute; top: 50%; right: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; color: #2cab52; }
.table-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 11px; margin-top: 25px; }
    .table-pagination li:first-child a { border-radius: 8px 0 0 8px; }
    .table-pagination li:last-child a { border-radius: 0 8px 8px 0; }
    .table-pagination li.active a { background: #fff; border: 1px solid rgba(87, 117, 140, 0.15); }
    .table-pagination li:not(.active):hover a { background: #fff; -webkit-box-shadow: 0 8px 26px 0 rgba(87, 117, 140, 0.16); box-shadow: 0 8px 26px 0 rgba(87, 117, 140, 0.16); }
    .table-pagination li a { width: 40px; height: 40px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #f2f7fc; color: #555; font-size: 13px; border: 1px solid transparent; }
.banner-photo { overflow: hidden; border-radius: 11px; background: #fff; padding: 12px; -webkit-box-shadow: 0 0 25px rgba(87, 117, 140, 0.1); box-shadow: 0 0 25px rgba(87, 117, 140, 0.1); }
    .banner-photo img { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); border-radius: 8px; }
.transaction-card:nth-child(1) .transaction-cover { background-color: #e91e63; }
.transaction-card:nth-child(2) .transaction-cover { background-color: #2196F3; }
.transaction-card:nth-child(3) .transaction-cover { background-color: #227edd; }
.transaction-card:nth-child(4) .transaction-cover { background-color: #b2e528; }
.transaction-card a { display: block; position: relative; }
    .transaction-card a:hover .transaction-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }
    .transaction-card a:hover .transaction-body__content { -webkit-transform: translateY(-22px); -ms-transform: translateY(-22px); transform: translateY(-22px); }
.transaction-cover { height: 278px; overflow: hidden; }
.sidebar-transactions .transaction-cover{height: 120px;}

@media (max-width: 479px) {
    .transaction-cover { height: 220px; }
}

.transaction-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; mix-blend-mode: multiply; opacity: .5; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }
.transaction-body { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding: 35px; }

@media (max-width: 479px) {
    .transaction-body { padding: 20px; }
}

.transaction-body__content { color: #fff; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; display:flex;     vertical-align: middle;
    justify-content: center;
    align-items: center; }
    .transaction-body__content .icon { font-size: 44px; margin-top:14px }


.transaction-body__content .title { font-size: 23px; font-weight: 600; line-height: 23px; letter-spacing: -1.5px; margin-top: 10px; }

@media (max-width: 479px) {
    .transaction-body__content .title { font-size: 22px; margin-top: 5px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .transaction-body__content .title { font-size: 24px; }
}

.categories.ui-gap-1 ul li { margin-bottom: 30px; }
.category-card a { display: block; position: relative; background: #fff; padding: 10px; -webkit-box-shadow: 0 0 15px rgba(87, 117, 140, 0.1); box-shadow: 0 0 15px rgba(87, 117, 140, 0.1); border-radius: 11px; }
    .category-card a:hover .category-body::before { opacity: 0; }
    .category-card a:hover .category-body:after { opacity: 1; visibility: visible; }
    .category-card a:hover .category-body .title { color: #fff; }
    .category-card a:hover .category-body .total { color: rgba(255, 255, 255, 0.7); }
.category-cover { height: 275px; overflow: hidden; border-radius: 8px; }

@media (max-width: 767px) {
    .category-cover { height: 240px; }
}

.category-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: blur(2px); filter: blur(2px); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
.category-body { position: absolute; z-index: 1; left: 10px; right: 10px; top: 10px; bottom: 10px; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media (max-width: 767px) {
    .category-body { padding: 15px; }
}

.category-body::before, .category-body::after { content: ""; position: absolute; z-index: -1; border-radius: 8px; height: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.category-body::before { right: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, white)); background: -o-linear-gradient(transparent, white 70%); background: linear-gradient(transparent, white 70%); opacity: .95; }
.category-body::after { left: 0; right: 0; top: 0; bottom: 0; background: rgba(238, 87, 30, 0.8); opacity: 0; visibility: hidden; }
.category-body .title { color: #2cab52; letter-spacing: -0.5px; line-height: 1.3; font-size: 20px; text-transform: uppercase; font-weight: 500; }

@media (min-width: 1200px) {
    .category-body .title { padding-right: 20px; }
}

@media (max-width: 767px) {
    .category-body .title { font-size: 16px; }
}

.category-body .total { color: #0c1f34; text-transform: uppercase; font-size: 13px; margin-top: 5px; }

@media (max-width: 767px) {
    .category-body .total { font-size: 12px; }
}

.logo-card a { border: 2px solid  #bfbfbf52; display: block; position: relative; border-radius: 11px; overflow: hidden; }
    .logo-card a:hover { border: 2px solid #7fbb3a; }
        .logo-card a:hover .logo-photo { border-bottom: #7fbb3a; }
            .logo-card a:hover .logo-photo img { -webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1; }
.logo-photo { height: 100px; padding: 20px; overflow: hidden; border-bottom: 1px solid rgba(87, 117, 140, 0.1); }
    .logo-photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain;  -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.logo-footer { padding-left: 20px; padding-right: 20px; text-align: center; height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .logo-footer .title { color: #444; font-weight: 600; line-height: 1.3; font-size: 13px; overflow: hidden; max-height: 32px; }
.gallery.ui-gap-1 ul li { margin-bottom: 20px; }
.gallery.ui-gap-2 ul li { margin-bottom: 30px; }
.gallery.list-common .gallery-cover { height: 250px; }
.gallery-card a { display: block; position: relative; }
    .gallery-card a:hover .gallery-photo img { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
    .gallery-card a:hover .gallery-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }
    .gallery-card a:hover .gallery-body-footer > .icon { -webkit-transform: translateX(7px) scale(1.2); -ms-transform: translateX(7px) scale(1.2); transform: translateX(7px) scale(1.2); }

@media (min-width: 768px) {
    .gallery-card.ui-large .gallery-cover { height: 470px; }
    .gallery-card.ui-large .gallery-body { padding: 40px 50px; }
        .gallery-card.ui-large .gallery-body > .icon { font-size: 42px; width: 84px; height: 84px; top: 40px; right: 40px; }
    .gallery-card.ui-large .gallery-body__footer .title { font-size: 32px; font-weight: 800; letter-spacing: -1px; }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .gallery-card.ui-large .gallery-body__footer .title { padding-right: 100px; }
}

.gallery-header { position: relative; }
    .gallery-header .icon { position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); background: rgba(0, 76, 148, 0.7); width: 40px; height: 40px; border-radius: 50%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 16px; padding-top: 2px; padding-left: 2px; }
.gallery-photo { height: 130px; overflow: hidden; border-radius: 11px; }

@media (max-width: 479px) {
    .gallery-photo { height: 80px; }
}

.gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }
.gallery-footer { text-align: center; padding-left: 20px; padding-right: 20px; padding-top: 7px; }
    .gallery-footer .title { font-size: 13px; font-weight: 700; color: #004c94; line-height: 1.2; overflow: hidden; max-height: 30px; text-transform: capitalize; }
.gallery-cover { height: 230px; overflow: hidden; border-radius: 15px; }
    .gallery-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }
.gallery-body { position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; padding: 25px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
    .gallery-body::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black)); background: -o-linear-gradient(transparent, black); background: linear-gradient(transparent, black); z-index: -1; border-radius: 15px; opacity: .6; }
    .gallery-body > .icon { position: absolute; top: 20px; right: 20px; background: -o-linear-gradient(45deg, rgba(0, 76, 148, 0.9) 0, rgba(192, 145, 215, 0.9) 100%); background: linear-gradient(45deg, rgba(0, 76, 148, 0.9) 0, rgba(192, 145, 215, 0.9) 100%); width: 48px; height: 48px; border-radius: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 24px; }
.gallery-body__footer .title { font-size: 18px; font-weight: 800; color: #fff; letter-spacing: -0.5px; line-height: 1.4; position: relative; }
.gallery-body__footer .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(255, 255, 255, 0.7); font-size: 12px; margin-top: 5px; }
    .gallery-body__footer .date .icon { margin-right: 6px; font-size: 12px; }
.card-state { text-align: center; }
    .card-state.ui-block-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
    .card-state > .icon { width: 130px; height: 130px; color: #555; font-size: 42px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #f2f7fc; border-radius: 999px; }
        .card-state > .icon.ui-success, .card-state > .icon.ui-accepted { background: rgba(44, 171, 82, 0.1); color: #2cab52; }
        .card-state > .icon.ui-success { font-size: 54px; }
        .card-state > .icon.ui-rejected { background: rgba(230, 0, 122, 0.1); color: #e6007a; }
    .card-state .title { color: #0c1f34; font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: -1px; margin-top: 20px; }
    .card-state .text { color: #0c1f34; font-size: 18px; font-weight: 600; margin-top: 18px; }
    .card-state .btn { margin-top: 23px; }
    .card-state .buttons-container { margin-top: 30px; }
        .card-state .buttons-container .btn { margin-top: 0; font-size: 16px; width: 100%; padding-left: 20px; padding-right: 20px; }
.header { background: #fff; position: relative; z-index: 1001; -webkit-box-shadow: 0 3px 8px 0 rgba(87, 117, 140, 0.1); box-shadow: 0 3px 8px 0 rgba(87, 117, 140, 0.1); }

@media (max-width: 767px) {
    .header { position: sticky; top: 0; }
}

.header-container { height: 80px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) {
    .header-container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

@media (max-width: 991px) {
    .header-container { position: relative; }
}

@media (max-width: 479px) {
    .header-container { height: 60px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-logo { margin-left: 60px; }
}

.header-logo h1 { margin: 0; font-size: 0; }
.header-logo a { display: block; position: relative; }
.header-logo img { width: 105px; }

@media (max-width: 479px) {
    .header-logo img { width: 75px; }
}

.header-navigation { padding-left: 69px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 992px) and (max-width: 1199px) {
    .header-navigation { padding-left: 39px; }
}

.header-buttons.ui-not-logged .btn:not(:last-child) { margin-right: 7px; }
.header-buttons.ui-logged { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header-buttons.ui-mobile { position: absolute; top: 50%; right: 10px; left: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 991px) {
    .header-buttons.ui-mobile { display: -webkit-box; display: -ms-flexbox; display: flex; }
}

.header-buttons.ui-mobile .btn { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

@media (min-width: 768px) and (max-width: 991px) {
    .header-buttons.ui-mobile .btn-search { display: none; }
}

.header-buttons.ui-mobile .btn .icon { width: 40px; height: 40px; border: 1px solid rgba(87, 117, 140, 0.1); -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 11px; color: #555; font-size: 20px; }
    .header-buttons.ui-mobile .btn .icon svg path { fill: currentColor; }
    .header-buttons.ui-mobile .btn .icon:hover { background: #f2f7fc; }
.header-user { margin-left: 30px; }
    .header-user ul li:first-child a { border-left: 1px solid rgba(87, 117, 140, 0.1); }
    .header-user ul li a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 80px; border-right: 1px solid rgba(87, 117, 140, 0.1); padding-left: 25px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
        .header-user ul li a > .icon { font-size: 24px; color: #2cab52; }
        .header-user ul li a:hover { background-color: #f2f7fc; }
            .header-user ul li a:hover .detail .title { color: #555; }
    .header-user .detail { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.2; padding-left: 15px; color: #7d97ad; position: relative; padding-right: 50px; }
        .header-user .detail .title { font-size: 18px; font-weight: 600; letter-spacing: -0.5px; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
        .header-user .detail .text { font-size: 13px; max-width: 75px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
        .header-user .detail .icon { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 16px; color: #7d97ad; }
.navigation { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -23px; margin-right: -23px; }

@media (max-width: 991px) {
    .navigation { display: none; }
}

@media (min-width: 1750px) {
    .navigation { margin-left: -25px; margin-right: -25px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation { margin-left: -15px; margin-right: -15px; }
}

.navigation-item { -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; border-right: 1px solid rgba(87, 117, 140, 0.1); padding-left: 23px; padding-right: 23px; }
    .navigation-item:first-child { border-left: 1px solid rgba(87, 117, 140, 0.1); }

@media (min-width: 1750px) {
    .navigation-item { padding-left: 25px; padding-right: 25px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-item { padding-left: 15px; padding-right: 15px; }
}

.navigation-item.is-triangle > a::after { display: block; }
.navigation-item > a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #555; font-size: 18px; font-weight: 600; height: 80px; font-family: inherit; line-height: 1.2; position: relative; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-item > a { font-size: 14px; }
}

.navigation-item > a::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; margin: 0 auto; background: #2cab52; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.navigation-item > a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 0; z-index: 2; margin: 0 auto; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 11px solid #fff; opacity: 0; visibility: hidden; display: none; }
.navigation-item:hover { background-color: #f5f5f5; }
    .navigation-item:hover > a { color: #333; }
        .navigation-item:hover > a::after { opacity: 1; visibility: visible; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .navigation-item:hover > .navigation-links { opacity: 1; visibility: visible; }
    .navigation-item:hover .navigation-dropdown { opacity: 1; visibility: visible; }
    .navigation-item:hover .navigation-dropdown__content { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.navigation-links { position: absolute; background: #f5f5f5; border-radius: 0 0 11px 11px; margin-left: -23px; min-width: 253px; opacity: 0; visibility: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .navigation-links > li { display: block; }
        .navigation-links > li:last-child > a { border-radius: 0 0 11px 11px; }
        .navigation-links > li > a { display: block; font-size: 16px; letter-spacing: -0.5px; padding: 13px 25px; color: #666; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
            .navigation-links > li > a:hover { color: #444; background: #ccc; }
.navigation-dropdown { position: absolute; left: 0; right: 0; background: #fff; z-index: 1; min-height: 450px; opacity: 0; visibility: hidden; }
    .navigation-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background: rgba(242, 247, 252, 0.7); }
.navigation-dropdown__content { padding-top: 50px; padding-bottom: 50px; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
.navigation-mobile { background-color: #f2f7fc; -webkit-box-shadow: 5px 10px 15px rgba(87, 117, 140, 0.15); box-shadow: 5px 10px 15px rgba(87, 117, 140, 0.15); display: block; position: fixed; top: 0; left: 0; width: 445px; height: 100%; overflow: hidden; z-index: 2003; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); }
    .navigation-mobile.is-visible { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

@media (max-width: 479px) {
    .navigation-mobile { width: 320px; }
}

.navigation-mobile__wrapper { overflow-y: auto; height: calc(100% - 65px); scrollbar-color: rgba(12, 31, 52, 0.12) #fff; scrollbar-width: thin; }
    .navigation-mobile__wrapper::-webkit-scrollbar-track { background-color: #fff; }
    .navigation-mobile__wrapper::-webkit-scrollbar { width: 6px; }
    .navigation-mobile__wrapper::-webkit-scrollbar-thumb { background-color: rgba(12, 31, 52, 0.12); }
.navigation-mobile__header { position: relative; background: #f2f7fc; border-bottom: 1px solid rgba(87, 117, 140, 0.08); }
.navigation-mobile__header-body { position: relative; height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 25px; padding-right: 20px; }
.navigation-mobile__header-logo a { color: #555; font-size: 16px; font-weight: 600; }
.navigation-mobile__content:not(:last-child) { border-bottom: 1px solid rgba(87, 117, 140, 0.08); }
.navigation-mobile__content.other { padding-bottom: 20px; }
.navigation-mobile__content .plus { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 18px; margin-right: 0; color: #555; }
.navigation-mobile__content li.heading { padding-left: 25px; padding-right: 25px; padding-top: 20px; padding-bottom: 10px; color: #2cab52; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; z-index: 1; }
.navigation-mobile__content > ul > li:not(.heading):not(.ui-not).is-open > a, .navigation-mobile__content > ul > li:not(.heading):not(.ui-not):hover > a { background: #fff; color: #2cab52; }
.navigation-mobile__content > ul > li:not(.heading).ui-not > a { color: #7d97ad; letter-spacing: 0; }
    .navigation-mobile__content > ul > li:not(.heading).ui-not > a:hover { color: #2cab52; }
.navigation-mobile__content > ul > li:not(.heading) > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 25px; padding-right: 25px; padding-top: 7px; padding-bottom: 7px; color: #0c1f34; font-size: 13px; letter-spacing: -0.5px; font-weight: 500; position: sticky; top: 0; z-index: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .navigation-mobile__content > ul > li:not(.heading) > a .icon { opacity: .3; width: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .navigation-mobile__content > ul > li:not(.heading) > a.ui-link { font-size: 20px; font-weight: 600; padding-top: 15px; padding-bottom: 15px; }
.navigation-mobile__sub { background: #fff none repeat scroll 0 0; display: none; }
    .navigation-mobile__sub > li { display: block; }
        .navigation-mobile__sub > li:last-child { padding-bottom: 20px; }
            .navigation-mobile__sub > li:last-child a { border-bottom: 0 none; }
        .navigation-mobile__sub > li > a { color: #555; display: block; font-size: 14px; border-bottom: 1px solid rgba(87, 117, 140, 0.08); padding: 10px 40px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
            .navigation-mobile__sub > li > a::before { content: ""; position: absolute; top: 50%; left: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: currentColor; opacity: .3; width: 5px; height: 5px; border-radius: 100%; }
            .navigation-mobile__sub > li > a:hover { color: #2cab52; }
        .navigation-mobile__sub > li.heading { position: sticky; top: 40px; background: #fff; }
.navigation-mobile__close { color: #555; }
    .navigation-mobile__close .icon { font-size: 28px; }
.navigation-mobile__footer { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 65px; background: #fff; -webkit-box-shadow: 8px 12px 25px rgba(87, 117, 140, 0.1); box-shadow: 8px 12px 25px rgba(87, 117, 140, 0.1); }
    .navigation-mobile__footer a { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 65px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; color: #0c1f34; opacity: .3; }
.navigation-bottom { position: sticky; z-index: 1000; right: 0; bottom: 0; left: 0; background: #fff; -webkit-box-shadow: 0 -5px 10px 0 rgba(87, 117, 140, 0.15); box-shadow: 0 -5px 10px 0 rgba(87, 117, 140, 0.15); display: none; }

@media (max-width: 767px) {
    .navigation-bottom { display: block; }
}

.navigation-bottom ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .navigation-bottom ul li { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% / 4); flex: 0 0 calc(100% / 4); max-width: calc(100% / 4); }

@media (min-width: 480px) and (max-width: 767px) {
    .navigation-bottom ul li { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% / 5); flex: 0 0 calc(100% / 5); max-width: calc(100% / 5); }
}

.navigation-bottom ul li:not(:last-child) { border-right: 1px solid rgba(87, 117, 140, 0.08); }
.navigation-bottom ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 55px; padding-left: 3px; padding-right: 3px; }
    .navigation-bottom ul li a .icon { color: #2cab52; font-size: 20px; }
    .navigation-bottom ul li a .text { font-size: 12px; color: #7d97ad; font-weight: 500; line-height: 1.2; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; margin-top: 4px; }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.footer { background: #f2f7fc; margin-top: calc(-1 * 130px); }
.footer-top { padding-bottom: 120px; padding-top: 220px; }

@media (max-width: 479px) {
    .footer-top { padding-top: 200px; }
}

@media (max-width: 767px) {
    .footer-top { padding-bottom: 90px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer-top .row { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

.footer-item { padding-left: 10px; padding-right: 10px; -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

@media (max-width: 479px) {
    .footer-item:not(.ui-style-1) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 20px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer-item { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; margin-bottom: 20px; }
}

@media (max-width: 479px) {
    .footer-item:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .footer-item:nth-last-child(-n+2) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-item { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
        .footer-item:last-child { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

.footer-heading { font-size: 22px; color: #666; margin-bottom: 15px; font-weight: 600; letter-spacing: -0.7px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.footer-card:hover .footer-heading { color: #2cab52; }
.footer-card ul li a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: #7d97ad; font-size: 16px; font-weight: 400; padding-top: 3px; padding-bottom: 3px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .footer-card ul li a:hover { color: #2cab52; -webkit-transform: translateX(3px); -ms-transform: translateX(3px); transform: translateX(3px); }

@media (max-width: 479px) {
    .footer-card.ui-style-1 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
}

@media (max-width: 479px) {
    .footer-card.ui-style-1 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

@media (max-width: 479px) {
    .footer-card.ui-style-1 ul li { margin-right: 15px; }
}

.footer-card.ui-style-1 ul li a { font-size: 22px; font-weight: 600; letter-spacing: -0.7px; }

@media (max-width: 479px) {
    .footer-card.ui-style-1 ul li a { font-size: 20px; }
}

.footer-actions { position: absolute; top: -30px; right: 10px; left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 767px) {
    .footer-actions { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

.footer-social a { border-radius:50px !important; width: 50px; height: 50px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-radius: 8px; background: #fff; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 20px; color: rgba(125, 151, 173, 0.7); -webkit-box-shadow: 0 8px 25px 0 rgba(12, 31, 52, 0.15); box-shadow: 0 8px 25px 0 rgba(12, 31, 52, 0.15); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .footer-social a:not(:last-child) { margin-right: 10px; }
    .footer-social a:hover { color: #e3384c; }

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact { margin-top: 40px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
}

.footer-contact ul li:not(:last-child) { margin-bottom: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact ul li { margin-bottom: 0; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding-left: 10px; padding-right: 10px; }
}

.footer-contact ul li a { display: block; position: relative; }

@media (min-width: 992px) {
    .footer-contact ul li a { text-align: right; }
}

@media (max-width: 479px) {
    .footer-contact ul li a { text-align: center; }
}

.footer-contact ul li a:hover .number { color: #2cab52; }
.footer-contact ul li a:hover .text { color: #2cab52; }
.footer-contact .title { color: #7d97ad; text-transform: uppercase; font-size: 13px; font-weight: 700; }
.footer-contact .number { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #555; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .number { font-size: 18px; }
}

.footer-contact .text { font-size: 16px; color: #7d97ad; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (min-width: 768px) and (max-width: 991px) {
    .footer-contact .text { font-size: 14px; }
}

@media (max-width: 767px) {
    .footer-buttons { display: none !important; }
}

.footer-bottom .container {  padding-bottom: 0px; padding-top:0px; text-align:center}

@media (max-width: 479px) {
    .footer-bottom .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 30px; padding-bottom: 0; }
}

.footer-bottom .container::after { content: ""; position: absolute; right: 10px; bottom: 0; left: 10px; background: -webkit-gradient(linear, left top, left bottom, from(#60c45b), to(#2cab52)); background: -o-linear-gradient(#60c45b, #2cab52); background: linear-gradient(#60c45b, #2cab52); height: 20px; border-radius: 99px 99px 0 0; }
.footer-bottom .container .text { font-size: 16px; color: #666; margin-bottom: 15px; font-weight: 600; letter-spacing: -0.5px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.form.ui-small .form-field input, .form.ui-small .form-field select, .form.ui-small .form-field button.theme-button { height: 55px; padding-left: 20px; padding-right: 20px; }
.form.ui-icon .form-field input, .form.ui-icon .form-field select, .form.ui-icon .form-field button.theme-button { padding-left: 55px; }
.form > form > ul > li { margin-bottom: 15px; position: relative; }
.form-field.ui-selectbox .form-error { right: 50px; }
.form-field.ui-textarea .form-error { top: 15px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.form-field .heading { color: #e3384c; font-size: 13px; font-weight: 500; }
.form-field .icon:not(.ui-arrow):not(.ui-not) { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 60px; font-size: 18px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #999; }
.form-field .icon:not(.ui-arrow):not(.ui-not).ui-right { left: inherit; right: 20px; }
.form-field.is-error input, .form-field.is-error textarea, .form-field.is-error label, .form-field.is-error select { border: 2px solid red !important; }
.form-field.is-error .icon, .form-field.is-error label { color: red !important; }
.form-field input, .form-field textarea { width: 100%; height: 70px; border: 2px solid rgba(87, 117, 140, 0.1); border-radius: 8px; font-family: inherit; padding-left: 25px; padding-right: 25px; color: #7d97ad; font-size: 16px; font-weight: 500; background: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.form-field input:focus, .form-field textarea:focus { outline: 0; border: 2px solid #2cab52; }

@media (max-width: 479px) {
    .form-field input, .form-field textarea { height: 55px; padding-right: 15px; font-size: 14px; }
}

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Edge */ color: #7d97ad; }
.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #7d97ad; }
.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { color: #7d97ad; }
.form-field input::-ms-input-placeholder, .form-field textarea::-ms-input-placeholder { color: #7d97ad; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #7d97ad; }
.form-field textarea { padding-top: 20px; height: 140px; }
.form-field .icon.ui-arrow { position: absolute; pointer-events: none; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; opacity: .5; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.form-group { position: relative; }
.form-footer { padding-left: 10px; padding-right: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }
.form-kvkk { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.form-send > input, .form-send > button.theme-button { height: 55px; font-family: inherit; border: 0 none; text-align: center; border-radius: 8px; width: 100%; padding-left: 20px; padding-right: 20px; font-size: 18px; font-weight: 600; font-family: inherit; cursor: pointer; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; }
    .form-send > input:not(.ui-color-1), .form-send > button.theme-button { background: #de0923; color: #fff; }
        .form-send > input:not(.ui-color-1):hover, .form-send > button.theme-button:hover { background-color: #666; }
    .form-send > input.ui-color-1 { background: #2cab52; background: #333; color: #fff; }
        .form-send > input.ui-color-1:hover { background-color: #de0923; }
a.btn.button-line.ui-light.ui-large.ui-border-bottom:hover{color:#111 !important}
.form-send > input.ui-min-width {
    min-width: 200px;
}
.form-error { position: absolute; top: 50%; right: 25px; color: red; font-size: 12px; font-weight: 500; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.form-messages { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 8px; padding: 25px 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; font-weight: 700; line-height: 1.3; }
    .form-messages.ui-success { color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; }
    .form-messages.ui-error { color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }
.list-advert:not(.ui-card) .list-advert__item .card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 16px 20px 30px; margin-top: -1px; }

@media (max-width: 479px) {
    .list-advert:not(.ui-card) .list-advert__item .card { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-bottom: 30px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert:not(.ui-card) .list-advert__item .card { padding: 10px 20px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-advert:not(.ui-card) .list-advert__item .card { padding: 25px 30px; }
}

.list-advert:not(.ui-card) .list-advert__item:first-child .card {
    border-radius: 8px 8px 0 0;
    border-top: 14px solid #7fbb3a;
}
.list-advert:not(.ui-card) .list-advert__item:last-child .card {
    border-radius: 0 0 8px 8px;
    border-bottom: 14px solid #7fbb3a;
}
.list-advert:not(.ui-card) .list-advert__item.is-part .card {  }
.list-advert:not(.ui-card) .list-advert__content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

@media (min-width: 768px) {
    .list-advert:not(.ui-card) .list-advert__content { padding-left: 40px; padding-right: 70px; }
}

@media (max-width: 479px) {
    .list-advert:not(.ui-card) .list-advert__content { margin-bottom: 0; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert:not(.ui-card) .list-advert__content { padding-left: 20px; padding-right: 20px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-advert:not(.ui-card) .list-advert__content { padding-left: 0; padding-right: 30px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert:not(.ui-card) .list-advert__content .title { font-size: 16px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-advert:not(.ui-card) .list-advert__content .title { font-size: 18px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert:not(.ui-card) .list-advert__content .info .item { font-size: 12px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert:not(.ui-card) .list-advert__content .info .item .icon { font-size: 12px; margin-right: 5px; }
}

.list-advert.ui-card .list-advert__item:not(:last-child) { margin-bottom: 20px; }
.list-advert.ui-card .list-advert__item .card { border-left: 1px solid #e9f2f9; border-radius: 8px; padding: 30px 35px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; border:1px solid #ddd }
.list-advert.ui-list-1 .list-advert__item .card { padding: 30px; }
.list-advert.ui-list-1 .list-advert__content { padding-left: 0; }
    .list-advert.ui-list-1 .list-advert__content .desc { margin-top: 5px; }
.list-advert.ui-no-types .list-advert__item .card { border-left: 5px solid #e9f2f9 !important; }
.list-advert__item .card { border-top: 1px solid #e9f2f9; border-right: 1px solid #e9f2f9; border-bottom: 1px solid #e9f2f9; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .list-advert__item .card:hover .title{ color:#e3384c }
.list-advert__item.is-part .type { background-color: rgba(238, 87, 30, 0.06); border: 1px solid #e3384c; color: #e3384c; }
.list-advert__item .type { background-color: rgba(0, 76, 148, 0.06); border: 1px solid #004c94; color: #004c94; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

@media (max-width: 479px) {
    .list-advert__item .type { margin-top: 10px; }
}

.list-advert__item .type.ui-passive { background: rgba(87, 117, 140, 0.06); color: #555; border: 1px solid #555; }
.list-advert__item .type.ui-reviewed { background: rgba(238, 87, 30, 0.06); color: #e3384c; border: 1px solid #e3384c; }
.list-advert__item .type.ui-working { background: rgba(44, 171, 82, 0.06); color: #2cab52; border: 1px solid #2cab52; }
.list-advert__item .date { color: rgba(125, 151, 173, 0.7); font-size: 12px; margin-top: 6px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .list-advert__item .date .icon { font-size: 12px; margin-right: 4px; margin-top: -1px; }
.list-advert__left { position: relative; }

@media (max-width: 479px) {
    .list-advert__left { width: 100%; }
}

.list-advert__photo { overflow: hidden; width: 100px; height: 100px; }

@media (max-width: 479px) {
    .list-advert__photo { margin: 0 auto; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert__photo { width: 60px; height: 60px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-advert__photo { display: none; }
}

.list-advert__photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.list-advert__content.ui-view-1 .date { margin-top: 0; }
.list-advert__content.ui-view-1 .info { margin-top: 10px; }
.list-advert__content .heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .list-advert__content .heading .list-advert__buttons { margin-left: 25px; }

@media (max-width: 479px) {
    .list-advert__content .heading .list-advert__buttons { margin-left: 15px; }
}

.list-advert__content .heading .list-advert__buttons .btn { padding: 0 6px; font-size: 12px; }
.list-advert__content .heading .date { margin-left: 15px; }

@media (max-width: 479px) {
    .list-advert__content .heading .date { font-size: 12px; margin-left: 0; line-height: 1.2; }
        .list-advert__content .heading .date .icon { display: none; }
}

.list-advert__content .title { color: #333; font-size: 20px; font-weight: 400; letter-spacing: -0.6px; line-height: 1.3; }

@media (max-width: 479px) {
    .list-advert__content .title { font-size: 16px; font-weight: 600; }
}

.list-advert__content .info { margin-top: 5px; }

@media (max-width: 479px) {
    .list-advert__content .info { margin-bottom: 10px; }
}

.list-advert__content .info .item { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 13px; }
    .list-advert__content .info .item:not(:last-child) { margin-right: 15px; }
    .list-advert__content .info .item .icon { color: #7d97ad; font-size: 16px; margin-right: 10px; }
    .list-advert__content .info .item .text { color: #2cab52; }
    .list-advert__content .info .item a.text:hover { text-decoration: underline; }
.list-advert__content .desc { color: #7d97ad; margin-top: 15px; font-size: 14px; }

@media (min-width: 768px) and (max-width: 991px) {
    .list-advert__content .desc { display: none; }
}

.list-advert__dates .item:not(:last-child) { margin-right: 15px; }
.list-advert__dates .item .heading { font-weight: 600; margin-right: 5px; }
.list-advert__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .list-advert__right:not(.ui-view-1):not(.ui-types) { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 479px) {
    .list-advert__right:not(.ui-view-1):not(.ui-types) > div:not(:last-child) { margin-right: 15px; }
}

.list-advert__right.ui-view-1 .date { margin-top: 3px; margin-left: 12px; }
.list-advert__right.ui-types > div:not(:last-child) { margin-right: 8px; }

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert__right .type { font-size: 11px; padding: 3px 6px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert__right .date { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .list-advert__right .date .icon { font-size: 11px; }
}

.list-advert__buttons { padding-right: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; }
    .list-advert__buttons:hover .btn { opacity: .3; }
    .list-advert__buttons .btn { padding: 5px 12px; font-size: 13px; font-weight: 600; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

@media (max-width: 479px) {
    .list-advert__buttons .btn { font-size: 10px; }
}

.list-advert__buttons .btn:not(:last-child) { margin-right: 8px; }
.list-advert__buttons .btn:not([class*="ui-"]) { background: rgba(44, 171, 82, 0.06); color: #2cab52; border: 1px solid #2cab52; }
.list-advert__buttons .btn.ui-color-1 { background: rgba(230, 0, 122, 0.06); color: #e6007a; border: 1px solid #e6007a; }
.list-advert__buttons .btn.ui-color-2 { background: rgba(87, 117, 140, 0.06); color: #555; border: 1px solid #555; }
.list-advert__buttons .btn.ui-color-3 { background: rgba(34, 126, 221, 0.06); color: #227edd; border: 1px solid #227edd; }
.list-advert__buttons .btn:hover { opacity: 1; }
.list-advert__footer { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; }
    .list-advert__footer > div:not(:last-child) { margin-right: 20px; }
    .list-advert__footer .date { margin-top: 0; }
.list-advert__action { margin-top: 25px; }
.view-advertadd:hover .view-advertadd__cover::before { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }
.view-advertadd__cover { z-index: 1; position: relative; height: 556px; overflow: hidden; }

@media (max-width: 479px) {
    .view-advertadd__cover { height: 400px; }
}

.view-advertadd__cover::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; background-image:url(../images/bg2.jpg); /*background-image: url(../images/galeri/4.jpg);*/ background-position: center center; background-repeat: no-repeat; background-size: cover; width: 75%; -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1); transition: 1s transform cubic-bezier(0, 0, 0.2, 1), 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1); }
.view-advertadd__cover::after { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(transparent)); background: -o-linear-gradient(left, white 40%, transparent); background: linear-gradient(to right, white 40%, transparent); width: 78%; }

@media (max-width: 767px) {
    .view-advertadd__cover::after { width: 100%; }
}

.view-advertadd__body { position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; max-width: calc(1250px - (20px / 2)); margin: 0 auto; height: 556px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) {
    .view-advertadd__body { max-width: 390px; height: 400px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .view-advertadd__body { max-width: 600px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .view-advertadd__body { max-width: 768px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .view-advertadd__body { max-width: calc(992px - (20px / 2)); }
}

@media (max-width: 991px) {
    .view-advertadd__body { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 767px) {
    .view-advertadd__body-content { text-align: center; }
}

.view-advertadd__body-content .title { color: #e3384c; font-weight: 600; font-size: 60px; line-height: 1; letter-spacing: -3px; }

@media (min-width: 768px) {
    .view-advertadd__body-content .title { width: -webkit-min-content; width: -moz-min-content; width: min-content; }
}

@media (max-width: 479px) {
    .view-advertadd__body-content .title { font-size: 42px; }
}

.view-advertadd__body-content .text { font-size: 24px; letter-spacing: -0.5px; color: #0c1f34; margin-top: 25px; max-width: 380px; }

@media (max-width: 479px) {
    .view-advertadd__body-content .text { font-size: 20px; }
}

@media (max-width: 767px) {
    .view-advertadd__body-content .text { margin-left: auto; margin-right: auto; }
}

.view-advertadd__body-content .btn { margin-top: 40px; }
body { font-family: "Jost", sans-serif; font-size: 16px; line-height: 1.6; font-weight: 400; color: #555; letter-spacing: -0.2px; overflow-x: hidden; }
    body.bg { background: #f2f7fc; }
    body.is-scroll { overflow: hidden; }
.small-title:not(.ui-not) { position: relative; display: block; text-transform: uppercase; font-size: 12px; line-height: 1.3; color: #2cab52; font-weight: 600; letter-spacing: 4px; }

@media (max-width: 479px) {
    .small-title:not(.ui-not) { font-size: 11px; }
}

.section-header.ui-txt-center { text-align: center; }
.section-header.ui-txt-large .title { font-size: 54px; letter-spacing: -2px; }

@media (max-width: 479px) {
    .section-header.ui-txt-large .title { font-size: 42px; }
}

.section-header.ui-txt-small .title { font-size: 24px; letter-spacing: -1px; }
.section-header.ui-txt-light .title { color: #fff; }
.section-header.ui-txt-light .text { color: #fff; }
.section-header.ui-d-flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.section-header .title { color: #444; font-size: 36px; font-weight: 600;  line-height: 1.3; margin-top: 5px; }

@media (max-width: 479px) {
    .section-header .title { font-size: 28px; }
}

.section-header .title span { color: #004c94; }
.section-header .text { font-size: 16px; line-height: 1.6; color: #7d97ad; margin-top: 10px; }

@media (max-width: 479px) {
    .section-header.ui-banner { padding-left: 20px; padding-right: 20px; }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.hero { background-color: #7fbb3a;  background-position: center center; background-repeat: no-repeat; background-size: cover; background-blend-mode: multiply; width: 100%; }

@media (min-width: 992px) {
    .hero { background-position: center -80px; }
}

.hero-container { padding-top: 90px; padding-bottom: 90px; }

@media (max-width: 479px) {
    .hero-container { padding-top: 70px; padding-bottom: 70px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-container { padding-left: 100px; padding-right: 100px; }
}

.hero-heading { color: #fff; font-size: 28px; font-weight: 600; letter-spacing: -1px; }

@media (max-width: 479px) {
    .hero-heading { line-height: 1.3; }
}

@media (max-width: 767px) {
    .hero-heading { text-align: center; }
}

.hero-search { margin-top: 10px; }

@media (max-width: 991px) {
    .hero-search { display: none; }
}

.hero-search > form > ul { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .hero-search > form > ul > li { position: relative; margin-bottom: 0; }
        .hero-search > form > ul > li:first-child select { border-radius: 8px 0 0 8px; }
        .hero-search > form > ul > li.ui-border-right::after { content: ""; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(125, 151, 173, 0.2); width: 1px; height: 60%; }
.hero-search .form-field input, .hero-search .form-field select { border-radius: 0; border: 0 none; }
.hero-search .form-send input { border-radius: 0 8px 8px 0; height: 70px; text-transform: uppercase; }
.hero-search .btn { margin-left: 25px; }
.hero-search__btn { margin-top: 20px; display: none; }

@media (max-width: 991px) {
    .hero-search__btn { display: block; }
}

.hero-search__btn a { background: #ffff; width: 100%; height: 60px; border-radius: 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 20px; padding-right: 10px; color: #7d97ad; font-size: 16px; font-weight: 600; }
    .hero-search__btn a .icon { width: 40px; height: 40px; background: #f2f7fc; border-radius: 5px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 16px; }
.section.ui-bg { background: #f2f7fc; }
.section-banner { padding-top: 70px; padding-bottom: 50px; }

@media (max-width: 479px) {
    .section-banner { padding-top: 60px; padding-bottom: 30px; }
}

@media (max-width: 991px) {
    .section-banner { position: relative; }
}

@media (min-width: 992px) {
    .section-banner .banner { position: relative; }
}

.section-banner .banner .owl-item:not(.active) { -webkit-filter: blur(3px); filter: blur(3px); }
.section-banner .banner .owl-item .item { margin-top: 30px; margin-bottom: 30px; }
.section-advert .container { padding-top: 50px; padding-bottom: 80px; }

@media (max-width: 767px) {
    .section-advert .container > .row > div:not(:last-child) { margin-bottom: 50px; }
}

.section-advert .section-header { margin-bottom: 20px; }
.section-transactions > .row > div:first-child { position: inherit; }
.section-transactions .transactions { position: relative; z-index: 2; }

@media (max-width: 479px) {
    .section-transactions .transactions ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}

.section-categories { position: relative; z-index: 1; }
    .section-categories::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(transparent)); background: -o-linear-gradient(white 30%, transparent); background: linear-gradient(white 30%, transparent); opacity: .8; height: 70%; }
    .section-categories .container { padding-top: 70px; padding-bottom: 50px; }
    .section-categories .categories .owl-item .item { margin-top: 50px; margin-bottom: 30px; }
    .section-categories .buttons-container { text-align: center; margin-top: 20px; }
.section-logos .container { padding-top: 70px; padding-bottom: 70px; }
.section-contactus__content { background: -webkit-gradient(linear, left top, left bottom, from(#60c45b), to(#2cab52)); background: -o-linear-gradient(#60c45b, #2cab52); background: linear-gradient(#60c45b, #2cab52); border-radius: 25px; width: 100%; -webkit-box-shadow: 0 29px 50px 0 rgba(44, 171, 82, 0.3); box-shadow: 0 29px 50px 0 rgba(44, 171, 82, 0.3); position: relative; overflow: hidden; z-index: 1; }

@media (min-width: 992px) {
    .section-contactus__content { padding: 0 60px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-contactus__content { padding: 0 20px; }
}

@media (min-width: 768px) {
    .section-contactus__content ul li:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.1); }
}

@media (max-width: 767px) {
    .section-contactus__content ul li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
}

.section-contactus__content .item { height: 260px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; }

@media (max-width: 767px) {
    .section-contactus__content .item { height: auto; padding: 30px; }
}

.section-contactus__content .item > .icon { font-size: 54px; }

@media (min-width: 768px) and (max-width: 991px) {
    .section-contactus__content .item > .icon { font-size: 48px; }
}

.section-contactus__content .item .title { font-size: 20px; font-weight: 600; letter-spacing: -0.5px; margin-top: 15px; line-height: 1.3; }

@media (min-width: 768px) and (max-width: 991px) {
    .section-contactus__content .item .title { font-size: 18px; }
}

.section-contactus__content .item .text { font-size: 14px; margin-top: 10px; line-height: 1.5; }

@media (min-width: 768px) and (max-width: 991px) {
    .section-contactus__content .item .text { font-size: 12px; }
}

.section-contactus__content .item .btn { margin-top: 20px; }
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE { -webkit-box-sizing: inherit; box-sizing: inherit; }
.inner-page__header { position: relative; }
.inner-page__heading { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; }
    .inner-page__heading.ui-relative { position: relative; z-index: 1; }
        .inner-page__heading.ui-relative::before, .inner-page__heading.ui-relative::after { content: ""; position: absolute; z-index: -1; }
        .inner-page__heading.ui-relative::before { top: 0; bottom: 0; left: 0; width: 25%; background: rgba(242, 247, 252, 0.2); display: none; }
        .inner-page__heading.ui-relative::after { top: 0; right: 0; bottom: 0; width: 100%; }
    .inner-page__heading.ui-color-1::after { background: rgba(0, 76, 148, 0.08); }
    .inner-page__heading.ui-color-1 .title, .inner-page__heading.ui-color-1 .text { color: #004c94; }
    .inner-page__heading.ui-color-1 .breadcrumb ul li a { color: #004c94; }
    .inner-page__heading.ui-color-2::after { background: rgba(44, 171, 82, 0.08); }
    .inner-page__heading.ui-color-2 .title, .inner-page__heading.ui-color-2 .text { color: #444; }
    .inner-page__heading.ui-color-2 .breadcrumb ul li a { color: #2cab52; }
    .inner-page__heading.ui-color-3::after { background: rgb(28 28 28 / 8%); }
    .inner-page__heading.ui-color-3 .title, .inner-page__heading.ui-color-3 .text { color: #e3384c; }
    .inner-page__heading.ui-color-3 .breadcrumb ul li a { color: #e3384c; }
    .inner-page__heading.ui-color-4::after { background: #e7f3f0;}
    .inner-page__heading.ui-color-4 .title, .inner-page__heading.ui-color-4 .text { color: #444; }
    .inner-page__heading.ui-color-4 .breadcrumb ul li a { color: #e6007a; }
    .inner-page__heading.ui-small .container { padding-top: 60px; padding-bottom: 60px; }
    .inner-page__heading.ui-small .title { font-size: 36px; font-weight: 600; }
    .inner-page__heading.ui-small .breadcrumb ul li a { font-size: 14px; }
        .inner-page__heading.ui-small .breadcrumb ul li a .icon { font-size: 16px; }
    .inner-page__heading .container { height: 100%;  -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 70px; padding-bottom: 70px; }
    .inner-page__heading .title { font-size: 48px; font-weight: 700; letter-spacing: -2.5px;  line-height: 1.3; margin-bottom: 5px; }

@media (max-width: 479px) {
    .inner-page__heading .title { font-size: 40px; }
}

.inner-page__heading .text { font-size: 16px; line-height: 1.6; max-width: 500px; }

@media (max-width: 479px) {
    .inner-page__heading .text { font-size: 14px; }
}

.inner-page__photo { height: 400px; background: black; }

@media (max-width: 479px) {
    .inner-page__photo { height: 250px; }
}

.inner-page__photo.ui-large { height: 550px; }

@media (max-width: 767px) {
    .inner-page__photo.ui-large { height: 375px; }
}

.inner-page__photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .65; }
.inner-page__nav { border-bottom: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }
    .inner-page__nav.ui-pos-sticky { z-index: 50; top: 0; }
    .inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) {
    .inner-page__nav ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; overflow-y: auto; }
}

@media (min-width: 600px) and (max-width: 767px) {
    .inner-page__nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

.inner-page__nav ul li { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }
    .inner-page__nav ul li.heading a { font-weight: 800; color: #0c1f34; }
    .inner-page__nav ul li:not(.heading):hover a, .inner-page__nav ul li:not(.heading).is-current a { color: #555; }
        .inner-page__nav ul li:not(.heading):hover a::after, .inner-page__nav ul li:not(.heading).is-current a::after { width: 100%; }
    .inner-page__nav ul li a { height: 70px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(87, 117, 140, 0.6); font-size: 16px; font-weight: 600; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
        .inner-page__nav ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #004c94; width: 0; -webkit-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.inner-page__wrapper { margin-top: 50px; margin-bottom: 100px; }
    .inner-page__wrapper.ui-mb-0 { margin-bottom: 0; }
    .inner-page__wrapper.ui-mt-0 { margin-top: 0; }
    .inner-page__wrapper.ui-mv-0 { margin-top: 0; margin-bottom: 0; }

@media (min-width: 1200px) {
    .inner-page__wrapper.ui-page-adverts .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 72%; flex: 0 0 72%; max-width: 72%; }
    .inner-page__wrapper.ui-page-adverts .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28%; }
}

@media (min-width: 1200px) {
    .inner-page__row > div { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 1199px) {
    .inner-page__row > div { padding-left: 10px; padding-right: 10px; }
}

@media (min-width: 1200px) {
    .inner-page__row.gutter-15 > div { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 1199px) {
    .inner-page__row.gutter-15 > div { padding-left: 10px; padding-right: 10px; }
}

.inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 76%; flex: 0 0 76%; max-width: 76%; }

@media (max-width: 767px) {
    .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inner-page__article { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; max-width: 67%; }
}

.inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 76%); flex: 0 0 calc(100% - 76%); max-width: calc(100% - 76%); }

@media (max-width: 767px) {
    .inner-page__sidebar { margin-top: 40px; }
}

@media (max-width: 767px) {
    .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 62%); flex: 0 0 calc(100% - 62%); max-width: calc(100% - 62%); }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inner-page__sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 67%); flex: 0 0 calc(100% - 67%); max-width: calc(100% - 67%); }
}

.inner-page__sidebar > div:not(:last-child) { margin-bottom: 20px; }
.inner-page__content { min-height: 700px; }
.page-content__header { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px; }

@media (max-width: 991px) {
    .page-content__header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
}

.page-content__header .title { color: #004c94; font-size: 24px; letter-spacing: -0.5px; font-weight: 600; line-height: 1.3; }
.page-content__header .date { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #555; font-size: 14px; font-weight: 600; margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; }

@media (max-width: 991px) {
    .page-content__header .date { margin-top: 10px; margin-left: 0; }
}

.page-content__header .date .icon { margin-right: 5px; font-size: 13px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: rgba(87, 117, 140, 0.5); width: 30px; height: 30px; align-items: center; font-size: 18px; }
.page-content__heading { color: #0c1f34; font-weight: 600; font-size: 16px; margin-bottom: 5px; }
    .page-content__heading.ui-color-1 { color: #004c94; }
    .page-content__heading.ui-color-2 { color: #2cab52; }
.page-content__photo { overflow: hidden; height: 300px; float: left; margin-right: 30px; margin-bottom: 30px; width: 50%; position: relative; border-radius: 11px; }

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo { margin-left: 0; width: 100%; float: none; }
}

@media (max-width: 767px) {
    .page-content__photo { height: auto !important; margin-right: 0; float: none; width: 100%; margin-bottom: 30px; }
}

.page-content__photo.ui-small, .page-content__photo.ui-large { width: 100%; float: inherit; margin-right: 0; }
.page-content__photo.ui-small { height: 175px; margin-bottom: 0; }
.page-content__photo.ui-large { height: 450px; }

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__photo.ui-large { height: 250px; }
}

.page-content__photo.ui-auto { height: auto; }
.page-content__photo img { width: 100%; height: 100%; overflow: hidden; -o-object-fit: cover; object-fit: cover; }
.page-content__spot { margin-bottom: 20px; font-size: 20px; color: #222; font-weight: 500; letter-spacing: -0.7px; }
.page-content__description { color: #555 !important; font-size: 16px; line-height: 1.7; font-family: "Jost", sans-serif !important; }
    .page-content__description.ui-txt-center { text-align: center; }
    .page-content__description.ui-advert strong { margin-bottom: 10px; display: block; }
    .page-content__description a { color: #55acef; font-weight: 600; }
        .page-content__description a:hover { text-decoration: underline; }
    .page-content__description h3 { font-weight: 700; font-size: 24px; letter-spacing: -1px; }
    .page-content__description h5 { font-weight: 700; font-size: 14px; }
    .page-content__description > p { margin-bottom: 30px; }
    .page-content__description a { color: #55acef; font-weight: 600; }
        .page-content__description a:hover { text-decoration: underline; }
    .page-content__description strong { font-weight: 700; }
    .page-content__description img { max-width: 100%; }
    .page-content__description ul, .page-content__description ol { padding-left: 20px; }
        .page-content__description ul li { list-style: disc; }
        .page-content__description ol li { list-style: decimal; }
    .page-content__description table { width: 100% !important; border: 1px solid rgba(0, 0, 0, 0.08) !important; }
        .page-content__description table tbody tr { border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important; }
            .page-content__description table tbody tr td, .page-content__description table tbody tr th { padding: 10px 20px !important; border-right: 1px solid rgba(0, 0, 0, 0.08) !important; line-height: 1.5; }
                .page-content__description table tbody tr td:last-child, .page-content__description table tbody tr th:last-child { border-right: 0 none !important; }
.page-content__gallery { margin-top: 50px; }

@media (max-width: 479px) {
    .page-content__gallery ul li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
}

.page-content__cards { margin-top: 70px; margin-bottom: 30px; }
    .page-content__cards.ui-contact { margin-top: 0; margin-bottom: 0; }
        .page-content__cards.ui-contact .card { height: 385px; }
            .page-content__cards.ui-contact .card .text { height: 70px; }

@media (max-width: 767px) {
    .page-content__cards ul li { margin-bottom: 30px; }
}

.page-content__cards .card { height: 410px; border-radius: 8px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; padding-left: 50px; padding-right: 50px; padding-bottom: 50px; }

@media (max-width: 479px) {
    .page-content__cards .card { padding-left: 30px; padding-right: 30px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card { height: 250px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card { padding-left: 25px; padding-right: 25px; height: 350px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-content__cards .card { padding-left: 30px; padding-right: 30px; }
}

.page-content__cards .card:hover > .icon { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
    .page-content__cards .card:hover > .icon::after { -webkit-transform: translateY(10px) scale(0.75); -ms-transform: translateY(10px) scale(0.75); transform: translateY(10px) scale(0.75); }
.page-content__cards .card .title { color: #0c1f34; font-size: 20px; font-weight: 700; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card .title { font-size: 16px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card .title { font-size: 16px; }
}

.page-content__cards .card > .icon { color: #004c94; font-size: 72px; margin-top: 25px; margin-bottom: 50px; position: relative; -webkit-transition: -webkit-transform 0.35s; transition: -webkit-transform 0.35s; -o-transition: transform 0.35s; transition: transform 0.35s; transition: transform 0.35s, -webkit-transform 0.35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card > .icon { font-size: 54px; margin-bottom: 25px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card > .icon { font-size: 54px; }
}

.page-content__cards .card > .icon::after { position: absolute; height: 8px; width: 66px; content: ""; bottom: -25px; left: 50%; margin-left: -33px; background: rgba(0, 0, 0, 0.06); z-index: -1; border-radius: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .35s; transition: -webkit-transform .35s; -o-transition: transform .35s; transition: transform .35s; transition: transform .35s, -webkit-transform .35s; -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1); }
.page-content__cards .card .text { font-size: 16px; font-weight: 500; color: #555; line-height: 1.4; }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card .text { display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card .text { font-size: 13px; }
}

.page-content__cards .card .btn-wrapper { position: absolute; right: 0; bottom: 40px; left: 0; }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card .btn-wrapper { bottom: 25px; }
}

.page-content__cards .card .btn-wrapper a { color: #004c94; font-size: 16px; font-weight: 600; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card .btn-wrapper a { font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card .btn-wrapper a { font-size: 13px; }
}

.page-content__cards .card .btn-wrapper a::after { content: ""; position: absolute; right: -10px; bottom: 0; left: -10px; background: #004c94; z-index: -1; height: 0; -webkit-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
.page-content__cards .card .btn-wrapper a:hover { color: #fff; }
    .page-content__cards .card .btn-wrapper a:hover::after { height: 100%; }
.page-content__cards .card .btn-wrapper a .icon { font-size: 14px; margin-left: 10px; }

@media (min-width: 480px) and (max-width: 767px) {
    .page-content__cards .card .btn-wrapper a .icon { font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-content__cards .card .btn-wrapper a .icon { font-size: 13px; }
}

.page-content__information { margin-top: 70px; }
    .page-content__information ul li:not(:last-child) { border-bottom: 1px solid rgba(125, 151, 173, 0.15); margin-bottom: 50px; padding-bottom: 50px; }
    .page-content__information .heading .icon { color: rgba(125, 151, 173, 0.3); font-size: 60px; }
        .page-content__information .heading .icon .fa-secondary { opacity: .5; }
    .page-content__information .heading .desc { padding-left: 20px; line-height: 1.2; }
        .page-content__information .heading .desc .small-title { color: #2cab52; font-weight: 700; letter-spacing: 1px; }
        .page-content__information .heading .desc .title { color: #004c94; font-size: 36px; letter-spacing: -2px; font-weight: 700; }

@media (min-width: 1200px) {
    .page-content__information .content { padding-left: 50px; }
}

@media (max-width: 1199px) {
    .page-content__information .content { padding-top: 50px; }
}

.sidebar-nav { background: #fff; }

@media (max-width: 479px) {
    .sidebar-nav { margin-top: 20px; }
}

.sidebar-nav ul li:hover a, .sidebar-nav ul li.is-current a { color: #555; background: rgba(242, 247, 252, 0.8); }
.sidebar-nav ul li:first-child a { border-radius: 8px 8px 0 0; }
.sidebar-nav ul li:last-child a { border-radius: 0 0 8px 8px; }
.sidebar-nav ul li a { border:1px solid #f5f5f5; color: #0c1f34; font-size: 16px; font-weight: 500; line-height: 1.45; display: block; position: relative; padding: 17px 23px; margin-top: -1px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.sidebar-transactions .transaction-card a { border-radius: 11px; overflow: hidden; }
.sidebar-transactions .transaction-card:not(:last-child) { margin-bottom: 10px; }
.sidebar-transactions .transaction-cover { border-radius: 11px; }
.sidebar-filtering { position: relative; }
    .sidebar-filtering .item {  border-bottom:1px solid #ddd }
        .sidebar-filtering .item:not(:last-child) { margin-bottom: 20px; }
        .sidebar-filtering .item.is-active .sidebar-filtering__header { /*border-bottom: 2px solid rgba(87, 117, 140, 0.08);*/ }
        .sidebar-filtering .item.ui-btn { position: sticky; right: 0; bottom: 0; left: 0; background: #fff; border-radius: 8px 8px 0 0; -webkit-box-shadow: 0 -10px 20px rgba(87, 117, 140, 0.1); box-shadow: 0 -10px 20px rgba(87, 117, 140, 0.1); }
            .sidebar-filtering .item.ui-btn .sidebar-filtering__content { padding: 15px 20px; }
.sidebar-filtering__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  padding-left: 20px; padding-right: 20px; cursor: pointer;  }
    .sidebar-filtering__header .title { font-size: 18px; color: #7abc6c; font-weight: 600; letter-spacing: -0.5px; padding-top:18px; }
    .sidebar-filtering__header .icon { font-size: 18px; opacity: .6; }
.sidebar-filtering__content { padding: 20px; }
    .sidebar-filtering__content .form ul li:not(:last-child) { margin-bottom: 10px; }
    .sidebar-filtering__content .form .btn-submit { border-radius: 0 5px 5px 0; background: #2cab52; font-family: inherit; height: 52px; width: 100%; font-size: 14px; color: #fff; font-weight: 500; cursor: pointer; }
    .sidebar-filtering__content .form-field select.selectbox, .sidebar-filtering__content .form-field input { height: 53px; font-size: 14px; font-weight: normal; }
    .sidebar-filtering__content .form-field input { border-radius: 8px; }
    .sidebar-filtering__content .form-field .icon.ui-arrow { font-size: 13px; }
    .sidebar-filtering__content .form-field .icon.ui-search { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; color: #2cab52; }
    .sidebar-filtering__content .form-send input { height: 50px; text-transform: capitalize; }
.sidebar-addons._ui-d-flex ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .sidebar-addons._ui-d-flex ul li { margin-right: 9px; }
.sidebar-addons ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .sidebar-addons ul li:not(:last-child) { margin-bottom: 12px; }
    .sidebar-addons ul li ul { padding-left: 15px; }
.sidebar-overview { background: #fff; border-radius: 15px; -webkit-box-shadow: 0 29px 50px 0 rgba(87, 117, 140, 0.1); box-shadow: 0 29px 50px 0 rgba(87, 117, 140, 0.1); padding: 40px 30px; position: relative; z-index: 2; }
    .sidebar-overview ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
        .sidebar-overview ul li:not(:last-child) { margin-bottom: 30px; }
        .sidebar-overview ul li > .icon { color: #2cab52; font-size: 24px; }
        .sidebar-overview ul li > .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; }
            .sidebar-overview ul li > .desc .heading { color: rgba(125, 151, 173, 0.7); font-size: 13px; font-weight: 500; line-height: 1; }
            .sidebar-overview ul li > .desc .text { font-size: 16px; color: #555; font-weight: 600; letter-spacing: -0.5px; display: block; line-height: 1.5; margin-top: 5px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
        .sidebar-overview ul li .btn { width: 100%; }
            .sidebar-overview ul li .btn:not(:last-child) { margin-bottom: 15px; }
        .sidebar-overview ul li .type { background-color: rgba(0, 76, 148, 0.06); border: 1px solid #004c94; color: #004c94; font-size: 13px; font-weight: 600; padding: 5px 12px; border-radius: 5px; }
        .sidebar-overview ul li.is-part .type { background-color: rgba(238, 87, 30, 0.06); border: 1px solid #e3384c; color: #e3384c; }
.contact-item .container { padding-top: 60px; }
.contact-map { background: #fff; padding: 20px; border-radius: 11px; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); margin-top: 30px; }
    .contact-map iframe { width: 100%; height: 550px; }
.contact-form__left .photo { height: 680px; border-radius: 11px 0 0 11px; overflow: hidden; }

@media (max-width: 767px) {
    .contact-form__left .photo { height: auto; }
}

.contact-form__left .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.contact-form__right { background: #fff; -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1); border-radius: 0 11px 11px 0; height: 100%; padding: 75px; }

@media (max-width: 767px) {
    .contact-form__right { padding: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-form__right { padding: 50px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-form__right { padding: 60px; }
}

.register.ui-color-1 .register-step__header .number { background-color: rgba(230, 0, 122, 0.08); color: #e6007a; }
.register form > ul { counter-reset: dots; }
.register-step:not(:last-child) { margin-bottom: 40px; }
.register-step.is-open .register-step__header::after { content: "_"; margin-top: -12px; }
.register-step.is-open .register-step__header .desc .title { color: #0c1f34; }
.register-step.is-open .register-step__header .desc::after { width: 100%; }
.register-step__header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; cursor: pointer; }
    .register-step__header::after { content: "+"; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #7d97ad; font-size: 32px; font-weight: 200; }
    .register-step__header .number { background-color: rgba(44, 171, 82, 0.08); color: #2cab52; width: 72px; height: 72px; border-radius: 20px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 700; letter-spacing: -2.5px; font-size: 28px; counter-increment: dots; }
        .register-step__header .number::before { content: counter(dots, decimal-leading-zero) " "; }
    .register-step__header .desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 25px; border-bottom: 1px solid rgba(87, 117, 140, 0.08); height: calc(72px - 7px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
        .register-step__header .desc::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; background-color: #0c1f34; height: 2px; width: 0; -webkit-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
        .register-step__header .desc .title { color: #7d97ad; font-size: 24px; font-weight: 600; letter-spacing: -1px; }
.register-step__content { display: none; }
.register-step__wrapper { padding-top: 30px; padding-left: calc(72px + 25px); padding-left:72px !important; }

@media (max-width: 479px) {
    .register-step__wrapper { padding-left: 0; }
}

.register-step__wrapper .form ul:not(:last-child) { margin-bottom: 40px; }

@media (max-width: 479px) {
    .register-step__wrapper .form ul { row-gap: 15px; }
}

.register-step__wrapper .note { background: rgba(255, 0, 0, 0.1); color: red; padding: 10px 20px; border-radius: 8px; font-size: 14px; }
.register-step__wrapper .form-send input, .register-step__wrapper .form-send button.theme-button { text-transform: capitalize; font-size: 16px; padding-left: 30px; padding-right: 30px; }
.login-row { height: 100vh; }
.login-wrapper { padding: 50px 120px 70px 120px; overflow-y: auto; height: 100vh; scrollbar-color: #0c1f34 rgba(12, 31, 52, 0.1); scrollbar-width: thin; }

@media (max-width: 479px) {
    .login-wrapper { padding: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-wrapper { padding: 20px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .login-wrapper { padding: 20px; }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .login-wrapper { padding: 20px; }
}

.login-wrapper::-webkit-scrollbar-track { background-color: rgba(12, 31, 52, 0.1); }
.login-wrapper::-webkit-scrollbar { width: 6px; }
.login-wrapper::-webkit-scrollbar-thumb { background-color: #0c1f34; }

@media (max-width: 479px) {
    .login-header { text-align: center; }
}

.login-header .header-logo { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.login-content { margin-top: 50px; }
.login-heading { color: #0c1f34; font-size: 32px; font-weight: 600; letter-spacing: -1.5px; line-height: 1.2; margin-bottom: 20px; }
.login-text { font-size: 18px; color: #0c1f34; }
.login-nav { background: rgba(87, 117, 140, 0.08); border-radius: 8px; margin-bottom: 15px; padding: 3px; }
    .login-nav ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; line-height: 1.3; border-radius: 8px; color: #555; font-size: 16px; font-weight: 500; padding-top: 15px; padding-bottom: 15px; }
        .login-nav ul li a.is-current { background: #fff; }
.login-footer { width: 100%; margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .login-footer a { color: #2cab52; font-size: 16px; font-weight: 600; }

@media (max-width: 767px) {
    .login-buttons ul li { margin-bottom: 20px; }
}

.login-buttons ul li a { width: 100%; }
    .login-buttons ul li a .icon { margin-left: 15px; }
.login-cover { height: 100%; background-color: #afafaf !important; }
    .login-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; mix-blend-mode: multiply; }
.profile .container { padding-top: 50px; padding-bottom: 100px; }

@media (max-width: 767px) {
    .profile .container { padding-top: 0; }
}

.profile .container > .row > div { padding-left: 15px; padding-right: 15px; }
.profile-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 79%); flex: 0 0 calc(100% - 79%); max-width: calc(100% - 79%); }

@media (max-width: 767px) {
    .profile-sidebar { margin-top: 40px; }
}

@media (max-width: 767px) {
    .profile-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 62%); flex: 0 0 calc(100% - 62%); max-width: calc(100% - 62%); }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .profile-sidebar { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 67%); flex: 0 0 calc(100% - 67%); max-width: calc(100% - 67%); }
}

.profile-sidebar > div:not(:first-child):not(:last-child) { border-bottom: 1px solid rgba(87, 117, 140, 0.1); padding-bottom: 20px; margin-bottom: 20px; }
.profile-main { -webkit-box-flex: 0; -ms-flex: 0 0 79%; flex: 0 0 79%; max-width: 79%; }

@media (max-width: 767px) {
    .profile-main { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-main { -webkit-box-flex: 0; -ms-flex: 0 0 62%; flex: 0 0 62%; max-width: 62%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .profile-main { -webkit-box-flex: 0; -ms-flex: 0 0 67%; flex: 0 0 67%; max-width: 67%; }
}

.profile-user { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #f2f7fc; padding: 19px 15px; border-radius: 11px; margin-bottom: 30px; }
    .profile-user .name-short { width: 55px; height: 55px; background: #fff; border-radius: 11px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; font-weight: 600; }
    .profile-user .desc { padding-left: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 1.3; }
        .profile-user .desc .small-title { font-size: 13px; color: #7d97ad; margin-bottom: 5px; }
        .profile-user .desc .name { font-size: 16px; font-weight: 600; color: #555; letter-spacing: -0.5px; }
.profile-navigation ul li:not(:last-child) { margin-bottom: 16px; }
.profile-navigation ul li.is-current a:not(.ui-color-logout), .profile-navigation ul li:hover a:not(.ui-color-logout) { color: #2cab52; }
.profile-navigation ul li a { color: #0c1f34; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
    .profile-navigation ul li a.ui-color-logout { color: #e6007a; }
    .profile-navigation ul li a .icon { font-size: 24px; }
    .profile-navigation ul li a .text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 16px; font-weight: 500; padding-left: 15px; }
.profile-links ul li:not(:last-child) { margin-bottom: 3px; }
.profile-links ul li a { color: rgba(125, 151, 173, 0.8); font-size: 13px; text-transform: uppercase; font-weight: 500; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; line-height: 1.2; }
    .profile-links ul li a:hover { color: #555; }

@media (max-width: 479px) {
    .profile-wrapper__header { margin-top: 20px; }
}

.profile-wrapper__header.ui-border { border-bottom: 1px solid rgba(87, 117, 140, 0.08); padding-bottom: 23px; }
.profile-wrapper__header .title { font-size: 24px; font-weight: 600; letter-spacing: -0.5px; color: #0c1f34; line-height: 1.2; }
.profile-tab { margin-top: 10px; border-bottom: 1px solid rgba(87, 117, 140, 0.1); }

@media (max-width: 991px) {
    .profile-tab ul { overflow-x: scroll; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
}

@media (max-width: 991px) {
    .profile-tab ul li { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; }
}

.profile-tab ul li a { color: rgba(125, 151, 173, 0.8); font-weight: 500; height: 50px; font-size: 14px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding-left: 20px; padding-right: 20px; position: relative; }
    .profile-tab ul li a.is-current { color: #555; }
        .profile-tab ul li a.is-current::after { background-color: #e6007a; background-image: -webkit-gradient(linear, right top, left top, from(#e3384c), to(#f89d7c)); background-image: -o-linear-gradient(right, #e3384c, #f89d7c); background-image: linear-gradient(270deg, #e3384c, #f89d7c); }
    .profile-tab ul li a:not(.is-current):hover { color: #555; }
    .profile-tab ul li a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; background-color: transparent; border-top-left-radius: 4px; border-top-right-radius: 4px; display: block; height: 3px; }
    .profile-tab ul li a .icon { font-size: 14px; margin-right: 7px; }
    .profile-tab ul li a.ui-accepted .icon { color: #2cab52; }
    .profile-tab ul li a.ui-waiting .icon { color: #0058aa; }
    .profile-tab ul li a.ui-read .icon { color: rgba(125, 151, 173, 0.5); }
    .profile-tab ul li a.ui-rejected .icon { color: #e6007a; }
.profile-container { margin-top: 30px; }
.profile-content { position: relative; min-height: 500px; }
.profile-form { max-width: 650px; margin-left: auto; margin-right: auto; }
    .profile-form .form { margin-top: 50px; }
        .profile-form .form .form-field { margin-bottom: 30px; }
.profile-text { font-size: 16px; font-weight: 500; }
.profile-cv__header { margin-bottom: 40px; }

@media (max-width: 991px) {
    .profile-cv__header { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
}

.profile-cv__header-left { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
    .profile-cv__header-left .description { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
        .profile-cv__header-left .description .title { font-size: 32px; font-weight: 600; letter-spacing: -1px; color: #0c1f34; line-height: 1.2; }
.profile-cv__header-right { margin-left: 50px; }

@media (max-width: 991px) {
    .profile-cv__header-right { margin-left: 0; margin-block: 30px; }
}

.profile-cv__header-right .photo { height: 200px; width: 175px; overflow: hidden; border-radius: 15px; }
    .profile-cv__header-right .photo img { width: 100%; height: 100%; overflow: hidden; -o-object-fit: cover; object-fit: cover; }
.profile-cv__detail .item:not(:last-child) { margin-bottom: 50px; }
.profile-cv__detail .item:nth-child(2) .list { border-color: #227edd; }
.profile-cv__detail .item .title { font-size: 24px; font-weight: 600; letter-spacing: -0.5px; color: #0c1f34; line-height: 1.2; margin-bottom: 20px; }
.profile-cv__detail .item .list { border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 7px; border-style: solid; border-color: #e3384c; padding-left: 20px; }
.profile-cv__list ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .profile-cv__list ul li:not(:last-child) { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(87, 117, 140, 0.08); }
    .profile-cv__list ul li span { font-size: 16px; }

@media (max-width: 479px) {
    .profile-cv__list ul li span { font-size: 14px; }
}

.profile-cv__list ul li .heading { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; max-width: 200px; font-weight: 600; padding-right: 25px; }

@media (max-width: 479px) {
    .profile-cv__list ul li .heading { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; max-width: 150px; }
}

.profile-cv__list ul li .text { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - $width-text); flex: 0 0 calc(100% - $width-text); max-width: calc(100% - $width-text); font-weight: 300; }
.detail-advert__header { border-bottom: 1px solid rgba(125, 151, 173, 0.1); padding-bottom: 30px; margin-bottom: 40px; }
    .detail-advert__header .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 479px) {
    .detail-advert__header .row > div:not(:first-child) { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
    .detail-advert__header .row > div:nth-last-child(n+2) { margin-bottom: 30px; }
}

@media (min-width: 480px) and (max-width: 767px) {
    .detail-advert__header .row > div:nth-last-child(n+4) { margin-bottom: 30px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .detail-advert__header .row > div:nth-last-child(n+4) { margin-bottom: 30px; }
}

.detail-advert__header .item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .detail-advert__header .item .photo { width: 100px; height: 50px; overflow: hidden; }
        .detail-advert__header .item .photo img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
    .detail-advert__header .item .desc:not(.no-left) { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 100px); flex: 0 0 calc(100% - 100px); max-width: calc(100% - 100px); padding-left: 20px; }
    .detail-advert__header .item .desc .heading { color: rgba(125, 151, 173, 0.7); font-size: 13px; font-weight: 500; line-height: 1; }
    .detail-advert__header .item .desc .text { text-transform: uppercase; font-size: 12px; color: #555; font-weight: 600; display: block; line-height: 1.5; margin-top: 5px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }
    .detail-advert__header .item .desc .star { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; color: #555; font-weight: 600; }
        .detail-advert__header .item .desc .star ul li:last-child { margin-left: 5px; }
        .detail-advert__header .item .desc .star .icon { color: #e3384c; font-size: 12px; }
.ui-no-scroll { overflow: hidden; }
.ui-no-scroll-y { overflow-y: hidden; }
.ui-no-scroll-x { overflow-x: hidden; }
.ui-pos-relative { position: relative; }
.ui-pos-inherit { position: inherit; }
.ui-pos-sticky { position: sticky; top: 20px; }
.ui-text-center { text-align: center; }
.ui-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.ui-justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.ui-justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.ui-justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ui-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.ui-align-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.ui-align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.ui-align-between { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }
.ui-z-index { position: relative; z-index: 9; }
.ui-hidden { display: none; }

@media (max-width: 479px) {
    .ui-xs-hidden { display: none; }
}

@media (max-width: 767px) {
    .ui-sm-hidden { display: none; }
}

@media (max-width: 991px) {
    .ui-md-hidden { display: none; }
}

.ui-pv-5px { padding-top: 5px; padding-bottom: 5px; }
.ui-pv-10px { padding-top: 10px; padding-bottom: 10px; }
.ui-pv-15px { padding-top: 15px; padding-bottom: 15px; }
.ui-pv-20px { padding-top: 20px; padding-bottom: 20px; }
.ui-pv-25px { padding-top: 25px; padding-bottom: 25px; }
.ui-pv-30px { padding-top: 30px; padding-bottom: 30px; }
.ui-pv-40px { padding-top: 40px; padding-bottom: 40px; }
.ui-pv-50px { padding-top: 50px; padding-bottom: 50px; }
.ui-pv-60px { padding-top: 60px; padding-bottom: 60px; }
.ui-pv-70px { padding-top: 70px; padding-bottom: 70px; }
.ui-pv-80px { padding-top: 80px; padding-bottom: 80px; }
.ui-pv-90px { padding-top: 90px; padding-bottom: 90px; }
.ui-pv-100px { padding-top: 100px; padding-bottom: 100px; }
.ui-pv-0 { padding-top: 0; padding-bottom: 0; }
.ui-pt-0 { padding-top: 0 !important; }
.ui-pb-0 { padding-bottom: 0 !important; }
.ui-pt-5px { padding-top: 5px; }
.ui-pt-10px { padding-top: 10px; }
.ui-pt-15px { padding-top: 15px; }
.ui-pt-20px { padding-top: 20px; }
.ui-pt-25px { padding-top: 25px; }
.ui-pt-30px { padding-top: 30px; }
.ui-pt-40px { padding-top: 40px; }
.ui-pt-50px { padding-top: 50px; }
.ui-pt-60px { padding-top: 60px; }
.ui-pt-70px { padding-top: 70px; }
.ui-pt-80px { padding-top: 80px; }
.ui-pt-90px { padding-top: 90px; }
.ui-pt-100px { padding-top: 100px; }
.ui-pb-5px { padding-bottom: 5px; }
.ui-pb-10px { padding-bottom: 10px; }
.ui-pb-15px { padding-bottom: 15px; }
.ui-pb-20px { padding-bottom: 20px; }
.ui-pb-25px { padding-bottom: 25px; }
.ui-pb-30px { padding-bottom: 30px; }
.ui-pb-40px { padding-bottom: 40px; }
.ui-pb-50px { padding-bottom: 50px; }
.ui-pb-60px { padding-bottom: 60px; }
.ui-pb-70px { padding-bottom: 70px; }
.ui-pb-80px { padding-bottom: 80px; }
.ui-pb-90px { padding-bottom: 90px; }
.ui-pb-100px { padding-bottom: 100px; }
.ui-mv-5px { margin-top: 5px; margin-bottom: 5px; }
.ui-mv-10px { margin-top: 10px; margin-bottom: 10px; }
.ui-mv-15px { margin-top: 15px; margin-bottom: 15px; }
.ui-mv-20px { margin-top: 20px; margin-bottom: 20px; }
.ui-mv-25px { margin-top: 25px; margin-bottom: 25px; }
.ui-mv-30px { margin-top: 30px; margin-bottom: 30px; }
.ui-mv-40px { margin-top: 40px; margin-bottom: 40px; }
.ui-mv-50px { margin-top: 50px; margin-bottom: 50px; }
.ui-mv-60px { margin-top: 60px; margin-bottom: 60px; }
.ui-mv-70px { margin-top: 70px; margin-bottom: 70px; }
.ui-mv-80px { margin-top: 80px; margin-bottom: 80px; }
.ui-mv-90px { margin-top: 90px; margin-bottom: 90px; }
.ui-mv-100px { margin-top: 100px; margin-bottom: 100px; }
.ui-mv-0 { margin-top: 0; margin-bottom: 0; }
.ui-mt-0 { margin-top: 0 !important; }
.ui-mb-0 { margin-bottom: 0 !important; }
.ui-ml-0 { margin-left: 0 !important; }
.ui-mr-0 { margin-right: 0 !important; }
.ui-mt-5px { margin-top: 5px; }
.ui-mt-10px { margin-top: 10px; }
.ui-mt-15px { margin-top: 15px; }
.ui-mt-20px { margin-top: 20px; }
.ui-mt-25px { margin-top: 25px; }
.ui-mt-30px { margin-top: 30px; }
.ui-mt-40px { margin-top: 40px; }
.ui-mt-50px { margin-top: 50px; }
.ui-mt-60px { margin-top: 60px; }
.ui-mt-70px { margin-top: 70px; }
.ui-mt-80px { margin-top: 80px; }
.ui-mt-90px { margin-top: 90px; }
.ui-mt-100px { margin-top: 100px; }
.ui-mb-5px { margin-bottom: 5px; }
.ui-mb-10px { margin-bottom: 10px; }
.ui-mb-15px { margin-bottom: 15px; }
.ui-mb-20px { margin-bottom: 20px; }
.ui-mb-25px { margin-bottom: 25px; }
.ui-mb-30px { margin-bottom: 30px; }
.ui-mb-40px { margin-bottom: 40px; }
.ui-mb-50px { margin-bottom: 50px; }
.ui-mb-60px { margin-bottom: 60px; }
.ui-mb-70px { margin-bottom: 70px; }
.ui-mb-80px { margin-bottom: 80px; }
.ui-mb-90px { margin-bottom: 90px; }
.ui-mb-100px { margin-bottom: 100px; }
/*# sourceMappingURL=app.css.map */

.footer-area .footer-item{
    max-width: 100% !important;
}