html {
font-size: 16px;
font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin: 15px 0;
}
p {
margin: 0 0 1em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
font-size: 20px;
font-size: 1.25rem;
}
blockquote cite {
font-size: 14px;
font-size: 0.875rem;
}
address {
margin: 0 0 1.5em;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
overflow: auto;
max-width: 100%;
margin: 0 0 1.5em;
padding: 1.5em;
background: #eee;
border: 1px solid #d5d5d5;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 16px;
font-size: 1rem;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
code {
padding: 2px 5px;
border: 1px solid #ebeced;
}
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #666;
}
mark, ins {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid;
}
big {
font-size: 125%;
} img {
height: auto; max-width: 100%; }
blockquote,
q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: '';
}
blockquote {
position: relative;
margin: 35px 0;
padding: 0 0 0 60px;
font-size: 18px;
font-size: 1.125rem;
font-weight: 400;
line-height: 1.45;
font-style: italic;
}
@media (min-width: 640px) {
blockquote {
font-size: 22px;
font-size: 1.375rem;
}
}
@media (min-width: 940px) {
blockquote {
font-size: 28px;
font-size: 1.75rem;
}
}
blockquote p {
margin: 0;
}
blockquote p + p {
margin-top: 1em;
}
blockquote cite {
display: block;
margin-top: 5px;
font-style: normal;
}
blockquote cite:before {
content: "- ";
}
blockquote:before {
content: "\f10d";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
font-size: 30px;
top: 0;
left: 10px;
}
hr {
background-color: #ebeced;
border: 0;
height: 1px;
margin: 1.5em 0;
}
.edit-link {
display: inline-block;
margin-top: 15px;
} ul, ol {
margin: 0 0 1.5em 1.5em;
padding-left: 0;
padding-right: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
} .inline-list {
padding: 0;
margin: 0;
list-style: none;
}
.inline-list li {
display: inline-block;
vertical-align: top;
} #toTop {
overflow: hidden;
display: none;
text-decoration: none;
position: fixed;
bottom: 15px;
right: -999em;
z-index: 999;
-webkit-transition: color 0.3s, background-color 0.3s;
-o-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
}
#toTop:before {
content: "\f106";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
font-size: 25px;
}
#toTop:focus {
outline: none;
}
@media (min-width: 640px) {
#toTop {
right: 20px;
}
} .page-preloader-cover {
position: fixed;
z-index: 1200;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: #fff;
}
.page-preloader {
position: relative;
display: block;
left: 50%;
top: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 30px;
height: 30px;
border: 3px solid transparent;
margin: -16.5px 0 0 -16.5px;
-webkit-animation: tm_spin 1s linear infinite;
animation: tm_spin 1s linear infinite;
z-index: 11;
}
@-webkit-keyframes tm_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tm_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
display: inline-block;
max-width: 100%;
padding: 12px 20px;
cursor: pointer;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
text-decoration: none;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn {
text-decoration: none;
display: inline-block;
max-width: 100%;
padding: 12px 20px;
cursor: pointer;
text-align: center;
white-space: nowrap;
text-transform: uppercase;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
text-decoration: none;
border: none;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn.invert-button {
border: 1px solid #fff;
background: none;
}
.posts-list .btn-icon:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 35px;
font-size: 2.1875rem;
content: '\f178';
}
.btn-text-icon {
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 500;
}
.btn-text-icon:after {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
font-size: 0.75rem;
content: '\f061';
margin-left: 6px;
}
.mfp-close:hover {
background: none;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 8px 12px;
border: 1px solid #ebeced;
background-color: #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
select:focus,
textarea:focus {
outline: none;
-webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}
button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
outline: none;
}
input[type='submit'],
input[type='reset'] {
font-size: 11px;
font-size: 0.6875rem;
font-weight: 600;
}
select {
border: 1px solid #ebeced;
}
textarea {
min-height: 150px;
resize: vertical;
overflow: auto;
}
::-moz-placeholder {
opacity: 1;
}
:-moz-placeholder {
opacity: 1;
}
.search-form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.search-form label {
width: 100%;
}
.search-form__field[type='search'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-form__submit.btn {
padding: 11px;
margin-left: 10px;
font-size: 13px;
font-size: 0.8125rem;
}
.post-password-form label {
display: inline-block;
}  a {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:focus {
outline: none;
}
a:hover, a:active {
text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
} .main-navigation .menu {
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation .menu .menu-item {
position: relative;
display: inline-block;
}
.main-navigation .menu .menu-item:hover > ul,
.main-navigation .menu .menu-item.focus > ul {
left: auto;
}
.main-navigation .menu .sub-menu {
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
list-style: none;
background-color: #fff;
-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
}
.main-navigation .menu .sub-menu ul {
top: -10px;
left: -999em;
}
.main-navigation .menu .sub-menu li {
padding: 5px 20px;
}
.main-navigation .menu .sub-menu li:hover > ul,
.main-navigation .menu .sub-menu li.focus > ul {
left: 100%;
}
.main-navigation .menu .sub-menu a {
width: 150px;
}
.main-navigation .menu > .menu-item {
padding: 3px 3px 2px;
margin-left: 10px;
}
.main-navigation .menu > .menu-item:first-child {
margin-left: 0;
}
.main-navigation .menu > .menu-item.menu-item-has-children {
padding-right: 15px;
}
.main-navigation .menu a {
display: inline-block;
text-decoration: none;
}
.main-navigation .menu .menu-item-has-children:before {
position: absolute;
top: 6px;
right: 3px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f107';
}
.main-navigation .menu .sub-menu .menu-item-has-children:before {
content: '\f105';
top: 7px;
right: 12px;
} .main-navigation.mobile-menu {
position: fixed;
top: 0;
right: -70%;
width: 70%;
height: 100vh;
margin: 0;
background-color: #f1f4f6;
z-index: 998;
-webkit-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
-o-transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
transition: all 0.3s cubic-bezier(0.35, 0.19, 0.45, 0.91);
}
.main-navigation.mobile-menu.mobile-menu-open {
right: 0;
}
.main-navigation.mobile-menu .main-navigation-inner {
overflow-y: scroll;
height: 100%;
}
.main-navigation.mobile-menu .menu {
margin: 20px;
}
body.admin-bar .main-navigation.mobile-menu .menu {
margin-top: 66px;
}
.main-navigation.mobile-menu .menu li {
display: block;
margin: 5px 15px;
padding: 0;
}
.main-navigation.mobile-menu .sub-menu {
position: initial;
padding: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.main-navigation.mobile-menu .sub-menu li a {
width: auto;
}
.main-navigation.mobile-menu .menu-item-has-children:before {
content: none;
} .mobile-menu-toggle-button {
position: absolute;
width: 35px;
height: 35px;
left: -45px;
top: 10px;
padding: 0;
-webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.3);
}
body.admin-bar .mobile-menu-toggle-button {
top: 56px;
}
body.admin-bar .mobile-menu-toggle-button {
top: 56px;
}
body.admin-bar .mobile-menu .menu {
margin-top: 46px;
} .comment-navigation,
.posts-list-navigation {
overflow: hidden;
padding-top: 40px;
border-top: 1px solid #ebeced;
}
.comment-navigation .nav-links,
.posts-list-navigation .nav-links {
font-weight: 400;
}
.posts-list-navigation .pagination .page-numbers {
outline: none;
margin-right: 7px;
}
.posts-list-navigation .pagination .page-numbers:last-child {
margin-right: 0;
}
.posts-list-navigation .pagination .page-numbers.prev {
margin-right: 20px;
}
.posts-list-navigation .pagination .page-numbers.next {
margin-left: 10px;
}
.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots) {
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
width: 33px;
height: 33px;
text-align: center;
line-height: 33px;
border: 1px solid #ebeced;
}
.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots):hover, .posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
background-color: #ebeced;
}
.page-links > span,
.page-links > a {
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
width: 33px;
height: 33px;
text-align: center;
font-size: 14px;
font-size: 0.875rem;
line-height: 33px;
border: 1px solid #ebeced;
margin: 5px 5px 5px 0;
}
.page-links > span:last-child,
.page-links > a:last-child {
margin-right: 0;
}
.page-links > span,
.page-links > a:hover {
background-color: #ebeced;
}
.comment-navigation .nav-previous,
.posts-list-navigation .posts-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-previous i,
.posts-list-navigation .posts-navigation .nav-previous i {
margin-right: 2px;
}
.comment-navigation .nav-next,
.posts-list-navigation .posts-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-navigation .nav-next i,
.posts-list-navigation .posts-navigation .nav-next i {
margin-left: 2px;
}
.posts-list--creative.list-style-default + .posts-list-navigation,
.posts-list--default.list-style-v9 + .posts-list-navigation,
.posts-list--grid.list-style-v9 + .posts-list-navigation,
.posts-list--vertical-justify.list-style-v6 + .posts-list-navigation {
border: none;
margin-top: 0;
}
.posts-list--creative.list-style-default + .posts-list-navigation .nav-links,
.posts-list--default.list-style-v9 + .posts-list-navigation .nav-links,
.posts-list--creative.list-style-v2 + .posts-list-navigation .nav-links,
.posts-list--grid.list-style-v4 + .posts-list-navigation .nav-links,
.posts-list--grid.list-style-v5 + .posts-list-navigation .nav-links,
.posts-list--grid.list-style-v9 + .posts-list-navigation .nav-links,
.posts-list--masonry.list-style-v4 + .posts-list-navigation .nav-links,
.posts-list--masonry.list-style-v9 + .posts-list-navigation .nav-links,
.posts-list--vertical-justify.list-style-v4 + .posts-list-navigation .nav-links,
.posts-list--vertical-justify.list-style-v5 + .posts-list-navigation .nav-links,
.posts-list--vertical-justify.list-style-v6 + .posts-list-navigation .nav-links,
.posts-list--vertical-justify.list-style-v9 + .posts-list-navigation .nav-links,
.posts-list--vertical-justify.list-style-v10 + .posts-list-navigation .nav-links {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.post-navigation-container {
overflow: hidden;
margin: 45px 0 40px;
padding-bottom: 45px;
border-bottom: 1px solid #ebeced;
}
.post-navigation-container .nav-links {
font-weight: 400;
}
.post-navigation-container .nav-links .post-title {
margin: 0;
}
@media (max-width: 639px) {
.post-navigation-container .nav-links .post-title {
font-size: 16px;
font-size: 1rem;
}
}
.post-navigation-container .nav-links i {
position: absolute;
top: 32px;
}
@media (min-width: 640px) {
.post-navigation-container .nav-links i {
top: 35px;
}
}
.post-navigation-container .nav-text {
margin-bottom: 10px;
font-size: 11px;
font-size: 0.6875rem;
font-weight: 600;
text-transform: uppercase;
}
.post-navigation-container .nav-previous, .post-navigation-container .nav-next {
position: relative;
}
@media (min-width: 640px) {
.post-navigation-container .nav-previous, .post-navigation-container .nav-next {
width: 50%;
}
}
.post-navigation-container .nav-previous {
padding: 0 15px 0 35px;
}
@media (min-width: 640px) {
.post-navigation-container .nav-previous {
float: left;
}
}
.post-navigation-container .nav-previous i {
left: 0;
}
.post-navigation-container .nav-next {
text-align: right;
padding: 0 35px 0 15px;
}
@media (min-width: 640px) {
.post-navigation-container .nav-next {
float: right;
}
}
.post-navigation-container .nav-next i {
right: 0;
}
@media (max-width: 639px) {
.post-navigation-container .nav-previous + .nav-next {
margin-top: 30px;
}
} .social-list .menu-item > a {
display: block;
text-decoration: none;
text-align: center;
}
.social-list .menu-item > a:hover {
text-decoration: none;
}
.social-list .menu-item > a:focus {
outline: none;
}
.social-list .menu-item > a[href*="500px.com"]::before {
content: '\f26e';
}
.social-list .menu-item > a[href*="angel.co"]::before {
content: '\f209';
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb';
}
.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
content: '\f1a5';
}
.social-list .menu-item > a[href*="digg.com"]::before {
content: '\f1a6';
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
content: '\f17d';
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
content: '\f16b';
}
.social-list .menu-item > a[href*="facebook.com"]::before {
content: '\f09a';
}
.social-list .menu-item > a[href*="foursquare.com"]::before {
content: '\f180';
}
.social-list .menu-item > a[href*="flickr.com"]::before {
content: '\f16e';
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
content: '\f0d5';
}
.social-list .menu-item > a[href*="github.com"]::before {
content: '\f09b';
}
.social-list .menu-item > a[href*="instagram.com"]::before {
content: '\f16d';
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
content: '\f0e1';
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
content: '\f0d2';
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
content: '\f265';
}
.social-list .menu-item > a[href*="reddit.com"]::before {
content: '\f1a1';
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
content: '\f17e';
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
content: '\f1a4';
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
content: '\f173';
}
.social-list .menu-item > a[href*="twitter.com"]::before {
content: '\f099';
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
content: '\f27d';
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
content: '\f19a';
}
.social-list .menu-item > a[href*="youtube.com"]::before {
content: '\f167';
}
.social-list .menu-item > a[href*="amazon.com"]::before {
content: '\f270';
}
.social-list .menu-item > a[href*="tripadvisor"]::before {
content: '\f262';
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
content: '\f23b';
}
.social-list .menu-item > a[href*="xing.com"]::before {
content: '\f168';
}
.social-list .menu-item > a[href*="yahoo."]::before {
content: '\f19e';
}
.social-list .menu-item > a[href*="vine.co"]::before {
content: '\f1ca';
}
.social-list .menu-item > a[href*="weibo.com"]::before {
content: '\f18a';
}
.social-list .menu-item > a[href*="trello.com"]::before {
content: '\f181';
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
content: '\f1b6';
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
content: '\f1be';
}
.social-list .menu-item > a[href*="spotify.com"]::before {
content: '\f1bc';
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
content: '\f18d';
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
content: '\f16c';
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
content: '\f1e7';
}
.social-list .menu-item > a[href*="slack.com"]::before {
content: '\f198';
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
content: '\f216';
}
.social-list .menu-item > a[href*="last.fm"]::before {
content: '\f202';
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
content: '\f1cc';
}
.social-list .menu-item > a[href*="behance.net"]::before {
content: '\f1b4';
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
content: '\f171';
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb';
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
content: '\f284';
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
content: '\f20e';
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
content: '\f210';
}
.social-list .menu-item > a[href*="contao.org"]::before {
content: '\f26d';
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
content: '\f1bd';
}
.social-list .menu-item > a[href*="vk.com"]::before {
content: '\f189';
}
.social-list .menu-item > a[href*="ok.ru"]::before {
content: '\f263';
}
.social-list .menu-item > a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 12px;
font-size: 0.75rem;
display: block;
width: 20px;
height: 20px;
line-height: 20px;
}
.social-list--text .social-list .menu-item > a::before {
display: none;
} .breadcrumbs {
position: relative;
padding-top: 17px;
padding-bottom: 17px;
border-top: 1px solid #ebeced;
}
.breadcrumbs .page-title {
text-align: left;
margin-top: 5px;
font-size: 18px;
font-size: 1.125rem;
}
.breadcrumbs_wrap {
overflow: hidden;
}
.breadcrumbs_item {
float: left;
}
.breadcrumbs_item_link:hover {
text-decoration: underline;
}
.breadcrumbs_item_sep {
margin: 0 .5em;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
float: left;
margin-right: 30px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 30px;
margin-bottom: 15px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
} .clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.hidden {
display: none;
} .comments-area {
position: relative;
margin: 45px 0 40px;
}
.comments-title {
margin: 0 0 40px;
}
.comment-list {
margin: 0 0 45px;
padding: 0 0 8px;
list-style: none;
border-bottom: 1px solid #ebeced;
}
.comment-list .children {
margin-top: 18px;
margin-left: 30px;
list-style: none;
}
@media (min-width: 1120px) {
.comment-list .children {
margin-left: 70px;
}
}
.comment-list .comment,
.comment-list .pingback {
margin-bottom: 36px;
}
.comment-body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.comment-author {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 50px;
margin: 0 20px 0 0;
}
.comment-author .avatar {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comment-meta {
margin-bottom: 2px;
}
.comment-meta .fn {
margin-right: 12px;
}
.comment-date {
display: inline-block;
}
.comment-date__time {
display: inline-block;
vertical-align: top;
}
.comment-content p {
margin-bottom: 1px;
}
.comment-content a {
word-wrap: break-word;
}
.comment-reply-link {
text-transform: uppercase;
}
.comment-reply-link i {
margin-right: 5px;
}
.comment-respond .comment-reply-title {
margin-bottom: 20px;
}
.comment-respond .comment-notes {
margin-bottom: 25px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
margin: 10px 0 0 0;
}
.comment-form-comment {
margin-bottom: 30px;
}
.comment-form .form-submit {
margin: 30px 0 0 0;
}
.comment-form__field {
vertical-align: top;
}
.comment-form .submit {
width: 100%;
}
.comment-form-cookies-consent {
margin-top: 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.comment-form-cookies-consent input[type='checkbox'] {
position: absolute;
width: 0;
height: 0;
visibility: hidden;
}
.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
content: '';
position: relative;
top: -1px;
display: inline-block;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
margin-right: 10px;
vertical-align: middle;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ebeced;
}
.comment-form-cookies-consent input[type='checkbox']:checked ~ label[for=wp-comment-cookies-consent]:before {
content: '\f00c';
}
.bypostauthor {
display: block;
} .post-author-bio {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 40px 0;
padding-bottom: 40px;
margin-left: -12px;
margin-right: -12px;
border-bottom: 1px solid #ebeced;
}
.post-author-bio > * {
padding-left: 12px;
padding-right: 12px;
}
.post-author__avatar .avatar {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.post-author__content {
margin-bottom: 10px;
}
.post-author__title {
margin: 0;
text-transform: uppercase;
} .site {
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
overflow: hidden;
}
.site-logo {
margin: 0;
font-size: 32px;
font-size: 2rem;
line-height: 1.2;
text-transform: lowercase;
font-weight: 700;
}
.site-header.container, .site-breadcrumbs.container, .site-content.container, .site-footer.container {
padding-left: 0;
padding-right: 0;
}
.site-breadcrumbs {
margin-top: 20px;
}
body:not(.page-template-fullwidth-content) .site-content {
margin-top: 30px;
margin-bottom: 30px;
}
.site-main > *:last-child {
margin-bottom: 0;
}
@media (max-width: 939px) {
#secondary {
margin-top: 40px;
}
}
.space-between-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.space-between-content > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
} .site-header__wrap {
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 940px) {
.site-header__wrap.isStick {
position: fixed;
z-index: 1000;
right: 0;
left: 0;
}
}
.site-header__wrap .space-between-content {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-branding .custom-logo {
display: block;
}
.pseudoStickyBlock {
display: none;
}
@media (min-width: 940px) {
.pseudoStickyBlock {
display: block;
}
} .top-panel {
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
font-size: 0.6875rem;
line-height: 20px;
}
.top-panel .space-between-content {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 639px) {
.top-panel .space-between-content {
display: block;
text-align: center;
}
}
.top-panel-content__left > *, .top-panel-content__right > * {
display: inline-block;
vertical-align: middle;
}
.top-panel-content__left > * {
margin-right: 10px;
}
.top-panel-content__right > * {
margin-left: 10px;
} .site-footer__wrap {
font-size: 11px;
font-size: 0.6875rem;
line-height: 20px;
}
.site-footer__wrap .space-between-content {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.site-footer__wrap .space-between-content:not(:empty) {
padding-top: 30px;
padding-bottom: 30px;
}
@media (max-width: 639px) {
.site-footer__wrap .space-between-content {
display: block;
text-align: center;
}
}
.footer-area {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 640px) {
.footer-area {
max-width: 640px;
}
}
@media (min-width: 940px) {
.footer-area {
max-width: 940px;
}
}
@media (min-width: 1120px) {
.footer-area {
max-width: 1120px;
}
}
@media (min-width: 1200px) {
.footer-area {
max-width: 1200px;
}
}
.footer-area > .widget {
width: 25%;
}  .entry-title {
margin-top: 0;
}
.posts-list--default .entry-title {
margin-bottom: 18px;
}
.grid-item .entry-title {
margin-bottom: 10px;
}
.entry-meta {
font-size: 14px;
font-size: 0.875rem;
}
.entry-header .entry-meta {
margin-left: -8px;
margin-right: -8px;
}
.entry-header .entry-meta > * {
padding-left: 8px;
padding-right: 8px;
}
.posts-list--default .entry-header .entry-meta {
margin-bottom: 28px;
}
.grid-item .entry-header .entry-meta {
margin-bottom: 3px;
}
.entry-footer .entry-meta > * {
margin-top: 18px;
}
.entry-footer .entry-meta > *:first-child {
margin-top: 0;
}
.grid-item .entry-content {
margin-bottom: 5px;
} span.posted-on,
span.byline,
span.cat-links,
span.tags-links {
display: inline-block;
}
.tags-links {
text-transform: capitalize;
}
.comments-link,
.comments-button {
display: inline-block;
white-space: nowrap;
vertical-align: top;
}
.comments-link i,
.comments-button i {
font-size: 14px;
font-size: 0.875rem;
margin-right: 2px;
}
.comments-button {
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 10px 12px;
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.2;
background-color: #f1f4f6;
}
.post-categories {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}
.btn-style .post-categories li {
display: inline-block;
margin-right: 3px;
margin-bottom: 4px;
}
.btn-style .post-categories a {
display: inline-block;
padding: 6px 10px;
-webkit-border-radius: 4px;
border-radius: 4px;
} .posts-list {
margin-bottom: 50px;
} .post-default + .post-default {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #ebeced;
}
body:not(.sidebar_enabled) .post-default {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.post-default .post-thumbnail,
.post-default .entry-meta {
margin-bottom: 15px;
}
@media (min-width: 640px) {
.post-default .entry-content {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-default .entry-footer .entry-meta .tags-links + div:not(:empty) {
margin-top: 28px;
}
.post-default .entry-footer .entry-meta > div {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-default .entry-footer .entry-meta > div > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
} .post-thumbnail__link {
display: inline-block;
}
.post-thumbnail img {
display: block;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.grid-item .post-thumbnail {
margin-bottom: 20px;
} .related-posts {
margin: 45px 0 40px;
padding-bottom: 22px;
border-bottom: 1px solid #ebeced;
}
.related-posts .entry-title {
margin: 0 0 20px;
}
.related-posts .related-post {
overflow: hidden;
margin-bottom: 13px;
}
.related-posts .related-post.col-lg-6 .post-thumbnail {
width: 120px;
float: left;
margin: 0 20px 15px 0;
}
.related-posts .related-post .entry-header {
margin-bottom: 5px;
}
.related-posts .related-post .entry-title {
margin: 0;
}
.related-posts .related-post .entry-meta .posted-on,
.related-posts .related-post .entry-meta .byline {
display: block;
}
.related-posts .related-post .entry-content {
font-size: 14px;
font-size: 0.875rem;
} .page-header {
margin: 0 0 40px;
}
.page-header > * + * {
margin-top: 20px;
}
.page-title {
margin: 0;
text-align: center;
} .search-item {
margin-bottom: 50px;
}
.search-item .entry-title, .search-item .entry-meta {
margin-bottom: 5px;
} .not-found.error-404, .not-found.no-results {
max-width: 770px;
margin-left: auto;
margin-right: auto;
text-align: center;
}  .post_format-post-format-image .post-thumbnail {
margin-bottom: 26px;
}
.post_format-post-format-image .post-thumbnail__link {
position: relative;
display: block;
}
.post_format-post-format-image .post-thumbnail__link:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f00e';
position: absolute;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
margin: -35px 0 0 -35px;
font-size: 35px;
line-height: 70px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
-o-transition: opacity 0.2s ease, transform 0.2s ease;
transition: opacity 0.2s ease, transform 0.2s ease;
transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
-webkit-transform: scale(0.35);
-ms-transform: scale(0.35);
transform: scale(0.35);
opacity: 0;
}
.post_format-post-format-image .post-thumbnail__link:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .post-format-gallery-wrapper {
margin-bottom: 26px;
}
.post_format-post-format-gallery .post-thumbnail {
display: block;
margin-bottom: 26px;
}
.post_format-post-format-gallery .post-thumbnail__link {
display: block;
}
.post_format-post-format-gallery .swiper-button-prev,
.post_format-post-format-gallery .swiper-button-next {
width: 45px;
height: 45px;
margin-top: -35px;
text-align: center;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
font-size: 1.125rem;
-webkit-border-radius: 50%;
border-radius: 50%;
background-image: none;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(59, 61, 66, 0.1);
box-shadow: 0px 0px 20px 0px rgba(59, 61, 66, 0.1);
}
.post_format-post-format-gallery .swiper-button-prev:before,
.post_format-post-format-gallery .swiper-button-next:before {
line-height: 45px;
}
.post_format-post-format-gallery .swiper-button-prev:before {
content: '\f104';
}
.post_format-post-format-gallery .swiper-button-next:before {
content: '\f105';
} .post_format-post-format-link .post-format-link {
font-size: 20px;
font-size: 1.25rem;
font-weight: 400;
}
.post_format-post-format-link .post-format-link:before {
-webkit-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
content: '\f0c1';
margin-right: 8px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.post_format-post-format-link .post-format-link-wrapper {
margin-bottom: 24px;
padding: 35px 40px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #f1f4f6;
} .post_format-post-format-quote .post-format-quote {
padding: 50px 8%;
-webkit-border-radius: 4px;
border-radius: 4px;
text-align: center;
}
.post_format-post-format-quote .post-format-quote:before {
position: static;
margin: 0 auto 17px;
display: block;
text-align: center;
width: 62px;
height: 62px;
line-height: 62px;
-webkit-border-radius: 28px;
border-radius: 28px;
}
.post_format-post-format-quote .post-format-quote cite {
margin-top: 15px;
} .post_format-post-format-audio .mejs-audio {
margin-bottom: 24px;
} .post_format-post-format-video .wp-video {
margin-bottom: 24px;
margin-left: auto;
margin-right: auto;
}  .single-post article.post {
margin-bottom: 50px;
padding-bottom: 45px;
border-bottom: 1px solid #ebeced;
}
.single-post .post > .entry-header {
margin-bottom: 35px;
}
@media (min-width: 640px) {
.single-post .post > .entry-content {
font-size: 18px;
font-size: 1.125rem;
}
}
.single-post .post > .entry-footer .entry-meta:not(:empty) {
margin-top: 13px;
}
.single-post .entry-header .tags-links a {
display: inline-block;
margin-left: 5px;
}
.single-post .entry-footer .tags-links a {
display: inline-block;
margin-left: 5px;
margin-bottom: 5px;
padding: 6px 10px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ebeced;
}
.single-post .entry-footer .tags-links a:hover {
background-color: #ebeced;
}
.single-post .entry-title {
margin-top: 0;
}
.single-post .post-thumbnail {
margin-bottom: 15px;
}
.single-post .overlay-thumbnail {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.single-post blockquote:not(.post-format-quote) {
border-top: 3px solid #ebeced;
border-bottom: 3px solid #ebeced;
text-align: center;
padding: 30px 10%;
}
.single-post blockquote:not(.post-format-quote):before, .single-post blockquote:not(.post-format-quote):after {
content: none;
}
.single-post blockquote:not(.post-format-quote) cite {
margin-top: 20px;
} .post-template-single-layout-2.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-2 .single-header-2 {
margin-top: 40px;
margin-bottom: 25px;
text-align: center;
}
@media (min-width: 640px) {
.post-template-single-layout-2 .single-header-2 {
margin-bottom: 55px;
}
}
.post-template-single-layout-2 .post-thumbnail {
margin-bottom: 25px;
}
@media (min-width: 640px) {
.post-template-single-layout-2 .post-thumbnail {
margin-bottom: 55px;
}
}
.post-template-single-layout-2 .post-thumbnail .size-kava-thumb-xl {
-webkit-border-radius: 0;
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 550px;
}
.post-template-single-layout-3.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-3 .single-header-3 {
position: relative;
margin-bottom: 35px;
padding-top: 35px;
z-index: 1;
}
.post-template-single-layout-3 .single-header-3.invert {
padding: 50px 0 45px;
}
@media (min-width: 640px) {
.post-template-single-layout-3 .single-header-3.invert {
padding: 80px 0 75px;
}
}
@media (min-width: 940px) {
.post-template-single-layout-3 .single-header-3.invert {
padding: 130px 0 115px;
}
}
.post-template-single-layout-3 .single-header-3.invert .entry-title,
.post-template-single-layout-3 .single-header-3.invert p {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.post-template-single-layout-3 .single-header-3 .cat-links {
margin-bottom: 30px;
}
.post-template-single-layout-3 .single-header-3 .entry-title {
margin-bottom: 10px;
}
.post-template-single-layout-3 .single-header-3 .entry-header-bottom {
margin-top: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-3 .single-header-3 .entry-header-bottom > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
.post-template-single-layout-3 .single-header-3 .post-author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-3 .single-header-3 .post-author__avatar {
margin-right: 20px;
}
.post-template-single-layout-3 .single-header-3 .comments-button {
background: none;
}
@media (min-width: 640px) {
.post-template-single-layout-3 .single-header-3 p {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.post-template-single-layout-4.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-4 .site-content__wrap {
position: relative;
}
.post-template-single-layout-4 .header-post-thumbnail {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.post-template-single-layout-4 .header-post-thumbnail img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
max-width: none;
max-height: 1080px;
}
.post-template-single-layout-4 .site-main {
padding: 20px;
background-color: #fff;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .site-main {
padding: 65px 100px;
}
}
.post-template-single-layout-4 .single-header-4 {
position: relative;
padding-top: 30px;
text-align: center;
}
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -100px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -150px;
}
}
@media (min-width: 940px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -200px;
}
}
@media (min-width: 1120px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -270px;
}
}
@media (min-width: 1200px) {
.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
bottom: -430px;
}
}
.post-template-single-layout-4 .single-header-4.invert {
padding: 50px 0 35px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4.invert {
padding: 103px 0 95px;
}
}
.post-template-single-layout-4 .single-header-4.invert .entry-title,
.post-template-single-layout-4 .single-header-4.invert p {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.post-template-single-layout-4 .single-header-4 .cat-links {
margin-bottom: 30px;
}
.post-template-single-layout-4 .single-header-4 .post-author {
margin-top: 32px;
}
.post-template-single-layout-4 .single-header-4 .post-author__avatar {
margin-bottom: 2px;
}
.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) {
margin-left: -12px;
margin-right: -12px;
margin-top: 27px;
}
.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) > * {
padding-left: 12px;
padding-right: 12px;
}
@media (min-width: 640px) {
.post-template-single-layout-4 .single-header-4 p {
font-size: 18px;
font-size: 1.125rem;
}
}
.post-template-single-layout-4 .single-header-4 i {
font-size: 12px;
font-size: 0.75rem;
}
@media (max-width: 939px) {
.post-template-single-layout-5 .single-header-5 {
text-align: center;
}
}
.post-template-single-layout-5 .single-header-5.invert .entry-header {
padding: 25px;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5.invert .entry-header {
padding: 40px;
min-height: 730px;
}
}
.post-template-single-layout-5 .single-header-5 .entry-header {
padding-top: 20px;
margin-bottom: 35px;
position: relative;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .entry-header-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-template-single-layout-5 .single-header-5 .entry-header-top > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
@media (min-width: 640px) {
.post-template-single-layout-5 .single-header-5 .entry-header p {
font-size: 18px;
font-size: 1.125rem;
}
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .entry-header p, .post-template-single-layout-5 .single-header-5 .entry-title {
width: 70%;
}
}
.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) {
margin-top: 5px;
}
.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) > * {
margin-bottom: 30px;
}
.post-template-single-layout-5 .single-header-5 .comments-link {
vertical-align: baseline;
}
@media (min-width: 940px) {
.post-template-single-layout-5 .single-header-5 .post-author {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.post-template-single-layout-5 .single-header-5 .post-author__avatar {
margin-left: 15px;
}
.post-template-single-layout-5 .single-header-5 .post-author__content {
margin-bottom: 5px;
text-align: right;
}
}
@media (max-width: 939px) {
.post-template-single-layout-5 .single-header-5 .post-author {
margin-bottom: 15px;
}
}
@media (max-width: 939px) {
.post-template-single-layout-6 #author-block {
margin-bottom: 50px;
}
}
.post-template-single-layout-6 .single-header-6 .cat-links {
margin-bottom: 18px;
}
.post-template-single-layout-6 .single-header-6 .cat-links.btn-style a {
padding: 3px 8px;
-webkit-border-radius: 0;
border-radius: 0;
}
.post-template-single-layout-6 .post-author-bio {
display: block;
text-align: center;
margin: 0 5% 20px;
padding: 0;
border: none;
}
.post-template-single-layout-6 .post-author__avatar {
margin-bottom: 15px;
}
.post-template-single-layout-6 .post-author__avatar, .post-template-single-layout-6 .post-author__content {
padding: 0;
}
.post-template-single-layout-6 .posted-on {
text-align: center;
}
.post-template-single-layout-6.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-6 .site-content__wrap {
margin-top: 50px;
}
.post-template-single-layout-7.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-7 .single-header-7 {
position: relative;
padding: 30px 0;
margin-bottom: 60px;
text-align: center;
}
@media (min-width: 640px) {
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .cat-links,
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on {
margin-bottom: 20px;
}
.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta {
margin-left: -12px;
margin-right: -12px;
}
.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta > * {
padding-left: 12px;
padding-right: 12px;
}
.post-template-single-layout-7 .single-header-7 .entry-title {
margin-bottom: 60px;
}
.post-template-single-layout-7 .single-header-7 .post-author-bio {
display: block;
text-align: center;
margin: 0 0 20px;
padding: 0;
border: none;
}
.post-template-single-layout-7 .single-header-7 .post-author__avatar {
margin-bottom: 15px;
}
.post-template-single-layout-7 .single-header-7 .post-author__avatar, .post-template-single-layout-7 .single-header-7 .post-author__content {
padding: 0;
}
.post-template-single-layout-7 .single-header-7 i {
font-size: 12px;
font-size: 0.75rem;
}
.post-template-single-layout-8.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-8 .single-header-8 {
margin-bottom: 60px;
padding: 60px 0 0;
text-align: center;
}
@media (min-width: 940px) {
.post-template-single-layout-8 .single-header-8 {
padding: 60px 0 30px;
}
}
@media (min-width: 1120px) {
.post-template-single-layout-8 .single-header-8 {
padding: 60px 0;
}
}
.post-template-single-layout-8 .single-header-8.with_author_block {
margin-top: 120px;
}
.post-template-single-layout-8 .single-header-8.with_author_block .post-author-bio {
margin-top: -130px;
}
.post-template-single-layout-8 .single-header-8 .post-author-bio {
display: block;
text-align: center;
margin: 0 0 32px;
padding: 0;
border: none;
}
.post-template-single-layout-8 .single-header-8 .post-author__avatar {
margin-bottom: 15px;
}
.post-template-single-layout-8 .single-header-8 .post-author__avatar, .post-template-single-layout-8 .single-header-8 .post-author__content {
padding: 0;
}
.post-template-single-layout-8 .single-header-8 .entry-title {
margin-top: 30px;
margin-bottom: 30px;
text-transform: uppercase;
}
.post-template-single-layout-8 .single-header-8 .entry-meta:not(:empty) {
margin-top: 35px;
margin-bottom: 50px;
}
.post-template-single-layout-9.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-9 .single-header-9 {
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 640px) {
.post-template-single-layout-9 .single-header-9 {
margin-top: 40px;
margin-bottom: 60px;
}
}
.post-template-single-layout-9 .single-header-9 .post-thumbnail {
margin-top: 25px;
margin-bottom: 0;
}
@media (min-width: 640px) {
.post-template-single-layout-9 .single-header-9 .post-thumbnail {
margin-top: 55px;
}
}
.post-template-single-layout-9 .single-header-9 .post-thumbnail img {
-webkit-border-radius: 0;
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 730px;
}
.post-template-single-layout-9 .post-author-bio {
margin-top: 0;
margin-bottom: 30px;
padding: 0;
border: none;
}
.post-template-single-layout-10.post-template .site-content {
margin-top: 0;
}
.post-template-single-layout-10 .single-header-10 .entry-header {
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 32px 40px 25px;
margin-top: 30px;
margin-bottom: 55px;
}
@media (max-width: 639px) {
.post-template-single-layout-10 .single-header-10 .entry-header {
text-align: center;
}
}
@media (min-width: 640px) {
.post-template-single-layout-10 .single-header-10 .entry-header-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.post-template-single-layout-10 .single-header-10 .entry-header-bottom > * {
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
}
.post-template-single-layout-10 .single-header-10 .entry-header .post-author,
.post-template-single-layout-10 .single-header-10 .entry-header .cat-links,
.post-template-single-layout-10 .single-header-10 .entry-header .posted-on {
padding: 0 18px 15px 0;
display: inline-block;
}
@media (max-width: 939px) {
.post-template-single-layout-10 .single-header-10 .entry-header .post-author {
display: block;
}
}
.post-template-single-layout-10 .single-header-10 .entry-title {
max-width: 700px;
margin-bottom: 17px;
}
.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header {
margin-top: -100px;
}
.post-template-single-layout-10 .single-header-10 .post-author__avatar {
margin-right: 12px;
}
.post-template-single-layout-10 .single-header-10 .post-author__avatar img {
vertical-align: middle;
}
.post-template-single-layout-10 .single-header-10 .post-thumbnail {
margin-bottom: 0;
}
.post-template-single-layout-10 .single-header-10 .post-thumbnail img {
-webkit-border-radius: 0;
border-radius: 0;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
max-width: none;
max-height: 730px;
}
.post-template-single-layout-10 .single-header-10 .comments-button {
background: none;
margin-bottom: 15px;
} .sticky-label {
display: inline-block;
vertical-align: top;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 10px;
padding: 3px 7px 1px;
text-align: center;
font-size: 12px;
line-height: 1.6;
-webkit-border-radius: 4px;
border-radius: 4px;
}
@media (min-width: 1200px) {
.sticky-label {
font-size: 14px;
padding: 6px 10px 3px;
}
}
.posts-list--default.list-style-v6 .sticky-label,
.posts-list--default.list-style-v8 .sticky-label,
.posts-list--creative.list-style-v2 .sticky-label,
.posts-list--creative.list-style-v9 .sticky-label,
.posts-list--grid .sticky-label,
.posts-list--masonry .sticky-label,
.posts-list--vertical-justify:not(.list-style-v10) .sticky-label {
padding: 4px 8px 1px;
}
@media (min-width: 1200px) {
.posts-list--default.list-style-v6 .sticky-label,
.posts-list--default.list-style-v8 .sticky-label,
.posts-list--creative.list-style-v2 .sticky-label,
.posts-list--creative.list-style-v9 .sticky-label,
.posts-list--grid .sticky-label,
.posts-list--masonry .sticky-label,
.posts-list--vertical-justify:not(.list-style-v10) .sticky-label {
margin-top: 1px;
margin-bottom: 1px;
}
}
.sticky-label.type-both i {
margin-right: 8px;
} .widget-title {
text-transform: uppercase;
margin-top: 0;
margin-bottom: 25px;
}
.widget + .widget {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid #ebeced;
}
.sidebar .widget,
.footer-area .widget {
margin-top: 1.5em;
}
@media (min-width: 940px) {
.sidebar .widget,
.footer-area .widget {
margin-top: 3em;
}
}
.widget select {
width: 100%;
}
.widget ul {
list-style: none;
margin-left: 0;
}
.widget ul li {
margin-bottom: 4px;
}
.widget li > ul,
.widget li > ol {
margin-top: 4px;
margin-left: 1.2em;
}
.widget_recent_entries ul li {
margin-bottom: 20px;
}
.widget_recent_entries .post-date {
display: block;
}
.widget_recent_entries .post-date:before {
content: '\f133';
margin-right: 5px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_recent_comments .recentcomments {
margin-bottom: 20px;
}
.widget_recent_comments .recentcomments:before {
content: '\f075';
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
font-size: 0.875rem;
margin-right: 5px;
}
.widget_recent_comments .recentcomments .comment-author-link a {
font-weight: initial;
}
.widget_recent_comments .recentcomments .comment-author-link a:before {
content: none;
}
.widget_recent_comments .recentcomments a:before {
content: '';
display: block;
}
.widget_tag_cloud .tag-cloud-link {
display: inline-block;
margin-right: 2px;
margin-bottom: 5px;
padding: 6px 10px;
font-size: 14px !important;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ebeced;
}
.widget_tag_cloud .tag-cloud-link:hover {
background-color: #ebeced;
}
.widget_calendar .calendar_wrap {
border: 1px solid #ebeced;
}
.widget_calendar table {
margin-bottom: 0;
padding-left: 5.5%;
padding-right: 5.5%;
padding-bottom: 4%;
table-layout: fixed;
width: 100%;
position: relative;
border-collapse: initial;
}
.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody + tbody {
border: none;
}
.widget_calendar thead {
text-align: center;
}
.widget_calendar caption {
padding: 20px 0;
font-size: 20px;
font-size: 1.25rem;
text-align: center;
font-weight: 400;
}
.widget_calendar th {
padding: 0 0 40px;
font-weight: inherit;
}
.widget_calendar tbody:before {
position: absolute;
content: '';
left: 0;
right: 0;
height: 1px;
margin-top: -15px;
background-color: #ebeced;
}
.widget_calendar tbody td {
position: relative;
text-align: center;
line-height: 44px;
height: 44px;
}
.widget_calendar tbody td a {
display: inline-block;
width: 45px;
max-width: 100%;
height: 45px;
line-height: 45px;
background-color: #ebeced;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.widget_calendar tfoot td {
position: absolute;
top: 26px;
}
.widget_calendar tfoot td#prev {
left: 10%;
}
.widget_calendar tfoot td#next {
right: 10%;
}
.widget_calendar td#today {
font-weight: 900;
}
.widget_calendar #next {
text-align: right;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
}
.img-pull-left {
float: left;
width: 50%;
margin: 0 4% 1% 0;
}
.img-pull-right {
float: right;
width: 50%;
margin: 0 0 1% 4%;
}
.alignleft {
margin: 15px 30px 15px 0;
}
.alignright {
margin: 15px 0 15px 30px;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-size: 12px;
font-size: 0.75rem;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
.gallery > * {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
.gallery-item {
margin-top: 0.9375rem;
margin-bottom: 0.9375rem;
}
.gallery img {
display: block;
width: 100%;
height: auto;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .embed-responsive {
position: relative;
display: block;
padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 62.33%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
} .fb_iframe_widget {
max-width: 100%;
}
.fb_iframe_widget > span {
max-width: 100%;
}   .slick-slide:focus {
outline: none;
}  .jet-smart-listing-wrap.jet-processing + div.jet-smart-listing-loading {
width: 30px;
height: 30px;
border: 3px solid transparent;
border-top-color: red;
border-right-color: red;
} .jet-mobile-menu-active .jet-mobile-menu-cover {
z-index: 1;
} div.wpcf7 .ajax-loader {
position: relative;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 20px;
height: 20px;
border: 3px solid transparent;
margin: 0 15px;
background: none;
-webkit-animation: tm_spin 1s linear infinite;
animation: tm_spin 1s linear infinite;
z-index: 11;
}
@keyframes tm_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .main-navigation .sub-menu li.wpml-ls-item {
margin: 3px 10px;
padding: 2px 10px;
}
.main-navigation .sub-menu li.wpml-ls-item a {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.main-navigation.mobile-menu .menu li.wpml-ls-item {
display: block;
margin: 1px 8px;
padding: 4px 7px;
} html#ecwid_html body#ecwid_body { }
html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
margin-right: 10px;
}
html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
padding: 0 0.9375rem 20px;
}
html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
padding: 0 1.875rem 20px;
background-color: transparent;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
margin-right: -0.9375rem;
margin-left: -0.9375rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
padding: 0.9375rem;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description { }
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p {
margin: 0 0 1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort {
margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name {
margin-bottom: 22px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio {
padding: 5px;
width: auto;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner > *:last-child:not(.grid-product__image) {
padding-top: 6px;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price {
padding-top: .1em;
}
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button { -webkit-border-radius: 4px;
border-radius: 4px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store {   }
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
min-height: 36px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
min-height: 40px;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
min-height: 46px;
}@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat-cyrillic-v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat-cyrillic-v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat-cyrillic-v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/montserrat--v29-normal-300.woff2?c=1734700495) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto-cyrillic-v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto-greek-ext-v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-400.woff2?c=1734700496) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto-cyrillic-v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto-greek-ext-v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: url(https://dtc24.de/wp-content/uploads/fonts/eda96e8ea83f800fa87818d8ee1ea07b/roboto--v32-normal-900.woff2?c=1734700496) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.jet-menu-container{position:relative;width:100%}.jet-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;position:relative;margin:0;padding:0;list-style:none}.jet-menu.jet-menu--roll-up>.jet-menu-item[hidden]{display:none}.jet-menu.jet-menu--roll-up-available-items[hidden]{display:none}.jet-menu .jet-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-menu .top-level-link{width:100%;margin:0;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-menu ul{left:0}.jet-menu-item{position:relative}.jet-menu-item>a{display:block;text-decoration:none;width:auto}.jet-menu-item.jet-mega-menu-item{position:static}.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item{position:relative}.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu{left:0;right:auto}.rtl .jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu{left:auto;right:0}.jet-menu-item-desc{font-size:10px;font-style:italic;white-space:normal}.jet-menu-item .jet-sub-menu{display:block;min-width:200px;margin:0;background-color:#fff;list-style:none;top:100%;left:0;right:auto;position:absolute;padding:0;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2);pointer-events:none;z-index:999}.rtl .jet-menu-item .jet-sub-menu{left:auto;right:0}.jet-menu-item .jet-sub-menu.inverse-side{right:0;left:auto}.jet-menu-item .jet-sub-menu .jet-sub-menu{top:0;left:100%;right:auto}.jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side{right:100%;left:auto}.jet-menu-item .jet-sub-menu>li{display:block}.jet-menu-item .jet-sub-menu>li>a{padding:10px}.rtl .jet-menu-item .jet-sub-menu{left:auto;right:0}.rtl .jet-menu-item .jet-sub-menu.inverse-side{right:auto;left:0}.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu{left:auto;right:100%}.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side{right:auto;left:100%}.jet-menu-item .jet-sub-mega-menu{width: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;position:absolute;background-color:#fff;pointer-events:none;top:100%;left:0;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2);z-index:999}.jet-menu-item .jet-sub-mega-menu__loader{padding:5px;min-width:35px;min-height:35px}.jet-menu-item .jet-sub-mega-menu>.elementor{width:100%}.jet-menu-item .jet-menu-item-wrapper{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}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon{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;-ms-flex-item-align:center;align-self:center;margin-right:10px}.label-hidden .jet-menu-item .jet-menu-item-wrapper .jet-menu-icon{margin-right:0;margin-left:0}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg{width:1em;height:1em;fill:currentColor}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg path{fill:currentColor}.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow{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;-ms-flex-item-align:center;align-self:center;margin-left:10px}.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow svg{fill:currentColor;height:auto}.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge{-ms-flex-item-align:start;align-self:flex-start;text-align:center;width:0}.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge__inner{display:inline-block;white-space:nowrap}.jet-sub-menu,.jet-sub-mega-menu{opacity:0;visibility:hidden}.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-menu,.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-mega-menu{display:none}.jet-menu.jet-menu--animation-type-none .jet-sub-menu{opacity:0;visibility:hidden}.jet-menu.jet-menu--animation-type-none .jet-sub-mega-menu{opacity:0;visibility:hidden}.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{top:0;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-none .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-fade .jet-sub-menu{opacity:0;visibility:hidden;-webkit-transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear}.jet-menu.jet-menu--animation-type-fade .jet-sub-mega-menu{opacity:0;visibility:hidden;-webkit-transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear}.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{top:0;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-fade .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-move-up .jet-sub-menu{opacity:0;top:130%;visibility:hidden;-webkit-transition:top .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:top .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear}.jet-menu.jet-menu--animation-type-move-up .jet-sub-mega-menu{opacity:0;top:130%;visibility:hidden;-webkit-transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear}.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto;-webkit-transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear}.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{top:0;opacity:1;visibility:visible;pointer-events:auto;-webkit-transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear}.jet-menu.jet-menu--animation-type-move-up .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-move-down .jet-sub-menu{opacity:0;top:80%;visibility:visible;-webkit-transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear}.jet-menu.jet-menu--animation-type-move-down .jet-sub-mega-menu{opacity:0;top:80%;visibility:hidden;-webkit-transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear;transition:top .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 1s linear}.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{top:0;opacity:1;visibility:visible;pointer-events:auto}.jet-menu.jet-menu--animation-type-move-down .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{top:100%;opacity:1;visibility:visible;pointer-events:auto}.jet-custom-nav{max-width:100%;position:relative;margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-custom-nav>.jet-custom-nav__item{position:relative;margin-bottom:1px}.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-default{position:static}.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-relative-item{position:relative}.jet-custom-nav>.jet-custom-nav__item>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 15px;background-color:#54595f;-webkit-transition:all .5s cubic-bezier(0.48, 0.01, 0.5, 0.99);transition:all .5s cubic-bezier(0.48, 0.01, 0.5, 0.99)}.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{opacity:1;visibility:visible;pointer-events:auto}body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{height:auto}.jet-custom-nav .jet-menu-link-text{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:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-item-align:stretch;align-self:stretch;color:#fff;font-size:14px}.jet-custom-nav .jet-menu-link-text .jet-custom-item-desc{display:block;font-size:12px;font-style:italic}.jet-custom-nav .jet-menu-icon{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;margin:0 10px 0 0;color:#fff;border-radius:50%;width:22px;height:22px}.jet-custom-nav .jet-menu-icon:before{font-size:12px;color:#7a7a7a}.jet-custom-nav .jet-menu-icon svg{fill:currentColor;height:auto}.jet-custom-nav .jet-menu-icon svg path{fill:currentColor}.jet-custom-nav .jet-menu-badge{margin:0 0 0 10px;width:0;line-height:1;-webkit-transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));-ms-transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px))}.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner{padding:3px;background-color:#fff;color:#7a7a7a;display:inline-block}.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner svg{height:auto;max-width:24px}.jet-custom-nav .jet-dropdown-arrow{position:absolute;right:15px;color:#fff;font-size:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:18px;height:18px;border-radius:50%;background-color:#fff}.jet-custom-nav .jet-dropdown-arrow svg{fill:currentColor;width:12px;height:auto}.jet-custom-nav .jet-dropdown-arrow svg path{fill:currentColor}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a{text-align:right}body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a,body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-icon,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-icon{margin:0 0 0 10px}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-badge,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-badge{direction:rtl;margin:0 10px 0 0}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-dropdown-arrow,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-dropdown-arrow{left:15px;right:auto}.jet-custom-nav__mega-sub,.jet-custom-nav__sub{display:block;position:absolute;margin:0;background-color:#fff;list-style:none;top:0;left:100%;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2);opacity:0;visibility:hidden;-webkit-transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear .1s;transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear .1s;pointer-events:none;z-index:99}.jet-custom-nav__mega-sub:before,.jet-custom-nav__sub:before{content:"";position:absolute;top:0;right:100%;bottom:0}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav__sub{position:relative;min-width:0 !important;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;left:0;height:0}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub:before,body[data-elementor-device-mode=mobile] .jet-custom-nav__sub:before{content:none}body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__sub{padding:0;margin:0;border:none}.jet-custom-nav__mega-sub{width:500px}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub{left:auto;right:100%}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub:before{left:100%;right:auto}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub{width:100% !important;max-width:100%}.elementor-editor-active .elementor.elementor-edit-mode .jet-custom-nav__mega-sub>.elementor>.elementor-inner{margin-top:0}.jet-custom-nav__sub{min-width:250px}.jet-custom-nav__sub.inverse-side{left:auto;right:100%}.jet-custom-nav__sub.inverse-side:before{left:100%;right:auto}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{left:auto;right:100%}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub:before,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub:before{left:100%;right:auto}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side{right:auto;left:100%}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side:before,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side:before{left:auto;right:100%}.jet-custom-nav__sub .jet-custom-nav__item{position:relative}.jet-custom-nav__sub .jet-custom-nav__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 15px;background-color:#54595f;-webkit-transition:all .5s cubic-bezier(0.48, 0.01, 0.5, 0.99);transition:all .5s cubic-bezier(0.48, 0.01, 0.5, 0.99)}.jet-custom-nav__sub .jet-custom-nav__item a .jet-menu-link-text{color:#fff}.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a{background-color:#54595f}.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a .jet-menu-link-text{color:#fff}.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transition:none;transition:none}.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s}body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s}body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);-webkit-transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s}body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear;transition:transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,opacity .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s,visibility 1s linear,-webkit-transform .2s cubic-bezier(0.48, 0.01, 0.5, 0.99) .1s}body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.jet-mega-menu{position:relative;width:100%;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.jet-mega-menu.jet-mega-menu--inited{opacity:1;pointer-events:auto}.jet-mega-menu-toggle{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;font-size:var(--jmm-dropdown-toggle-icon-size, 16px);width:var(--jmm-dropdown-toggle-size, 36px);height:var(--jmm-dropdown-toggle-size, 36px);cursor:pointer}.jet-mega-menu-toggle__icon{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}.jet-mega-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;list-style:none;padding:0;margin:0}.jet-mega-menu-roll-up{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}.jet-mega-menu-item{position:relative;-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.jet-mega-menu-item[hidden]{display:none}.jet-mega-menu-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--jmm-items-dropdown-gap, 5px);cursor:pointer}.jet-mega-menu-item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:var(--jmm-items-icon-gap, 10px)}.jet-mega-menu-item__dropdown{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;-ms-flex-item-align:center;align-self:center;min-width:18px;min-height:18px;font-size:var(--jmm-top-item-dropdown-icon-size)}.jet-mega-menu-item__dropdown svg{width:1em;height:1em}.jet-mega-menu-item__icon{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;-ms-flex-item-align:center;align-self:center}.jet-mega-menu-item__icon svg{width:1em;height:1em}.jet-mega-menu-item__title{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:start;-ms-flex-align:start;align-items:flex-start}.jet-mega-menu-item__label{white-space:nowrap}.jet-mega-menu-item__badge{position:absolute;right:0;bottom:100%;text-align:center;white-space:nowrap;line-height:1;-webkit-transform:translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0));-ms-transform:translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0));transform:translate(var(--jmm-menu-badge-offset-x, 0), var(--jmm-menu-badge-offset-y, 0))}.jet-mega-menu-item__badge svg{max-width:24px;height:auto}.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;list-style:none;margin:0}.jet-mega-menu-mega-container{width:100%;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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;max-width:100vw}.jet-mega-menu.jet-mega-menu--layout-horizontal{max-width:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--roll-up .jet-mega-menu-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu{left:0;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{right:0;left:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{right:100%;left:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu{left:auto;right:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{right:auto;left:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{right:auto;left:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-toggle{display:none}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-container{display:block}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--jmm-top-items-hor-align, flex-start);-ms-flex-pack:var(--jmm-top-items-hor-align, flex-start);justify-content:var(--jmm-top-items-hor-align, flex-start);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:var(--jmm-top-items-gap, 0);padding-top:var(--jmm-top-menu-ver-padding, 0);padding-left:var(--jmm-top-menu-hor-padding, 0);padding-bottom:var(--jmm-top-menu-ver-padding, 0);padding-right:var(--jmm-top-menu-hor-padding, 0);background-color:var(--jmm-top-menu-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner{padding-top:var(--jmm-top-items-ver-padding, 5px);padding-left:var(--jmm-top-items-hor-padding, 10px);padding-bottom:var(--jmm-top-items-ver-padding, 5px);padding-right:var(--jmm-top-items-hor-padding, 10px);background-color:var(--jmm-top-item-bg-color, initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__icon{color:var(--jmm-top-item-icon-color, inherit);font-size:var(--jmm-top-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title{color:var(--jmm-top-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__badge{color:var(--jmm-top-item-badge-color, inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__dropdown{color:var(--jmm-top-item-dropdown-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner{background-color:var(--jmm-top-active-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-active-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-active-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-active-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-active-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{margin-top:var(--jmm-sub-menu-offset, 0)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu{position:absolute;top:100%;min-width:200px;z-index:998}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu__list{gap:var(--jmm-sub-items-gap, 0);padding-top:var(--jmm-sub-menu-ver-padding, 0);padding-left:var(--jmm-sub-menu-hor-padding, 0);padding-bottom:var(--jmm-sub-menu-ver-padding, 0);padding-right:var(--jmm-sub-menu-hor-padding, 0);background-color:var(--jmm-sub-menu-bg-color, white);border-top-left-radius:var(--jmm-sub-menu-top-left-radius, initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius, initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius, initial);border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{padding-top:var(--jmm-sub-items-ver-padding, 5px);padding-left:var(--jmm-sub-items-hor-padding, 10px);padding-bottom:var(--jmm-sub-items-ver-padding, 5px);padding-right:var(--jmm-sub-items-hor-padding, 10px);background-color:var(--jmm-sub-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{color:var(--jmm-sub-item-icon-color, inherit);font-size:var(--jmm-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__title{color:var(--jmm-sub-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__badge{color:var(--jmm-sub-item-badge-color, inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown{color:var(--jmm-sub-item-dropdown-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-active-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-active-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-active-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-active-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-active-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child>.jet-mega-menu-item__inner{border-top-left-radius:var(--jmm-sub-menu-top-left-radius, initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child>.jet-mega-menu-item__inner{border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius, initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{top:0}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container{position:absolute;width:var(--jmm-submenu-width, 100%);min-width:200px;top:100%;left:0;z-index:999}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{-webkit-transform:translateX(var(--jmm-submenu-delta-x-offset, 0));-ms-transform:translateX(var(--jmm-submenu-delta-x-offset, 0));transform:translateX(var(--jmm-submenu-delta-x-offset, 0));background-color:var(--jmm-sub-menu-bg-color, white);margin-top:var(--jmm-sub-menu-offset, 0);padding-top:var(--jmm-mega-container-ver-padding, 10px);padding-left:var(--jmm-mega-container-hor-padding, 20px);padding-bottom:var(--jmm-mega-container-ver-padding, 10px);padding-right:var(--jmm-mega-container-hor-padding, 20px)}.jet-mega-menu.jet-mega-menu--layout-vertical{max-width:var(--jmm-container-width, 100%)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{right:100%;left:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-toggle{display:none}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:var(--jmm-top-items-gap, 0);padding-top:var(--jmm-top-menu-ver-padding, 0);padding-left:var(--jmm-top-menu-hor-padding, 0);padding-bottom:var(--jmm-top-menu-ver-padding, 0);padding-right:var(--jmm-top-menu-hor-padding, 0);background-color:var(--jmm-top-menu-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__inner{-webkit-box-pack:var(--jmm-top-items-hor-align, space-between);-ms-flex-pack:var(--jmm-top-items-hor-align, space-between);justify-content:var(--jmm-top-items-hor-align, space-between);padding-top:var(--jmm-top-items-ver-padding, 5px);padding-left:var(--jmm-top-items-hor-padding, 10px);padding-bottom:var(--jmm-top-items-ver-padding, 5px);padding-right:var(--jmm-top-items-hor-padding, 10px);background-color:var(--jmm-top-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon{color:var(--jmm-top-item-icon-color, inherit);font-size:var(--jmm-top-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon svg{width:var(--jmm-top-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__title{color:var(--jmm-top-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__badge{color:var(--jmm-top-item-badge-color, inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__dropdown{color:var(--jmm-top-item-dropdown-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner{background-color:var(--jmm-top-active-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-active-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-active-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-active-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-active-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu{position:absolute;top:0;min-width:200px;z-index:998}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu__list{padding-top:var(--jmm-sub-menu-ver-padding, 0);padding-left:var(--jmm-sub-menu-hor-padding, 0);padding-bottom:var(--jmm-sub-menu-ver-padding, 0);padding-right:var(--jmm-sub-menu-hor-padding, 0);background-color:var(--jmm-sub-menu-bg-color, inherit);border-top-left-radius:var(--jmm-sub-menu-top-left-radius, initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius, initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius, initial);border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{padding-top:var(--jmm-sub-items-ver-padding, 5px);padding-left:var(--jmm-sub-items-hor-padding, 10px);padding-bottom:var(--jmm-sub-items-ver-padding, 5px);padding-right:var(--jmm-sub-items-hor-padding, 10px)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{color:var(--jmm-sub-item-icon-color, inherit);font-size:var(--jmm-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__title{color:var(--jmm-sub-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__badge{color:var(--jmm-sub-item-badge-color, inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown{color:var(--jmm-sub-item-dropdown-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-active-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-active-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-active-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-active-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-active-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child{border-top-left-radius:var(--jmm-sub-menu-top-left-radius, initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child{border-top-left-radius:var(--jmm-sub-menu-top-left-radius, initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius, initial)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container{position:absolute;width:var(--jmm-submenu-width, 100%);top:0;z-index:999;min-width:400px}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container__inner{padding-top:var(--jmm-mega-container-ver-padding, 10px);padding-left:var(--jmm-mega-container-hor-padding, 20px);padding-bottom:var(--jmm-mega-container-ver-padding, 10px);padding-right:var(--jmm-mega-container-hor-padding, 20px);-webkit-transform:translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));-ms-transform:translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));transform:translate(var(--jmm-submenu-delta-x-offset, 0), var(--jmm-submenu-delta-y-offset, 0));min-height:var(--jmm-submenu-min-height, auto);background-color:var(--jmm-sub-menu-bg-color, #ebebeb)}.jet-mega-menu.jet-mega-menu--layout-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle{color:var(--jmm-dropdown-active-toggle-color, inherit);background-color:var(--jmm-dropdown-active-toggle-bg-color, #f2f2f2)}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--default-state{display:none}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--opened-state{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-container{pointer-events:auto;max-height:100vh;overflow:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-default .jet-mega-menu-container{position:absolute;top:100%;z-index:999}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-push .jet-mega-menu-container{position:relative}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--jmm-dropdown-toggle-color, inherit);background-color:var(--jmm-dropdown-toggle-bg-color, inherit);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon{color:inherit}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--default-state{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--opened-state{display:none}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon svg{width:16px;height:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle:hover{color:var(--jmm-dropdown-hover-toggle-color, inherit);background-color:var(--jmm-dropdown-hover-toggle-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container{pointer-events:none;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;max-height:0;overflow:hidden;min-width:var(--jmm-dropdown-container-width, 100%);max-width:100vw;background-color:var(--jmm-dropdown-bg-color, #f2f2f2);-webkit-transform:translateY(var(--jmm-dropdown-toggle-distance, 0));-ms-transform:translateY(var(--jmm-dropdown-toggle-distance, 0));transform:translateY(var(--jmm-dropdown-toggle-distance, 0));-webkit-transition:max-height .5s cubic-bezier(0.23, 0.48, 0.51, 0.96);transition:max-height .5s cubic-bezier(0.23, 0.48, 0.51, 0.96)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:var(--jmm-dropdown-top-items-gap, 0);padding-top:var(--jmm-dropdown-top-menu-ver-padding, 0);padding-left:var(--jmm-dropdown-top-menu-hor-padding, 0);padding-bottom:var(--jmm-dropdown-top-menu-ver-padding, 0);padding-right:var(--jmm-dropdown-top-menu-hor-padding, 0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item{width:100%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__inner{padding-top:var(--jmm-dropdown-top-items-ver-padding, 15px);padding-left:var(--jmm-dropdown-top-items-hor-padding, 20px);padding-bottom:var(--jmm-dropdown-top-items-ver-padding, 15px);padding-right:var(--jmm-dropdown-top-items-hor-padding, 20px);background-color:var(--jmm-dropdown-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon{color:var(--jmm-dropdown-item-icon-color, inherit);font-size:var(--jmm-dropdown-top-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon svg{width:var(--jmm-dropdown-top-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__title{color:var(--jmm-dropdown-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__badge{color:var(--jmm-dropdown-item-badge-color, inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-hover-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-hover-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-hover-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-hover-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-hover-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-active-item-bg-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-active-item-icon-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-active-item-title-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-active-item-badge-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-active-item-dropdown-color, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-mega-container{visibility:hidden;pointer-events:none;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;height:0;-webkit-transition:height .3s cubic-bezier(0.23, 0.48, 0.51, 0.96);transition:height .3s cubic-bezier(0.23, 0.48, 0.51, 0.96);overflow:hidden}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:#e6e6e6}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu{visibility:visible;pointer-events:auto;height:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu{top:100%;pointer-events:auto;height:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{visibility:visible;pointer-events:auto;height:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu{margin-left:var(--jmm-dropdown-submenu-hor-margin, 0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu__list{padding-top:var(--jmm-dropdown-submenu-ver-padding, 0);padding-left:var(--jmm-dropdown-submenu-hor-padding, 0);padding-bottom:var(--jmm-dropdown-submenu-ver-padding, 0);padding-right:var(--jmm-dropdown-submenu-hor-padding, 0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{padding-top:var(--jmm-dropdown-sub-items-ver-padding, 10px);padding-left:var(--jmm-dropdown-sub-items-hor-padding, 20px);padding-bottom:var(--jmm-dropdown-sub-items-ver-padding, 10px);padding-right:var(--jmm-dropdown-sub-items-hor-padding, 20px)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{font-size:var(--jmm-dropdown-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-dropdown-sub-items-icon-size, inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-mega-container__inner{padding-top:var(--jmm-dropdown-mega-container-ver-padding, 10px);padding-left:var(--jmm-dropdown-mega-container-hor-padding, 20px);padding-bottom:var(--jmm-dropdown-mega-container-ver-padding, 10px);padding-right:var(--jmm-dropdown-mega-container-hor-padding, 20px)}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg{fill:currentColor}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg path{fill:currentColor}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg{fill:currentColor}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg path{fill:currentColor}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg{fill:currentColor}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg path{fill:currentColor}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container{opacity:0;visibility:hidden;pointer-events:none}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu{opacity:1;visibility:visible;pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu{opacity:1;visibility:visible;pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{opacity:1;visibility:visible}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner{pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container{opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;transition:opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu{opacity:1;visibility:visible;pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu{opacity:1;visibility:visible;pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{opacity:1;visibility:visible;pointer-events:auto}.jet-mobile-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-mobile-menu__instance{position:relative}.jet-mobile-menu__instance--slide-out-layout{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;position:fixed;top:0;height:100%;max-width:100%;z-index:998}body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{top:32px;height:calc(100vh - 32px)}body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{top:32px;height:calc(100vh - 32px)}body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{top:46px;height:calc(100vh - 46px)}.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container .jet-mobile-menu__container-inner{width:100%}.jet-mobile-menu__instance--slide-out-layout.right-container-position .jet-mobile-menu__container{right:0}.jet-mobile-menu__instance--slide-out-layout.left-container-position .jet-mobile-menu__container{left:0}.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{top:20px}body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{top:52px}body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{top:35px}body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{top:66px}.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{position:fixed;right:20px;z-index:997}.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{position:fixed;left:20px;z-index:997}.jet-mobile-menu__instance--dropdown-layout{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:start;-ms-flex-pack:start;justify-content:flex-start}.jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container{position:absolute;top:100%;z-index:998}.jet-mobile-menu__instance--dropdown-layout.right-container-position{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jet-mobile-menu__instance--dropdown-layout.left-container-position{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-mobile-menu__instance--push-layout{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:start;-ms-flex-pack:start;justify-content:flex-start}.jet-mobile-menu__instance--push-layout .jet-mobile-menu__container{position:relative}.jet-mobile-menu__instance--push-layout.right-container-position{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jet-mobile-menu__instance--push-layout.left-container-position{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg,.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg{fill:currentColor}.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg path{fill:currentColor}.jet-mobile-menu__toggle{min-width:35px;min-height:35px;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;-ms-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.jet-mobile-menu__toggle-text{color:#3a3a3a}.jet-mobile-menu__toggle-icon{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}.jet-mobile-menu__toggle-icon+.jet-mobile-menu__toggle-text{margin-left:10px}.jet-mobile-menu__toggle-icon svg{width:16px;height:auto}.jet-mobile-menu__container{width:400px}.jet-mobile-menu__container-inner{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:20px;background-color:#fff;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.jet-mobile-menu__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:35px}.jet-mobile-menu__back{min-width:30px;min-height:30px;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;cursor:pointer;color:#3a3a3a}.jet-mobile-menu__back svg{width:16px;height:auto}.jet-mobile-menu__back svg:not([height]){min-height:16px}.jet-mobile-menu__back svg:not([width]){min-width:16px}.jet-mobile-menu__back span{margin-left:7px}.jet-mobile-menu__breadcrumbs{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-mobile-menu__breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-mobile-menu__breadcrumb .breadcrumb-label{color:#3a3a3a}.jet-mobile-menu__breadcrumb .breadcrumb-divider{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;margin:0 5px;color:#3a3a3a}.jet-mobile-menu__breadcrumb .breadcrumb-divider svg{fill:currentColor;height:auto}.jet-mobile-menu__list{width:100%;position:relative}.jet-mobile-menu__template{width:100%;position:relative}.jet-mobile-menu__template-loader{width:30px;height:30px;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}.jet-mobile-menu__template-loader+.jet-mobile-menu__toggle-text{margin-left:10px}.jet-mobile-menu__items{margin:0;padding:0}.jet-mobile-menu__item{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:10px 0}.jet-mobile-menu-single .jet-mobile-menu__item:last-child{border-bottom:none !important}.jet-mobile-menu-widget .jet-mobile-menu__item:last-child{border-bottom:none !important}.jet-mobile-menu__item>.jet-mobile-menu__list{padding:10px 0 10px 30px}.jet-mobile-menu__item .jet-menu-item-wrapper{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}.jet-mobile-menu__item-inner{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}.jet-mobile-menu .jet-menu-icon{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;-ms-flex-item-align:center;align-self:center;margin-right:10px;min-width:1em;color:#3a3a3a}.label-hidden .jet-mobile-menu .jet-menu-icon{margin-right:0;margin-left:0}.jet-mobile-menu .jet-menu-icon svg{width:16px;height:auto}.jet-mobile-menu .jet-menu-name{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:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-mobile-menu .jet-menu-desc{font-size:10px;font-style:italic}.jet-mobile-menu .jet-menu-badge{width:auto;-webkit-transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));-ms-transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));transform:translate(var(--jmm-menu-badge-offset-x, 10px), var(--jmm-menu-badge-offset-y, -10px));line-height:1}.jet-mobile-menu .jet-menu-badge__inner{font-size:10px;line-height:1;padding:3px}.jet-mobile-menu .jet-menu-badge__inner svg{height:auto}.jet-mobile-menu .jet-dropdown-arrow{width:30px;height:30px;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;cursor:pointer;color:#3a3a3a}.jet-mobile-menu .jet-dropdown-arrow svg{width:16px;height:auto}.jet-mobile-menu__refs{display:none}.jet-mega-menu-location{overflow-x:hidden}.jet-menu-body-blocker{overflow:hidden}.jet-mobile-menu-cover{position:fixed;display:block;width:100%;height:100vh;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:997}.cover-animation-enter{opacity:0}.cover-animation-enter-to{opacity:1}.cover-animation-enter-active{-webkit-transition:opacity .3s cubic-bezier(0.5, 0.12, 0.46, 0.88) .1s;transition:opacity .3s cubic-bezier(0.5, 0.12, 0.46, 0.88) .1s}.cover-animation-leave{opacity:1}.cover-animation-leave-to{opacity:0}.cover-animation-leave-active{-webkit-transition:opacity .3s cubic-bezier(0.5, 0.12, 0.46, 0.88) .1s;transition:opacity .3s cubic-bezier(0.5, 0.12, 0.46, 0.88) .1s}.menu-container-right-animation-enter{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.menu-container-right-animation-enter-to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-container-right-animation-enter-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-right-animation-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-container-right-animation-leave-to{-webkit-transform:translateX(-150%);-ms-transform:translateX(-150%);transform:translateX(-150%)}.menu-container-right-animation-leave-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-left-animation-enter{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.menu-container-left-animation-enter-to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-container-left-animation-enter-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-left-animation-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu-container-left-animation-leave-to{-webkit-transform:translateX(150%);-ms-transform:translateX(150%);transform:translateX(150%)}.menu-container-left-animation-leave-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-dropdown-animation-enter{opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.menu-container-dropdown-animation-enter-to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.menu-container-dropdown-animation-enter-active{-webkit-transition:all .25s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:all .25s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-dropdown-animation-leave{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.menu-container-dropdown-animation-leave-to{opacity:0;-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.menu-container-dropdown-animation-leave-active{-webkit-transition:all .25s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:all .25s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.menu-container-expand-animation-enter-active,.menu-container-expand-animation-leave-active{max-height:100vh;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden}.menu-container-expand-animation-enter,.menu-container-expand-animation-leave-to{max-height:0}.items-next-animation-enter{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%)}.items-next-animation-enter-to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.items-next-animation-enter-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.items-next-animation-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.items-next-animation-leave-to{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}.items-next-animation-leave-active{position:absolute;-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.items-prev-animation-enter{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}.items-prev-animation-enter-to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.items-prev-animation-enter-active{-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.items-prev-animation-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.items-prev-animation-leave-to{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%)}.items-prev-animation-leave-active{position:absolute;-webkit-transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:-webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88);transition:transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88), -webkit-transform .3s cubic-bezier(0.5, 0.12, 0.46, 0.88)}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;color:inherit;vertical-align:baseline;font-family:inherit;font-size:inherit;font-style:initial;font-weight:initial;letter-spacing:initial;line-height:initial;text-decoration:initial;text-transform:initial;word-spacing:initial}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a{font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;word-spacing:inherit}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
--animate-duration: 1s;
--animate-delay: 1s;
}
@keyframes _brlbs-fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox ._brlbs-fadeInDown {
animation-name: _brlbs-fadeInDown;
}
@keyframes _brlbs-flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox ._brlbs-flipOutX {
animation-duration: 0.75s;
animation-name: _brlbs-flipOutX;
backface-visibility: visible !important;
}
#BorlabsCookieBox * { font-family: inherit; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-between; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 4px; color: #555; font-size: 14px; }#BorlabsCookieBox a { color: #0063e3; }#BorlabsCookieBox a:hover { color: #1a66ff; }#BorlabsCookieBox ._brlbs-btn { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #555; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #262626; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #0063e3; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #1a66ff; }#BorlabsCookieBox ._brlbs-refuse { color: #555; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #262626; }#BorlabsCookieBox ul li::before { color: #000; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #0063e3; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #a72828; border-radius: 4px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #0063e3; border-color: #0063e3; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #f7f7f7; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { border-radius: 34px; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { border-radius: 50%; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #2277ff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #1a66ff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #0063e3; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #1a66ff; color: #fff; }#BorlabsCookieBoxWidget svg {color: ##21a5ca;}a._brlbs-btn-cookie-preference { background: #000 !important; border-radius: 4px !important; color: #fff !important; }a._brlbs-btn-cookie-preference:hover { background: #262626 !important; color: #fff !important; }.BorlabsCookie ._brlbs-facebook {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn {
background: #4267b2;
border-radius: 2px;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
background: #3b5998;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
background: #4285f4;
border-radius: 3px;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
background: #fff;
color: #4285f4;
}.BorlabsCookie ._brlbs-instagram {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn {
background: #3897f0;
border-radius: 4px;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover {
background: #117ee4;
}
.BorlabsCookie ._brlbs-twitter {
border: 1px solid #e1e8ed;
border-radius: 3px;
max-width: 516px;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn {
background: #1da1f2;
border-radius: 0;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover {
background: #fff;
color: #1da1f2;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn {
background: #00adef;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
background: #fff;
color: #00adef;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
background: #ff0000;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
background: #fff;
color: red;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}.tm-mega-menu {
box-sizing: border-box;
list-style: none;
padding: 0 !important;
position: relative !important;
z-index: 99;
max-height: inherit;
}
.tm-mega-menu.mega-menu-direction-horizontal {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tm-mega-menu.mega-menu-mobile-on {
background: #fcfcfc;
clear: both;
display: none !important;
float: none !important;
width: 100% !important;
}
.tm-mega-menu.mega-menu-mobile-on li[class*="menu-columns"] {
clear: both;
width: 100% !important;
}
.tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-top-item > a,
.tm-mega-menu.mega-menu-mobile-on .tm-mega-menu-sub-item > a {
position: relative;
}
.tm-mega-menu:after {
clear: both;
content: '';
display: block;
width: 100%;
}
.tm-mega-menu-mobile-trigger, .tm-mega-menu-mobile-close {
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: none;
margin: 0;
padding: 10px;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99;
}
.tm-mega-menu-mobile-trigger:before, .tm-mega-menu-mobile-close:before {
display: inline-block;
font-family: FontAwesome;
}
.mega-menu-mobile-on .tm-mega-menu-mobile-trigger, .mega-menu-mobile-on .tm-mega-menu-mobile-close {
display: block;
}
.tm-mega-menu-mobile-trigger-box {
display: none;
}
.tm-mega-menu-mobile-trigger-box:checked ~ .tm-mega-menu.mega-menu-mobile-on, .tm-mega-menu-mobile-trigger-box:checked ~ .tm-mega-menu.mega-menu-mobile-on ~ .tm-mega-menu-mobile-close {
display: block !important;
}
.tm-mega-menu-mobile-trigger.mega-menu-mobile-on {
display: block;
}
.tm-mega-menu-mobile-trigger:before {
content: "\f0c9";
font-size: 1em;
margin: 0 10px 0 0;
}
.tm-mega-menu-mobile-close {
text-align: center;
}
.tm-mega-menu-mobile-close:before {
content: "\00d7";
font-size: 1.1em;
padding: 0 2px 0 0;
}
.tm-mega-menu .mega-menu-mobile-toggle {
display: none;
}
.tm-mega-menu .tm-mega-menu-top-item {
position: static;
margin: 0;
}
.tm-mega-menu .tm-mega-menu-top-item[data-sub-type="standard"] {
position: relative;
}
.tm-mega-menu .tm-mega-menu-top-item > a {
position: relative;
}
.tm-mega-menu .tm-mega-menu-top-item > a:after {
display: none !important;
}
.mega-menu-mobile-on .tm-mega-menu .tm-mega-menu-top-item {
clear: both;
float: none;
}
.tm-mega-menu .tm-mega-menu-top-item:after {
display: none;
}
.tm-mega-menu .tm-mega-menu-has-children.item-nested-sub {
position: relative;
}
.tm-mega-menu .tm-mega-menu-sub {
top: -9999px !important;
}
.tm-mega-menu .sub-menu {
left: 0;
-webkit-transition-property: -webkit-transform, opacity !important;
transition-property: transform, opacity !important;
}
ul.tm-mega-menu-sub {
background: #fcfcfc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
height: auto;
left: 0;
list-style: none;
margin: 0;
opacity: 0;
position: absolute;
visibility: visible !important;
z-index: 999;
display: block;
float: none !important;
}
ul.tm-mega-menu-sub:before {
display: none;
}
ul.tm-mega-menu-sub.mega-sub {
border-bottom: none;
width: 100%;
}
ul.tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item {
border: none;
}
ul.tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item ul {
border: none;
position: static;
}
ul.tm-mega-menu-sub.mega-sub .tm-mega-menu-sub-item ul > li {
border: none;
}
ul.tm-mega-menu-sub.simple-sub {
width: 200px;
}
.mega-menu-mobile-on ul.tm-mega-menu-sub, .mega-sub li ul.tm-mega-menu-sub {
box-shadow: none;
opacity: 1 !important;
position: static;
visibility: visible !important;
overflow: visible !important;
}
ul.tm-mega-menu.mega-menu-mobile-on ul.tm-mega-menu-sub {
margin: 0 !important;
width: 100% !important;
display: none;
position: static;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
opacity: 1 !important;
}
.mega-menu-mobile-on .mega-menu-mobile-toggle:checked + ul.tm-mega-menu-sub {
display: block !important;
}
.mega-sub li ul.tm-mega-menu-sub {
background: none;
height: auto !important;
margin: 0;
padding: 0;
display: block !important;
}
.mega-menu-mobile-on .item-hide-mobile ul.tm-mega-menu-sub {
display: none !important;
}
li.tm-mega-menu-hover > ul.tm-mega-menu-sub, li.tm-mega-menu-hover:hover > ul.tm-mega-menu-sub {
top: 100% !important;
opacity: 1 !important;
}
li.tm-in-transition > ul.tm-mega-menu-sub {
top: 100% !important;
margin: 0;
}
li.tm-mega-menu-hover.item-nested-sub > ul.tm-mega-menu-sub, li.tm-mega-menu-hover.item-nested-sub:hover > ul.tm-mega-menu-sub {
bottom: auto;
left: calc( 100% + 1px );
top: 0 !important;
}
li.tm-in-transition.item-nested-sub > ul.tm-mega-menu-sub {
top: 0 !important;
margin: 0;
left: calc( 100% + 1px );
}
ul.tm-mega-menu-sub.effect-slide-top {
-webkit-transform: translateY(-20px) !important;
-ms-transform: translateY(-20px) !important;
transform: translateY(-20px) !important;
}
.tm-mega-menu-hover > ul.tm-mega-menu-sub.effect-slide-top {
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.tm-mega-menu-sub .tm-mega-menu-sub-item > a {
display: block;
max-width: 100%;
}
.mega-menu-mobile-on .tm-mega-menu-sub .tm-mega-menu-sub-item > a {
text-indent: 10px;
}
.mega-menu-mobile-on .tm-mega-menu-sub .tm-mega-menu-sub-item > a .mega-menu-icon {
text-indent: 0;
}
.tm-mega-menu-sub .tm-mega-menu-sub-item a {
max-width: 100%;
}
.tm-mega-menu-sub .tm-mega-menu-sub-item.menu-item-type-widget ul {
display: block;
}
.tm-mega-menu-sub > .menu-item-standard + .menu-item-widget {
clear: both;
}
.tm-mega-menu-sub .sub-column-item {
clear: both;
float: none !important;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
.tm-mega-menu-sub .sub-column-title > a,
.tm-mega-menu-sub .mega-block-title {
font-size: 14px;
font-weight: bold;
line-height: 20px;
margin: 0;
padding-bottom: 10px;
}
.tm-mega-menu-sub .sub-column-title .tm-mega-menu-sub {
padding: 0 !important;
}
.tm-mega-menu-sub:after {
border: none;
clear: both;
content: '';
display: block;
height: 0;
margin: 0;
padding: 0;
position: static;
width: 100%;
}
.tm-mega-menu-sub-item {
box-sizing: border-box;
float: left;
padding: 5px;
width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-1 {
-webkit-flex: 0 1 8.33333%;
-ms-flex: 0 1 8.33333%;
-webkit-box-flex: 0;
flex: 0 1 8.33333%;
max-width: 8.33333%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-1 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-2 {
-webkit-flex: 0 1 16.66667%;
-ms-flex: 0 1 16.66667%;
-webkit-box-flex: 0;
flex: 0 1 16.66667%;
max-width: 16.66667%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-2 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-3 {
-webkit-flex: 0 1 25%;
-ms-flex: 0 1 25%;
-webkit-box-flex: 0;
flex: 0 1 25%;
max-width: 25%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-3 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-4 {
-webkit-flex: 0 1 33.33333%;
-ms-flex: 0 1 33.33333%;
-webkit-box-flex: 0;
flex: 0 1 33.33333%;
max-width: 33.33333%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-4 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-5 {
-webkit-flex: 0 1 41.66667%;
-ms-flex: 0 1 41.66667%;
-webkit-box-flex: 0;
flex: 0 1 41.66667%;
max-width: 41.66667%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-5 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-6 {
-webkit-flex: 0 1 50%;
-ms-flex: 0 1 50%;
-webkit-box-flex: 0;
flex: 0 1 50%;
max-width: 50%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-6 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-7 {
-webkit-flex: 0 1 58.33333%;
-ms-flex: 0 1 58.33333%;
-webkit-box-flex: 0;
flex: 0 1 58.33333%;
max-width: 58.33333%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-7 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-8 {
-webkit-flex: 0 1 66.66667%;
-ms-flex: 0 1 66.66667%;
-webkit-box-flex: 0;
flex: 0 1 66.66667%;
max-width: 66.66667%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-8 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-9 {
-webkit-flex: 0 1 75%;
-ms-flex: 0 1 75%;
-webkit-box-flex: 0;
flex: 0 1 75%;
max-width: 75%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-9 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-10 {
-webkit-flex: 0 1 83.33333%;
-ms-flex: 0 1 83.33333%;
-webkit-box-flex: 0;
flex: 0 1 83.33333%;
max-width: 83.33333%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-10 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-11 {
-webkit-flex: 0 1 91.66667%;
-ms-flex: 0 1 91.66667%;
-webkit-box-flex: 0;
flex: 0 1 91.66667%;
max-width: 91.66667%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-11 {
max-width: 100%;
}
.tm-mega-menu.total-columns-12 .menu-columns-12 {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
-webkit-box-flex: 0;
flex: 0 1 100%;
max-width: 100%;
}
.mega-menu-mobile-on.tm-mega-menu.total-columns-12 .menu-columns-12 {
max-width: 100%;
}
.tm-mega-menu .mega-menu-mobile-arrow {
display: none;
position: absolute;
top: 50%;
bottom: 0;
width: 40px;
height: 40px;
line-height: 40px;
right: 5px;
text-align: center;
font-size: 24px;
border-radius: 100%;
background: #eee;
margin-top: -20px;
cursor: pointer;
text-indent: 0;
}
.tm-mega-menu .mega-menu-mobile-arrow i {
display: block;
line-height: 40px;
}
.mega-menu-mobile-on.tm-mega-menu .mega-menu-mobile-arrow {
display: block;
}
.item-hide-mobile .tm-mega-menu .mega-menu-mobile-arrow {
display: none !important;
}
.tm-mega-menu .tm-mega-menu-sub-container {
border: none;
}
.tm-mega-menu .tm-mega-menu-sub-container-inner {
display: -ms-flexbox;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
position: static;
}
.mega-menu-mobile-on.tm-mega-menu .tm-mega-menu-sub-container-inner {
display: block;
}
.mega-menu-icon,
.mega-menu-arrow {
display: inline-block;
vertical-align: middle;
}
.mega-menu-icon {
padding: 4px 6px;
}
.mega-menu-arrow {
padding: 0 0 0 4px;
}
.mega-menu-mobile-on .mega-menu-arrow, .mega-sub li .mega-menu-arrow {
display: none !important;
}