/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    background: #f1f1f1;
}
body {
    font: 400 14px/1.5 "Roboto", sans-serif;
    color: #545454;
}

.searchapp-iframe-background-match {
    -webkit-text-size-adjust: 100%;
    color: #666;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    background-color: #ededed;
    height: 1000px;
    left: 0;
    right: 0;
    position: absolute;
}

.searchapp-iframe-wrapper {
    -webkit-text-size-adjust: 100%;
    color: #666;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    height: 64px;
}

.wpcf7-spinner,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.links li:last-child::after {
    display: none;
}


/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
a {
    color: #135ac2;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #135ac2;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 8px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

p {
    margin: 0 0 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin: 0;
}

.font-size-42 {
    font-size: 42px;
    line-height: 1;
}

.font-size-13 {
    font-size: 13px;
}

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

.font-weight-500 {
    font-weight: 500;
}

.color-red {
    color: #e20000;
}

.overflow {
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

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

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

.anchor {
    position: relative;
    top: -200px;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 10px 0 0;
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

.btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    border: 1px solid #f4b800;
    border-radius: 3px;
    outline: 0;
    background: #f4b800;
    padding: 9px 20px;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    color: #fff;
    border: 1px solid #f4b800;
    opacity: 0.8;
}

.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}

.btn.white {
    background-color: #fff;
    border-color: #dddddd;
    color: #545454;
}

.btn.white:hover {
    background-color: #545454;
    border-color: #545454;
    color: #fff;
    opacity: 1;
}

.btn.red {
    background-color: #e20000;
    border-color: #e20000;
    color: #fff;
}

.btn.red-color {
    background-color: transparent;
    border-color: transparent;
    color: #e20000;
}

.social-wrap {
    font-size: 0;
}

.social-wrap a {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
}

.sticky-sidebar {
    will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
    display: block;
    position: relative;
    background: #000;
    border-radius: 3px;
}

.img-wrap img {
    width: 100%;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.img-wrap.normal,
.img-wrap.normal img {
    width: auto;
    background: none;
    border-radius: 0;
}

.img-wrap.border {
    border: 1px solid #dddddd;
}

.img-wrap.border svg {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.sep {
    height: 0px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.sep.middle {
    margin: 10px 0 30px;
}

.sep.fullwidth {
    width: 200%;
    left: -30px;
    position: relative;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/

.icon-delete,
.icon-added {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url('../img/icon-delete.png') no-repeat scroll center center transparent;
    background-size: cover;
    margin: 2px 5px 8px 5px;
}

.icon-added {
    background-image: url('../img/icon-added.png');
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.wrapper.narrow-850 {
    max-width: 890px;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown ease-in-out 0.6s both;
}

.header .nav {
    height: 80px;
}

.header-wrap {
    position: relative;
    height: 500px;
    background: #000;
}

.header-wrap.size-400 {
    height: 400px;
}

.header-wrap.size-600 {
    height: 600px;
}

.header-wrap.size-700 {
    height: 700px;
}

.header-wrap.fullscreen {
    height: 100vh;
    height: calc(100vh - 130px);
}

.header-wrap .bgr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header-wrap.slider .caption {
    font-size: 20px;
    height: 100%;
    align-items: flex-end;
    justify-content: normal;
    text-align: left;
    padding: 50px 0;
}

.header-wrap.slider {
    object-fit: cover;
}

.logo {

}

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 30px;
}

.nav a {
    font-size: 16px;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    white-space: nowrap;
    padding: 30px;
}

.nav li:hover .sub-menu {
    display: block;
}

.nav .sub-menu li {
    display: block;
    margin: 0;
}

.nav .sub-menu a {
    font-weight: 500;
    color: #000000;
}

.nav .sub-menu a:hover {
    text-decoration: underline;
}

.sidebar {
    background: #fff;
}

.footer {
    background: #fff;
}

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

.footer .copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.footer .copyright ul,
.footer .copyright ul li {
    display: inline-block;
    vertical-align: top;
}

.footer .copyright ul li {
    border-left: 1px solid #eee;
    font-size: 16px;
    padding: 0 5px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.slick-slider {
    font-size: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

.slick-slide img {
    display: block;
    width: 100%;
}

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

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

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    opacity: 0.5;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: none;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover,
.arrows-hidden:hover .slick-arrow {
    opacity: 1;
}

.arrows-hidden .slick-arrow {
    opacity: 0;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px;
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
    outline: none;
    background: #585858;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active {
    border-color: #b03063;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    border-color: #b03063;
    background: #b03063;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.carousel-normal .slick-list,
.carousel-normal .slick-track,
.carousel-normal .slick-slide,
.carousel-normal .slick-slide > div,
.carousel-normal .slide,
.carousel-normal .slide .bgr {
    height: 100%;
}

.swal-wide{
    width:500px !important;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn) {
    color: #fff;
}

.flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex.justify-end {
    justify-content: end;
}

.flex.column {
    flex-direction: column;
}

.flex .grow {
    flex-grow: 1;
}

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

.flex.bottom {
    align-items: flex-end;
}

.flex .align-bottom {
    margin-top: auto;
}

.section {
    padding: 90px 0;
    position: relative;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.acf-map {
    width: 100%;
    height: 240px;
}

.tabs ul.horizontal {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
}

.tabs ul.horizontal li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
    margin-bottom: -1px;
}

.tabs ul.horizontal li a:hover,
.tabs ul.horizontal li.active a {
    color: #053d95;
    border-color: #00a8ff;
}

.accordion {
    border-bottom: 1px solid #dcdcdc;
}

.accordion .title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 35px 0 35px 195px;
    border-top: 1px solid #dcdcdc;
}

.accordion span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 35px;
}

.accordion span svg {
    width: 100%;
    height: 100%;
}

.accordion .items {
    padding: 0 0 30px 195px;
}

.box {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 30px 30px 25px;
    margin: 0 0 20px;
    overflow: hidden;
}

.box:last-child {
    margin: 0;
}

.box.yellow {
    background: #fffbdd;
    border-color: #efe4b5;
    padding: 18px 20px 15px;
}

.box h2 svg {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 3px 0 0 3px;
}

.box.disabled a,
.box.disabled .links li::after {
    color: #dddddd;
}

.box.disabled a,
.box.disabled .wpcf7-text,
.box.disabled .wpcf7-textarea,
.box.disabled .wpcf7-radio {
    cursor: no-drop;
}

.box.disabled .btn.white {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #545454;
    opacity: 0.5;
}

.box.disabled p,
.box.disabled .wpcf7 label,
.box.disabled .wpcf7-text,
.box.disabled .wpcf7-textarea,
.box.disabled select.wpcf7-select {
    opacity: 0.75;
}

.box.disabled .icon-delete {
    display: none;
}

.links {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.links li {
    display: inline-block;
    vertical-align: top;
}

.links li::after {
    content: '|';
    font-size: 14px;
    color: #135ac2;
    padding: 0 7px;
}

.links a {
    font-size: 14px;
    font-weight: 500;
}

.as-table {
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.as-table > .flex {
    border-bottom: 1px solid #dddddd;
}

.as-table > .flex:last-child {
    border-bottom: 0;
}

.as-table > .flex > div {
    border-right: 1px solid #dddddd;
    padding: 9px 18px;
}

.as-table > .flex > div:last-child {
    border-right: 0;
}

.as-table .top p {
    font-weight: 500;
}

.as-table .top {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
}

.as-table .img-wrap {
    background: none;
}

.as-table p {
    margin: 0;
}

.note,
.wpcf7 p.note {
    font-size: 13px;
    margin: -15px 0 8px;
}

.note span {
    font-weight: 500;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #545454;
    border: 1px solid #dddddd;
    outline: 0;
    background: #fafbfc;
    width: 100%;
    height: 35px;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 7px 0 20px;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.wpcf7-text.required,
.wpcf7-textarea.required {
    border-color: #e20000;
    color: #e20000;
}

.wpcf7-text.search {
    background: url('../img/icon-search.png') no-repeat scroll right center #fafbfc;
    padding-right: 40px;
}

.as-file {
    display: block;
    border: 2px dashed #dddddd;
    min-width: 500px;
    text-align: center;
    padding: 35px 20px;
}

.wpcf7-file {
    width: 100%;
    max-width: 180px;
}

.wpcf7-file:active,
.wpcf7-file:focus {
    border: 0;
    outline: 0;
}

.inline {
    font-size: 0;
}

.wpcf7-radio {
    margin: -2px 3px 0 0;
    vertical-align: middle;
}

.wpcf7-checkbox {
    margin: 0 5px 0 0;
}

.inline > label {
    margin: 8px 15px 0 0;
}

.inline > label:last-child {
    margin-right: 0;
}

.wpcf7 span.required {
    font-size: 13px;
    color: #e20000;
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7 label {
    display: block;
    font-weight: 500;
    position: relative;
}

.wpcf7 label .show-password {
    position: absolute;
    right: 13px;
    bottom: 6px;
}

.wpcf7 label.date svg {
    width: 16px;
    height: 15px;
    position: absolute;
    right: 13px;
    bottom: 9px;
}

.wpcf7 label .show-password svg {
    width: 18px;
    height: 11px;
}

.inline label {
    display: inline-block;
    font-size: 14px;
}

.wpcf7 label > .inline {
    margin: 7px 0 20px;
}

.inline > .wpcf7-radio {
    margin: 0 3px 0 12px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    border: 1px solid #545454;
}

.wpcf7-not-valid {
    color: #df0000;
    border-color: #df0000;
}

select.wpcf7-select {
    display: flex;
    background: url('../img/icon-arrow.png') no-repeat scroll right center #fafbfc;
    padding: 5px 15px;
}

select.wpcf7-select .daySelector {
    background: 'none';
}

.hoursOfOperation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.wpcf7-textarea {
    resize: vertical;
    height: auto;
}

.submit-wrap {
    overflow: hidden;
}

.submit-wrap span {
    float: right;
    margin: 8px 0 0;
}

.wpcf7-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    border: 0;
    outline: 0;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 p.mb-3 {
    margin-bottom: 3px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #df0000;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: 1px solid #b02c1b;
    text-align: center;
    margin: 20px 0;
    padding: 9px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df0000;
    background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00a651;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
}

.chosen-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-delete {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 7px 15px;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 24px;
    height: 5px;
    background: url('../img/icon-arrow.png') no-repeat scroll right center transparent;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 0;
    background: #fafbfc;
    background-clip: padding-box;
    height: auto;
    padding: 10px 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    margin-top: -20px;
}

.chosen-container .chosen-results {
    max-height: 300px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #545454;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #545454;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #545454;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #545454;
}

:placeholder-shown { /* Standard one last! */
    opacity: 1;
    color: #545454;
}

/* Simplebar */

[data-simplebar] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 185px;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    background: #dfdfdf;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #808080;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

/* Tooltip */

.tooltip {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #55555a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px 0 0 4px;
}

.jBox-Tooltip .jBox-container {
    background: #333333;
    border: 0;
    border-radius: 3px;
    padding: 4px 10px;
}

.jBox-Tooltip .jBox-content {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.90);
}

.jBox-wrapper {
    text-align: left;
    box-sizing: border-box;
}

.jBox-container {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
    max-width: 560px;
}

.jBox-content {
    font-size: 14px;
    color: #545454;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-content > h3,
.jBox-content .wrap > h3 {
    background: #f1f1f1;
    border-bottom: 1px solid #dddddd;
    padding: 15px 30px;
    margin: 0;
}

.jBox-content > div,
.jBox-content .wrap > div {
    padding: 25px 30px;
}

.jBox-content .wrap {
    padding: 0;
}

.jBox-content .btn-wrap {
    text-align: right;
}

.jBox-content .sep {
    margin: 20px 0;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #333333;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
    width: 30px;
    height: 12px;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-top::after {
    left: 5px;
    top: 6px;
}

.jBox-pointer-bottom::after {
    left: 6px;
    bottom: 8px;
}

.jBox-closeButton {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 19px;
}

.jBox-closeButton svg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.jBox-closeButton svg path {
    fill: #545454;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2.3% }

.gap-3 { gap: 0 3% }

.gap-4 { gap: 0 4% }

.gap-5 { gap: 0 5% }

.gap-6 { gap: 0 6% }

.gap-7 { gap: 0 7% }

.gap-8 { gap: 0 8% }

.gap-9 { gap: 0 9% }

.gap-2 .width-12 { width: 12.3%; }

.gap-3 .width-48 { width: 48.5%; }

.gap-3 > div:nth-last-child(-n+3) { margin-bottom: 0; }

.max-width-310 {
    max-width: 310px;
}

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-29 { width: 29%; }

.width-30 { width: 30%; }

.width-31 { width: 31.5%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-48 { width: 48%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
    .mobile-960-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .mobile-800-hidden {
        display: none;
    }

    .mobile-800-width-100 {
        width: 100%;
    }

    .mobile-800-width-84 {
        width: 84%;
    }

    .mobile-800-width-48 {
        width: 48%;
    }

    .mobile-800-width-18,
    .gap-2 .mobile-800-width-18 {
        width: 18%;
    }

    .mobile-800-width-13 {
        width: 13%;
    }

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

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

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

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

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

    .flex.mobile-800-justify-start {
        justify-content: flex-start;
    }

    .as-table > .flex > div {
        border-right: 0;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
    .mobile-640-width-100 {
        width: 100%;
    }

    .mobile-640-width-48 {
        width: 48%;
    }

    .mobile-640-width-40 {
        width: 40%;
    }

    .mobile-640-width-20 {
        width: 20%;
    }

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

@media only screen and (max-width: 480px) {
    .mobile-480-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}