.an-cookie-consent :is(h1, h2, h3, h4, h5, h6) {
margin: 0px;
}
.an-cookies-content-default {
font-size: 16px;
margin: 0 0 5px 0;
max-height: calc(100vh - 200px);
overflow: auto;
}
.an-cookies-title-default,
.an-cookies-content-default h3 {
font-size: 20px;
margin: 0 0 5px 0;
}
.an-button-cookie.an-accept-cookies,
.an-button-cookie.an-reject-cookies {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-button-cookie.an-accept-cookies {
background: #006ec5;
}
.an-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-button-cookie.an-manage-cookies {
float: left;
width: calc(70%);
font-size: 14px !important;
margin: 4px 15% !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #535353;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: underline;
text-transform: none;
border-radius: 5px;
background: transparent;
} .an-manage-content {
max-height: calc(100vh - 120px);
display: flex;
flex-direction: column;
}
.an-manage-scrollable {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
}
.an-manage-title {
font-size: 24px;
font-weight: 700;
color: #111827;
margin: 0 0 16px;
}
.an-manage-description {
color: #4b5563;
font-size: 15px;
line-height: 1.6;
padding: 5px;
margin: 0 0 24px;
}
.an-manage-categories {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 24px;
}
.an-manage-category {
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
transition: border-color 0.2s;
min-height: 56px;
}
.an-manage-category:hover {
border-color: #d1d5db;
}
.an-manage-category-header {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background: #f9fafb;
}
.an-manage-expand {
background: none;
border: none;
cursor: pointer;
padding: 4px;
display: flex;
transition: transform 0.2s;
}
.an-manage-icon {
width: 16px;
height: 16px;
fill: #6b7280;
transform: rotate(90deg);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.an-manage-expand.active .an-manage-icon {
transform: rotate(180deg);
}
.an-manage-category-title {
flex: 1;
font-weight: 600;
color: #111827;
font-size: 16px;
}
.an-manage-toggle-wrapper {
display: flex;
align-items: center;
gap: 8px;
}
.an-manage-required {
font-size: 12px;
color: #6b7280;
font-weight: 500;
}
.an-manage-toggle {
position: relative;
display: inline-block;
width: 48px;
height: 24px;
}
.an-manage-toggle input {
opacity: 0;
width: 0;
height: 0;
}
.an-manage-slider {
position: absolute;
cursor: pointer;
inset: 0;
background: #d1d5db;
border-radius: 24px;
transition: background 0.3s;
}
.an-manage-slider:before {
content: "";
position: absolute;
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background: white;
border-radius: 50%;
transition: transform 0.3s;
}
.an-manage-toggle input:checked + .an-manage-slider {
background: #a7ceaf;
}
.an-manage-toggle input:checked + .an-manage-slider:before {
transform: translateX(24px);
}
.an-manage-toggle-disabled .an-manage-slider {
background: #a7ceaf;
cursor: not-allowed;
opacity: 0.7;
}
.an-manage-category-body {
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 0 16px;
}
.an-manage-category-body.active {
max-height: 800px;
opacity: 1;
padding: 16px;
border-top: 1px solid #e5e7eb;
}
.an-manage-category-body p {
color: #6b7280;
font-size: 14px;
line-height: 1.6;
margin: 0;
}
.an-manage-footer {
display: flex;
gap: 12px;
justify-content: flex-end;
padding-top: 20px;
border-top: 1px solid #e5e7eb;
flex-shrink: 0;
}
.an-manage-button-cookie {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-manage-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-manage-button-cookie.an-save-preferences {
background: #a7ceaf;
color: white;
}
.an-manage-button-cookie.an-accept-cookies {
background: #006ec5;
color: white;
}
.an-manage-cookies-container {
max-height: 100vh;
overflow: auto;
}
.an-design-an_manage_cookies_design .an-close-container .an-close-button {
color: rgb(0, 0, 0);
background-color: rgb(240, 242, 245);
width: 30px;
height: 30px;
margin: 4px;
padding: 4px;
border-radius: 20px;
}
@media (max-width: 600px) {
.an-manage-cookies-container {
max-height: calc(100vh - 80px);
}
.an-manage-footer {
flex-direction: column;
}
.an-manage-button-cookie {
width: 100%;
}
.an-manage-btn {
width: 100%;
}
}.an-button-cookie.an-accept-cookies, .an-button-cookie.an-reject-cookies {
float: right;
}
.an-manage-icon {
transform: rotate(270deg);
}.menu-toggle {
display: none;
}
#side-menu nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
.mobile-header-container {
display: none;
} :root{
--maincolor: #000000;
--mainbackgroundcolor: #ffffff;
}
svg, path {
outline: none;
}
input:not([type=radio],[type=checkbox]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body {
box-sizing: border-box;
margin: 0px;
color: var(--main_text_color);
background-color: var(--pagebackgroundcolor);
}
#main-content {
background-color: var(--pagebackgroundcolor);
}
#main:not(.has-sidebar, .lf-blog-has-sidebar) {
float: left;
width: 100%;
}
.container {
max-width: var(--linker_continer_size);
width: 100%;
margin: auto;
padding: 0 10px;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}
.aligncenter {
text-align: center;
}
.no-padding {
padding: 0!important;
}
.height-150 {
height: 150px;
overflow: hidden;
}
.height-200 {
height: 200px;
overflow: hidden;
}
.height-300 {
height: 300px;
overflow: hidden;
}
.height-350 {
height: 350px;
overflow: hidden;
}
.height-450 {
height: 450px;
overflow: hidden;
}
.top-content {
float: left;
width: 100%;
background-color: #747474;
color: #ffffff;
padding: 10px 0;
}
.no-link {
cursor: default;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lf-center-img {
position: relative;
float: right;
width: 100%;
height: 250px;
overflow: hidden;
}
.lf-center-img img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: 100%;  margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
#lf-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55);
z-index: 99; display: none;
}
#lf-dark-screen.lf-dark-screen-show {
display: block;  }
@keyframes lf_dark_screen {
from {opacity: 0;}
to {opacity: 1;}
}
.lf-page-message-container {
float: left;
width: 100%;
}
.lf-page-message {
float: left;
width: 100%;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-page-message-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-page-message-line-1 i {
float: left;
font-size: 30px;
line-height: 30px;
color: #777;
margin: 0 5px;
}
.lf-page-message-line-2 {
font-size: 40px;
color: #54595f;
}
h1.lf-page-title,
.lf-page-title h1 {
float: left;
height: 30px;
margin: 0 0 10px 0;
line-height: 30px;
font-size: 30px;
color: #54595f;
font-weight: normal;
} .lf-breadcrumbs {
float: left;
width: 100%;
line-height: 20px;
margin: 5px 0;
color: #777;
font-size: 16px;
}
.top-page-area .lf-breadcrumbs {
position: absolute;
right: 0;
top: 0;
line-height: 30px;
margin: 0;
padding: 0 10px;
color: white;
filter: drop-shadow(1px 1px #000);
font-size: 20px;
}
.lf-breadcrumbs ol {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.lf-breadcrumbs li {
display: inline-block;
}
.lf-breadcrumbs a + span a:before,
.lf-breadcrumbs .breadcrumb_last:before {
content: '>';
margin: 0 5px;
}
.lf-breadcrumbs a, .lf-breadcrumbs span {
color: #777;
font-size: 16px;
text-decoration: none;
}
.top-page-area .lf-breadcrumbs a, .top-page-area .lf-breadcrumbs span {
color: white;
font-size: 20px;
text-decoration: none;
} .customize-support header, .customize-support #side-menu {
top: 32px;
}
header ul {
margin: 0;
padding: 0;
}
header li {
margin: 0;
list-style-type: none;
} #side-menu ul {
margin: 0;
padding: 0;
}
#side-menu li {
margin: 0;
list-style-type: none;
} footer ul {
margin: 0;
padding: 0;
}
footer li {
margin: 0;
list-style-type: none;
}
.lf-scroll-up-container {
position: fixed;
left: 50px;
bottom: 20px;
z-index: 99;
}
.lf-scroll-up {
float: left;
width: 40px;
height: 40px;
border-radius: 100px;
background-color: #c6c6c6;
display: none;
cursor: pointer;
outline: 0;
}
.lf-scroll-up i {
float: left;
width: 40px;
height: 40px;
animation: arrow_up 0.5s infinite alternate-reverse;
}
.lf-scroll-up i svg {
fill: #ffffff;
}
@keyframes arrow_up {
from {transform: translate(0px, -2px);}
to {transform: translate(0px, 2px);}
} .navigation.pagination {
float: left;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.navigation.pagination a, .navigation.pagination span {
display: inline-block;
width: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: white;
background-color: #000000;
border-radius: 2px;
text-decoration: none;
}
.page-numbers.current {
background-color: #9d9d9d;
}
.lf-top-page {
float: left;
width: 100%;
}  .top-page-area {
float: left;
position: relative;
width: 100%;
height: 200px;
margin-bottom: 5px;
overflow: hidden;
}
.top-page-area img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.top-page-area .top-page-title {
position: absolute;
left: 0;
bottom: 20px;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%;
}
.top-page-area .top-page-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-right: 40px solid #144788;
float: left;
position: absolute;
left: -40px;
top: 0px;
z-index: 9;
} .more-sub-menu-left,
.more-sub-menu-right {
display: none;
}
header .sub-menu .more-sub-menu-left {
display: block;
position: absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right {
display: block;
position: absolute;
right: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right i,
header .sub-menu .more-sub-menu-left i {
float: left;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 18px;
} .cart-items-list-container {
position: absolute;
top: 50px;
left: 0;
width: 300px;
max-height: 470px;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.cart-container:hover .cart-items-list-container {
display: block;
}
.cart-list {
float: left;
width: 100%;
max-height: 420px;
overflow: auto;
padding: 5px 0;
direction: ltr;
}
.cart-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #727272;
}
.cart-list li {
float: left;
width: 100%;
direction: rtl;
}
.cart-list li + li {
border-top: 1px solid white;
}
.cart-list li a {
float: left;
width: 100%;
height: 100px;
padding: 5px;
}
.cart-actions {
float: left;
width: 100%;
height: 50px;
padding: 5px;
}
.cart-actions a {
float: right;
width: 50%;
}
.product-image-cart-list {
float: right;
width: 90px;
height: 90px;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.product-image-cart-list img {
margin: auto;
width: 100%;
}
.product-info-cart-list {
float: right;
width: calc(100% - 120px);
}
.product-title-cart-list {
float: right;
width: 100%;
height: 50px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
}
.product-title-cart-list span {
margin: auto;
font-weight: bold;
}
.product-price-cart-list {
float: right;
width: 100%;
height: 50px;
text-align: center;
overflow: hidden;
}
.remove-product-from-cart {
float: right;
width: 30px;
height: 90px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
cursor: pointer;
}
.remove-product-from-cart i {
margin: auto;
width: 30px!important;
height: 30px!important;
line-height: 30px!important;
font-size: 20px!important;
text-align: center!important;
color: black!important;
}
.remove-product-from-cart:hover i {
border-radius: 100%;
background-color: #d0d0d0;
} .animated-loader {
float: left;
color: #00559d;
font-size: 30px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -15px;
top: 50%;
left: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
img.lazy {
opacity: 0;
}
img.lazy.fadeIn {
opacity: 1;
transition: 0.5s all;
}  .mobile-contact-options {
position: fixed;
bottom: 20px;
left: 20px;
display: none;
width: 50px;
height: 50px;
border-radius: 5px;
color: white;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-open {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.mobile-contact-open i {
float: right;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-options i svg {
width: 40px;
height: 40px;
fill: #ffffff;
}
.mobile-contact-active .mobile-contact-open i {
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-whatsapp {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-whatsapp svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-whatsapp {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-waze {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-waze svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-waze {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-newsletter {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-newsletter i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-active span {
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-active span:nth-child(1) {
top: -60px;
}
.mobile-contact-active span:nth-child(2) {
top: -120px;
}
.mobile-contact-active span:nth-child(3) {
top: -180px;
}
.mobile-contact-active span:nth-child(4) {
top: -240px;
}
.mobile-contact-active span:nth-child(5) {
top: -300px;
}
.mobile-contact-active .mobile-contact-open {
top: 0!important;
}
.always-open .mobile-contact-open {
display: none;
}
.always-open span:nth-child(1) {
top: -0px;
}
.always-open span:nth-child(2) {
top: -60px;
}
.always-open span:nth-child(3) {
top: -120px;
}
.always-open span:nth-child(4) {
top: -180px;
}
.always-open span:nth-child(5) {
top: -240px;
} .newsletter-dialog-box .md-dialog-title {
text-align: center;
}
.newsletter-dialog-box .dialog-content {
text-align: center;
}
.newsletter-close-button {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
padding: 2px;
cursor: pointer;
background-color: transparent;
border: 0;
outline: 0;
}
.newsletter-dialog input {
width: 100%;
margin: auto;
font-size: 20px;
border: 0;
border-bottom: 1px solid #adadad;
outline: 0;
}
.newsletter-dialog input.mailpoet_submit {
display: block;
width: 100%;
margin: auto;
padding: 10px;
font-size: 20px;
color:var(--linker_action_button_text);
background-color: var(--linker_action_button_background);
border: 0;
}
.newsletter-dialog p {
margin: 5px 0;
}
.md-dialog-title {
font-size: 24px;
color: #144788;
}
.parsley-errors-list.filled {
padding: 0 5%;
} .lf-video-container {
height: 700px;
overflow: hidden;
}
.lf-video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: cover;
}
.lf-video-lazy {
display: none;
} .lf-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lf-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
} .fix-heights {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.blog .fix-heights .md-card {
height: 100%;
}
.lf-loading,
.lf-loading a,
.lf-loading svg {
fill: transparent!important;
color:  transparent!important;
}
.lf-loading::after {
content: "";
position: absolute;
top: calc(50% - 9px);
left: calc(50% - 9px);
width: 18px;
height: 18px;
border: 1px solid rgba(255,255,255,.3);
border-left-color: #ffffff;
border-radius: 50%;
opacity: 1!important;
-webkit-animation: lf-rotate 450ms infinite linear;
animation: lf-rotate 450ms infinite linear;
}
@-webkit-keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lf-social-links-container {
position: relative;
float: left;
width: 100%;
padding: 5px 0;
}
.lf-social-link {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-social-link .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-social-link svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
} .lf-image-compare img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.lf-image-compare img.icv__img-b {
height: 100%;
position: absolute;
z-index: 2;
left: auto;
right: 0px;
width: auto;
max-width: initial;
}
.lf-image-compare.icv__icv--vertical img.icv__img-b {
width: 100%;
height: auto;
}
.lf-image-compare.icv__icv--vertical img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.icv__icv--horizontal { } @media screen and (min-width: 950px) {
.lf-desktop-hidden {
display: none;
}
}
@media screen and (max-width: 950px) {
.lf-tablet-hidden {
display: none;
}
.mobile-header-container {
display: block;
float: left;
width: 100%;
}
.menu-toggle {
display: block;
}
.tab-scroll-continer {
overflow-x: scroll;
}
.mobile-contact-options {
display: block;
}
.top-page-area {
height: 150px;
margin-top: 5px;
}
.top-page-area img {
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
}
.top-page-area .top-page-title {
line-height: 40px;
font-size: 26px;
}
.lf-breadcrumbs {
display: none;
}
.lf-mobile-hiddden {
display: none;
}
#lf-dark-screen {
z-index: 9999;
}
h1.lf-page-title,
.lf-page-title h1 {
height: auto;
margin: 5px 0;
line-height: 24px;
font-size: 18px;
}
}
@media screen and (max-width: 782px) {
.customize-support header, .customize-support #side-menu {
top: 46px;
}
}
@media screen and (min-width: 600px) {
.lf-only-mobile {
display: none;
}
}
@media screen and (max-width: 600px) {
.lf-mobile-hidden {
display: none;
}
}.lf-page-message-line-1 i {
float: right;
}
h1.lf-page-title,
.lf-page-title h1 {
float: right;
} .lf-breadcrumbs {
float: right;
}
.lf-breadcrumbs a + span a:before,
.lf-breadcrumbs .breadcrumb_last:before { }   .lf-scroll-up-container {
left: auto;
right: 50px;
}  .top-page-area .top-page-title {
left: auto;
right: 0;
}           .icv__theme-wrapper {
flex-direction: row-reverse;
} @media screen and (max-width: 950px) {
.top-page-area .top-page-title:after {
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
}
@media screen and (max-width: 600px) {
}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//www.status-ltd.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//www.status-ltd.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//www.status-ltd.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.lf-slider-container {
position: relative;
width: 100%;
overflow: hidden;
}
.swiper-container {
width: 100%;
height: 300px;
}
.swiper-thumbnails {
display: inline-block;
height: 100px;
width: 100%;
}
.swiper-thumbnails lazy-image {
float: right;
width: 16.6666%;
}
.swiper-thumbnails img {
float: right;
width: 16.666%;
}
.swiper-wrapper .lf-image-container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}
.swiper-wrapper .lf-image-container img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.swiper-pagination {
width: 100%;
}
.swiper-pagination-bullet {
margin: 0 2px;
}
.swiper-pagination-bullet-active {
background: #000000;
}
.swiper-container-horizontal .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 5px;
left: 0;
width: 100%;
}figure {
margin: 0;
}
.lf-blog-col-1 {
float: left;
width: 100%;
}
.lf-blog-col-2 {
float: left;
width: 50%;
}
.lf-blog-col-3 {
float: left;
width: 33.33%;
}
.lf-blog-col-4 {
float: left;
width: 25%;
}
.lf-blog-col-5 {
float: left;
width: 20%;
}
.lf-blog-col-6 {
float: left;
width: 16.66%;
}
.lf-blog-col {
padding: 2px;
}
.lf-blog-grid {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 200px;
overflow: hidden;
}
.lf-blog-grid img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-grid-title {
position: absolute;
bottom: 20px;
right: 0;
width: 100%;
height: 50px;
padding: 0 15px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
font-size: 18px;
line-height: 20px;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.lf-blog-continer {
float: left;
width: 100%;
color: var(--main_text_color); }
.lf-blog-continer a {
color: var(--main_text_color);
}
.lf-blog-title-container {
float: left;
width: 100%;
}
.lf-blog-main-col {
float: left;
width: 70%;
}
.lf-blog-main-col {
float: left;
width: 70%;
padding: 2px;
}
.lf-blog-list-col {
float: left;
width: 30%;
max-height: 1000px;
padding: 2px;
overflow: auto;
}
.lf-blog-main-post-container {
float: left;
width: 100%;
}
.lf-blog-secondary-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.lf-blog-main-post-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 400px;
overflow: hidden;
}
.lf-blog-main-post-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important; height: auto; margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
.lf-blog-main-post-label {
float: left;
width: 100%;
padding: 0 10px;
font-size: 30px;
line-height: 34px;
display: flex;
align-items: flex-start;
overflow: hidden;
}
.lf-blog-main-post-info-container {
float: left;
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
}
.lf-blog-main-post-info { font-size: 14px;
}
.lf-blog-main-post-info-divider {
font-size: 12px;
margin: 0 5px;
}
.lf-blog-main-post-excerpt {
float: left;
width: 100%;
padding: 10px;
}
.lf-blog-secondary-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 120px;
overflow: hidden;
}
.lf-blog-secondary-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-secondary-post-label {
float: left;
width: 100%;
padding: 0 5px;
}
.lf-blog-secondary-info-container {
float: left;
width: 100%;
padding: 0 5px;
display: flex;
align-items: center;
}
.lf-blog-secondary-info {
font-size: 14px;
}
.lf-blog-secondary-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-list-post {
padding: 2px;
}
.lf-blog-list-title {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
height: 30px;
background-color: #ededed;
margin-bottom: 5px;
}
.lf-blog-list-post {
float: left;
width: 100%;
display: flex;
}
.lf-blog-list-image {
position: relative;
float: left;
width: 120px;
height: 68px;
overflow: hidden;
}
.lf-blog-list-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-list-content-container {
float: left;
width: calc(100% - 68px);
padding: 2px;
}
.lf-blog-list-post-label {
font-size: 15px;
}
.lf-blog-list-info-container {
float: left;
width: 100%;
padding: 0;
display: flex;
align-items: center;
}
.lf-blog-list-info {
font-size: 14px;
}
.lf-blog-list-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-has-sidebar {
float: left;
width: calc(100% - 340px);
}
.lf-blog-sidebar {
float: left;
width: 340px;
padding: 0 10px;
}
.wp-block-categories-list {
float: left;
width: 100%;
list-style: none;
padding: 5px;
margin: 5px 0;
}
li.cat-item {
float: left;
width: 100%;
}
li.cat-item + li.cat-item{
margin-top: 6px;
}
li.cat-item a {
float: left;
width: 100%;
padding: 8px;
border: 1px solid #dddddd;
border-radius: 6px;
font-size: 16px;
line-height: 16px;
color: var(--main_text_color);
text-decoration: none;
}
li.cat-item a:hover {
background-color: #fafafa;
}
.wp-block-latest-posts {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
}
.wp-block-latest-posts__featured-image {
float: left;
width: 75px;
height: 75px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
}
.wp-block-latest-posts__featured-image img {
padding: 0 5px 0 0;
}
.wp-block-latest-posts__post-title {
color: var(--main_text_color);
} @media screen and (max-width: 950px) {
.lf-blog-col-5,
.lf-blog-col-6 {
width: 33.33%;
}
.lf-blog-main-post-image {
height: 300px;
}
.lf-blog-secondary-image {
height: 100px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-list-post-label {
font-size: 13px;
}
.lf-blog-list-info-container { }
.lf-blog-list-info {
font-size: 12px;
}
.lf-blog-list-info-divider { }
.lf-blog-has-sidebar,
.lf-blog-sidebar {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
width: 50%;
}
.lf-blog-main-col,
.lf-blog-list-col {
width: 100%;
padding: 2px 0;
}
.lf-blog-main-post-image {
height: 240px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-continer {
display: block;
}
.lf-blog-main-post-label {
padding: 0 5px;
font-size: 24px;
line-height: 30px;
}
.lf-blog-main-post-info-container {
padding: 0 5px;
}
.lf-blog-main-post-excerpt {
padding: 0 5px;
}
.lf-blog-secondary-post-label {
font-size: 14px;
}
.lf-blog-secondary-info {
font-size: 12px;
}
.lf-blog-secondary-info-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lf-blog-secondary-info-divider {
display: none;
}
}.lf-blog-col-1,
.lf-blog-col-2,
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
float: right;
}
.lf-blog-main-col,
.lf-blog-list-col {
float: right;
}
.lf-blog-list-image {
float: right;
}
.lf-blog-has-sidebar,
.lf-blog-sidebar {
float: right;
}
.wp-block-latest-posts__featured-image {
float: right;
}
.wp-block-latest-posts__featured-image img {
padding: 0 0 0 5px;
}header li.menu-item:hover > .sub-menu,
header li.menu-item:hover > .lf-mega-menu-container,
header li.menu-item:hover > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus > .lf-mega-menu-container,
header li.menu-item:focus > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .lf-mega-menu-container,
header li.menu-item:focus-within > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
display: block;
z-index: 9;
}
.lf-hide-menu-only > :first-child,
.lf-hide-all-menus,
.lf-hide-submenu-only > .sub-menu {
display: none!important;
}
.lf-item-title {
float: left;
}
.lf-mega-menu-image {
display: none;
}
#lf-menu-side-container {
display: block;
position: fixed;
top: 0;
width: 340px;
height: 100%;
background-color: #ffffff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 999999;
-webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#lf-menu-side-container.open {
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.lf-menu-side-left {
left: 0;
-ms-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.lf-menu-side-right {
right: 0;
-ms-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.lf-menu-side-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55); z-index: 999;
display: none;
}
.lf-menu-side-dark-screen.show {
display: block;
background-color: rgba(0, 0, 0, 0.55);
}
.lf-menu-side-top {
position: relative;
float: left;
width: 100%;
height: 50px;
}
.lf-menu-side-close-button {
position: absolute;
top: 0;
width: 50px;
height: 50px;
padding: 5px;
}
.lf-menu-side-left .lf-menu-side-close-button {
right: 0;
}
.lf-menu-side-right .lf-menu-side-close-button {
left: 0;
}
.lf-menu-side-menu {
float: left;
width: 100%;
height: calc(100vh - 100px);
}
.lf-main-menu-container {
overflow: auto;
height: 100%;
}
.open-sub-menu,
.close-sub-menu {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
fill: var(--header_mobile_sub_menu_toggle_color);
}
#lf-menu-side-container ul.sub-menu {
float: right;
width: 100%;
display: none;
}
#lf-menu-side-container .sub-menu li a {
}
#lf-menu-side-container nav {
overflow: auto;
padding: 0 30px;
}
#lf-menu-side-container nav li {
float: left;
width: 100%;
}
#lf-menu-side-container i {
line-height: unset;
}
#lf-menu-side-container .sub-menu {
background-color: white;
}
#lf-menu-side-container .sub-menu a {
font-size: 16px;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: left;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 20px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
#lf-menu-side-container .menu-item-has-children a {
width: calc(100% - 40px);
}
#lf-menu-side-container nav li + li {
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav li span:hover,
#lf-menu-side-container nav li span:hover i,
#lf-menu-side-container nav li a:hover,
#lf-menu-side-container nav li a:hover i,
#lf-menu-side-container nav li i:hover,
#lf-menu-side-container nav li span:hover i.md-icons svg,
#lf-menu-side-container nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
#lf-menu-side-container li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
#lf-menu-side-container nav li i.md-icons {
width: 40px;
height: 50px;
padding: 12px 7px;
}
#lf-menu-side-container nav li i.md-icons svg {
width: 26px;
height: 26px;
fill: #000000;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
#lf-menu-side-container li > .sub-menu .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
width: 250px;
border-top: 0;
}
#lf-menu-side-container .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
#lf-menu-side-container .sub-menu li a,
#lf-menu-side-container .sub-menu li span {
float: right;
width: 100%;
height: 46px;
padding: 0 10px;
font-size: 14px;
line-height: 16px;
display: flex;
flex-direction: row;
align-items: center;
opacity: 0.7;
}
#lf-menu-side-container .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.lf-menu-side-bottom {
position: relative;
float: left;
width: 100%;
height: 50px;
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-parent {
position: static!important;
}
.lf-mega-menu-container {
position: absolute;
top: 36px;
left: 0;
width: 100%;
border-top: 4px solid transparent;
display: none;
}
header .lf-sub-mega-menu-container {
position: absolute;
float: left;
width: var(--linker_continer_size);
background-color: #ffffff;
}
.lf-sub-mega-menu-container > li {
padding: 2px!important;
}
.lf-mega-menu-col-1 > li {
width: 100%!important;
}
.lf-mega-menu-col-2 > li {
width: 50%!important;
}
.lf-mega-menu-col-3 > li {
width: 33.33%!important;
}
.lf-mega-menu-col-4 > li {
width: 25%!important;
}
.lf-mega-menu-col-5 > li {
width: 20%!important;
}
.lf-mega-menu-col-6 > li {
width: 16.66%!important;
}
.lf-sub-mega-menu-container > li > span,
.lf-sub-mega-menu-container > li > a {
font-size: 22px!important; background-color: #eeeeee;
padding: 0 2px;
}
.lf-mega-menu-small-image {
float: left;
width: 36px;
height: 36px;
margin: 0 5px 0 0;
}
.lf-sub-mega-menu-container > li + li {
border-top: 0!important;
}
.lf-sub-mega-menu-container li + li {
border-right: 0!important;
border-left: 0!important;
}
.lf-sub-mega-menu-container > li > .sub-menu { }
.lf-mega-menu-container > .lf-sub-mega-menu-container > li > .more-sub-menu-left {
display: none!important;
}
.sub-menu li.current-menu-ancestor {
border-bottom: 0!important;
}
li.menu-item:hover > .lf-mega-menu-container > .sub-menu {
display: block;
z-index: 9;
} .lf-mega-menu-container > .lf-sub-mega-menu-2-container > li > .more-sub-menu-left {
display: none!important;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .menu-item:hover ~ .menu-item .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container {
width: 260px;
min-height: 450px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
position: absolute;
top: 0;
width: calc(var(--linker_continer_size) - 240px);
min-height: 450px;
right: 100%;
left: auto;
background-color: #ffffff;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container li.menu-item {
position: static;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
height: 46px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 0;
}
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: left;
width: 46px;
height: 46px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container li i.md-icons {
width: 46px;
height: 46px;
margin: 0 5px 0 0;
padding: 3px;
}
.lf-mega-menu-type-2-container li i.md-icons svg {
width: 40px;
height: 40px;
fill: #000000;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: left;
width: 20%;
height: 225px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li a,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li span,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] a,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] span {
height: 225px;
color: var(--main_text_color);
background-color: transparent;
flex-direction: column;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu .lf-item-title {
float: left;
width: 100%;
height: 50px;
padding: 5px 0;
margin: 5px 0;
line-height: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
border-bottom: 2px solid var(--header_hover_select_background_color);
border-top: 2px solid var(--header_hover_select_background_color);
}
.lf-mega-menu-type-2-container .lf-mega-menu-image {
display: block;
height: 160px;
}
}
@media screen and (max-width: 950px) {
.sub-menu {
display: none;
}
.top-header-container,
.main-menu-container {
display: none!important;
}
.lf-menu-start-open-mobile > div > .sub-menu,
.lf-menu-start-open-mobile > .sub-menu {
display: block;
}
.lf-menu-start-open-mobile > .open-sub-menu,
.lf-menu-start-open-mobile > .close-sub-menu {
display: none!important;
} .lf-mega-menu-small-image {
float: left;
width: 40px;
height: 40px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
border-bottom: 1px solid #f9f9f9;
}
}
@media screen and (max-width: 950px) {
#lf-menu-side-container {
width: 90%;
max-width: 340px;
}
.lf-menu-side-left {
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.lf-menu-side-right {
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}.lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
.lf-item-title {
float: right;
}
.open-sub-menu,
.close-sub-menu {
left: 0;
right: inherit;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: right;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
} .lf-mega-menu-type-2-container li i.md-icons {
margin: 0 0 0 5px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: right;
}
}
@media screen and (max-width: 950px) { .lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
}.lf-search-loading {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-search-loader {
color: #00559d;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.lf-search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
margin: 5px 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 48px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.lf-search-toggle i {
width: 50px;
height: 50px;
}
.lf-search-results-container {
position: absolute;
top: 50px;
left: 0;
width: 100%;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.lf-search-group {
float: left;
width: 100%;
padding: 0 5px;
font-size: 14px;
}
.lf-search-page .lf-search-group {
padding: 10px;
margin: 5px 0;
font-size: 20px;
}
.lf-search-row {
float: left;
width: 100%;
}
.lf-search-image {
float: left;
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
}
.lf-search-image img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
height: 100%!important;
-o-object-fit: cover;
}
.lf-search-title {
float: left;
width: calc(100%);
font-size: 16px;
line-height: 20px;
padding: 5px;
}
.lf-search-item-has-image {
width: calc(100% - 50px);
} @media screen and (max-width: 950px) {
.lf-search-page .lf-search-group {
padding: 5px;
margin: 5px 0;
font-size: 16px;
}
}.lf-search-image {
float: right;
}
.lf-search-title {
float: right;
}.lf-share-bottons-container {
position: relative;
float: left;
width: 100%;
height: 50px; padding: 5px 0;
}
.lf-share-button {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-share-button:hover, .lf-share-button:active {
background-color: #000000;
color: #ffffff;
}
.lf-share-button .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-share-button svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
}
.lf-share-button-copy {
position: absolute;
left: 9999999px; }
.lf-share-button-copy-animation {
animation: copy-animation linear 0.5s;
}
@keyframes copy-animation {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-5px);}
}.top-page-area .lf-breadcrumbs {
position: absolute;
right: 0;
top: 0;
line-height: 30px;
padding: 0 10px;
color: white;
filter: drop-shadow(1px 1px #000);
font-size: 20px;
}
.top-page-area .lf-breadcrumbs a {
color: white;
font-size: 20px;
text-decoration: none;
} .swiper-property-col {
float: left;
width: 100%;
padding: 5px;
}
.swiper-property-title {
position: absolute;
top: 20px;
left: 1px;
padding: 0 15px;
background-color: #144788;
color: white;
font-size: 18px;
line-height: 25px;
}
.swiper-property-title:after {
content: "";
border-bottom: 25px solid rgba(255, 255, 255, 0);
border-left: 20px solid #144788;
position: absolute;
right: -20px;
top: 0px;
z-index: 9;
}
.swiper-property-title:before {
content: '';
display: inline-block;
position: absolute;
width: 0px;
height: 0px;
top: 25px;
left: 0;
border-style: solid;
border-width: 4px 0px 0px 4px;
border-color: #002c64 transparent transparent transparent;
}
.swiper-property-image .center-img {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 180px;
overflow: hidden;
}
.swiper-property-image img {
width: 100%!important;
height: auto!important;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.swiper-property-label {
position: absolute;
top: 60px;
left: 1px;
padding: 0 15px;
background-color: #881414;
color: white;
font-size: 18px;
line-height: 25px;
}
.swiper-property-label:after {
content: "";
border-bottom: 25px solid rgba(255, 255, 255, 0);
border-left: 20px solid #881414;
position: absolute;
right: -20px;
top: 0px;
z-index: 9;
}
.swiper-property-label:before {
content: '';
display: inline-block;
position: absolute;
width: 0px;
height: 0px;
top: 25px;
left: 0;
border-style: solid;
border-width: 4px 0px 0px 4px;
border-color: #520707 transparent transparent transparent;
}
.swiper-property-cat {
position: absolute;
bottom: 20px;
left: 1px;
padding: 0 15px;
background-color: #000000;
color: white;
font-size: 18px;
line-height: 25px;
}
.swiper-property-cat:after {
content: "";
border-bottom: 25px solid rgba(255, 255, 255, 0);
border-left: 20px solid #000000;
position: absolute;
right: -20px;
top: 0px;
z-index: 9;
}
.swiper-property-cat:before {
content: '';
display: inline-block;
position: absolute;
width: 0px;
height: 0px;
top: 25px;
left: 0;
border-style: solid;
border-width: 4px 0px 0px 4px;
border-color: #000000 transparent transparent transparent;
} .lf-search-loading {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-search-loader {
color: #00559d;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
margin: 5px 0;
border: 1px solid #eeeeee;
transition: 0.5s all;
}
.search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.search-input {
float: right;
width: calc(100% - 50px);
height: 48px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.search-toggle {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.search-toggle i {
font-size: 30px;
width: 50px;
height: 50px;
line-height: 50px;
}
.search-resultes-container {
position: absolute;
top: 50px;
left: 0;
width: 100%;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
} .properties-search-page .lre-title-container h1.entry-title {
position: absolute;
right: 0;
top: 40px;
bottom: auto;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%;
}
.search-page-form {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
padding: 10px;
}
.search-page-form form {
margin: 0 auto;
max-width: 1000px;
}
.transaction-type-select {
float: left;
width: 15%;
height: 30px;
font-size: 18px;
margin: 0 5px;
}
.property-type-select {
float: left;
width: 15%;
height: 30px;
font-size: 18px;
margin: 0 5px;
}
.area-filter-field-group {
float: left;
width: 15%;
height: 34px;
font-size: 18px;
margin: 0 5px;
}
.area-filter-field-group .md-input-label {
top: 0;
font-size: 18px;
}
.area-filter-field-group .md-input-label.active-label {
font-size: 12px;
}
.area-filter-field-group .field-bar {
bottom: 0;
}
.field-group input {
margin: 8px 0 0 0;
font-size: 16px;
height: 22px;
background-color: transparent;
}
.number-filter-field-group {
float: left;
width: 15%;
height: 34px;
font-size: 18px;
margin: 0 5px;
}
.number-filter-field-group .md-input-label {
top: 0;
font-size: 18px;
}
.number-filter-field-group .md-input-label.active-label {
font-size: 12px;
}
.number-filter-field-group .field-bar {
bottom: 0;
}
.search-actions-buttons {
float: left;
width: calc(30% - 30px);
}
.search-actions-buttons .search-button {
min-width: 100px;
width: 50%;
height: 30px;
line-height: 30px;
background-color: #144788;
color: white;
}
.search-actions-buttons .reset-search-button {
width: 30%;
height: 30px;
line-height: 30px;
} .properties-results {
display: inline-block;
width: 100%;
padding-bottom: 5px;
}
.lre-table-header {
float: left;
width: 100%;
}
.lre-table-col {
float: left;
text-align: center;
min-height: 5px;
}
.lre-table-row {
float: left;
width: 100%;
padding: 5px;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.lre-table-col.col-1 {
position: relative;
width: 20%;
height: 120px;
}
.lre-property-image {
position: relative;
float: left;
width: 100%;
}
.lre-table-col.col-1 .center-img {
position: relative;
width: 100%;
display: inline-block;
height: 120px;
overflow: hidden;
}
.lre-table-col.col-1 img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lre-table-col.col-1 .table-property-label {
position: absolute;
top: 20px;
left: -15px;
height: 25px;
padding: 0 15px;
background-color: #881414;
color: white;
font-size: 18px;
line-height: 25px;
}
.lre-table-col.col-1 .table-property-label:before {
content: '';
display: inline-block;
position: absolute;
width: 0px;
height: 0px;
top: 25px;
left: 0;
border-style: solid;
border-width: 10px 0px 0px 10px;
border-color: #520707 transparent transparent transparent;
}
.lre-table-col.col-1 .table-property-label:after {
content: "";
border-bottom: 25px solid rgba(255, 255, 255, 0);
border-left: 20px solid #881414;
position: absolute;
right: -20px;
top: 0px;
z-index: 9;
}
.lre-table-col.col-1 .table-property-investment-label {
position: absolute;
bottom: 20px;
left: -15px;
height: 25px;
padding: 0 15px;
background-color: #000000;
color: white;
font-size: 18px;
line-height: 25px;
}
.lre-table-col.col-1 .table-property-investment-label:before {
content: '';
display: inline-block;
position: absolute;
width: 0px;
height: 0px;
top: 25px;
left: 0;
border-style: solid;
border-width: 10px 0px 0px 10px;
border-color: #000000 transparent transparent transparent;
}
.lre-table-col.col-1 .table-property-investment-label:after {
content: "";
border-bottom: 25px solid rgba(255, 255, 255, 0);
border-left: 20px solid #000000;
position: absolute;
right: -20px;
top: 0px;
z-index: 9;
}
.lre-table-col.col-2 {
position: relative;
width: 20%;
padding: 5px;
}
.table-property-number {
float: left;
width: 100%;
}
.table-property-name {
font-size: 20px;
}
.lre-table-col.col-3 {
position: relative;
width: 15%;
padding: 5px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
.table-col-row {
float: left;
width: 100%;
}
.table-col-row + .table-col-row {
border-top: 1px solid #eeeeee;
}
.table-property-features {
font-size: 14px;
}
.table-feature-name {
float: left;
width: 70%;
text-align: right;
padding-right: 5px;
}
.table-feature-value {
float: left;
width: 30%;
text-align: left;
padding-left: 5px;
color: #144788;
}
.lre-table-col.col-4 {
position: relative;
width: 15%;
padding: 5px;
}
.lre-table-col.col-5 {
position: relative;
width: 15%;
padding: 5px;
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
.table-col-price-title {
font-size: 18px;
}
.table-col-price-value {
float: left;
width: 100%;
line-height: 40px;
background-color: #eeeeee;
color: #144788;
font-size: 20px;
}
.lre-table-col.col-6 {
position: relative;
width: 15%;
padding: 5px;
}
.table-view-property, .table-view-property:hover, .table-get-info {
background-color: #144788;
color: white;
height: 30px;
line-height: 30px;
width: 80%;
margin-bottom: 5px;
}
.table-add-to-list {
background-color: #871314;
color: white;
height: 30px;
line-height: 30px;
width: 80%;
margin-bottom: 5px;
padding: 0;
}
.properties-category-page .swiper-property-image .center-img {
height: 150px;
}
.lre-subcategory-preview {
position: relative;
float: left;
height: 250px;
width: 100%;
display: inline-block;
overflow: hidden;
}
.lre-subcategory-preview img {
width: 100%!important;
height: auto!important;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lre-subcategory-title {
position: absolute;
top: 20px;
left: -1px;
padding: 0 15px;
background-color: #000000;
color: white;
font-size: 22px;
line-height: 40px;
}
.lre-subcategory-title:after {
content: "";
border-bottom: 40px solid rgba(255, 255, 255, 0);
border-left: 30px solid #000000;
position: absolute;
right: -30px;
top: 0px;
z-index: 9;
} .property-page {
display: inline-block;
width: 100%;
padding-bottom: 5px;
}
.property-page .gallery-page-area .swiper-slide img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: 100%;  margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
.lre-title-container {
display: inline-block;
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
}
.lre-title-container img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lre-title-container h1.entry-title {
position: absolute;
right: 0;
bottom: 20px;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%; }
.lre-title-container h1.entry-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-right: 40px solid #144788;
float: left; position: absolute;
left: -40px;
top: 0px;
z-index: 9;
}
.property-description {  }
.property-features-col {
float: left;
width: 50%;
border-bottom: 1px solid #eeeeee;
line-height: 40px;
}
.feature-name {
float: left;
width: 50%;
}
.feature-color {
color: #144788;
}
.property-info {
font-size: 18px;
}
.property-second-title {
position: relative;
float: left;
line-height: 50px;
padding: 0 10px;
margin: 15px 0;
background-color: #144788;
color: white;
font-size: 26px;
}
.property-second-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-left: 40px solid #144788;
position: absolute;
right: -40px;
top: 0px;
z-index: 9;
}
.property-price-info {
float: left;
width: 100%;
line-height: 40px;
font-size: 20px;
border-bottom: 1px solid #eeeeee;
}
.property-price-info-col {
float: left;
width: 50%;
}
.property-price-info-detail {
float: left;
padding: 0 5px;
}
.price-name {
float: left;
font-size: 22px;
}
.price-value {
float: left;
padding: 0 5px;
font-size: 30px;
}
.asking-price {
text-decoration: line-through;
}
.property-price-row {
float: left;
width: 100%;
line-height: 50px;
}
.sale-color {
color: red;
}
.swiper-thumbnails img {
float: right;
width: 16.666%;
height: 100%;
padding: 5px;
}
.property-agent .agent-image {
float: left;
width: 150px;
height: 150px;
}
.property-agent .agent-image img {
width: 100%;
}
.property-agent .agent-info {
float: left;
width: calc(100% - 150px);
padding: 0 10px;
}
.property-agent .agent-info-row {
float: left;
width: 100%;
line-height: 30px;
font-size: 24px;
}
.agent-info-row + .agent-info-row {
border-top: 1px solid #eeeeee;
}
.property-get-info {
float: right;
width: 49%;
height: 40px;
margin: 0 0.5%;
font-size: 20px;
color: white;
background-color: #144788;
}
.property-add-to-list {
float: right;
width: 49%;
height: 40px;
padding: 0;
margin: 0 0.5%;
font-size: 20px;
color: white;
background-color: #871314;
}
.lre-promoted-title {
float: left;
width: 100%;
margin: 0 0 10px;
font-size: 30px;
line-height: 1.2em;
color: #144788;
text-align: center;
}
.share-property {
float: left;
width: 100%;
padding: 4px;
margin-top: 4px;
}
.share-button {
float: left;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 12px;
padding: 0;
}
.property-share-text {
height: 30px;
line-height: 30px;
font-size: 14px;
padding: 0;
}
.property-share-text i {
float: right;
line-height: 30px;
}
.facebook-button {
background-color: #4267b2;
color: white;
}
.twitter-button {
background-color: #1da1f2;
color: white;
}
.whatsapp-button {
display: none;
background-color: #01e676;
color: white;
} .lre-property-grid-col {
float: left;
width: calc(100% - 10px);
margin: 5px;
}
.lre-property-grid-image {
position: relative;
float: left;
width: 100%;
}
.lre-property-grid-image .lf-center-img {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 150px;
overflow: hidden;
}
.lre-property-grid-image .lf-center-img img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: cover;
-o-object-fit: contain;
}
.lre-property-grid-add-to-list {
position: absolute;
top: 10px;
right: 10px;
background-color: var(--maincolor);
}
.lre-property-grid-add-to-list i.md-icons svg {
fill: #ffffff;
}
.lre-property-grid-add-to-list.remove-favorite i.md-icons svg {
fill: red;
}
.lre-property-grid-add-to-list.remove-favorite {
background-color: var(--maincolor);
fill: red;
}
.lre-property-grid-content {
float: left;
width: 100%;
height: 150px;
background-color: var(--maincolor);
color: white;
}
.lre-property-grid-title {
float: left;
width: 100%;
height: 50px;
padding: 0 10px;
margin: 10px 0;
font-size: 24px;
line-height: 25px;
overflow: hidden;
}
.lre-property-grid-built-area {
float: right;
width: 100%;
padding: 5px 10px;
font-size: 18px;
line-height: 20px;
}
.lre-property-grid-label {
float: left;
width: 100%;
padding: 0 10px;
font-size: 16px;
line-height: 20px;
}
.lre-property-grid-cat {
float: left;
width: 100%;
padding: 0 10px;
font-size: 16px;
line-height: 20px;
}
.lre-property-grid-info {
float: left;
width: 100%;
height: 60px;
padding: 10px;
background-color: var(--maincolor);
border-top: 2px solid #ffffff;
color: #ffffff;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.lre-property-grid-info-col-val {
font-weight: bold;
} .category-link-box {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 200px;
overflow: hidden;
}
.category-link-box img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.category-name-label {
position: absolute;
bottom: 20px;
left: 1px;
padding: 0 15px;
background-color: #000000;
color: white;
font-size: 22px;
line-height: 30px;
}
.category-name-label:after {
content: "";
border-bottom: 30px solid rgba(255, 255, 255, 0);
border-left: 25px solid #000000;
position: absolute;
right: -25px;
top: 0px;
z-index: 9;
} .lre-contact-dialog-box .md-dialog-title {
text-align: center;
}
.lre-contact-dialog-box .dialog-content {
text-align: center;
}
.lre-contact-close-button {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
padding: 2px;
cursor: pointer;
border: 0;
background: 0;
outline: 0;
}
.contact-popup-title {
font-size: 20px;
color: #011434;
text-align: center;
}
.contact-popup-subtitle {
font-size: 16px;
text-align: center;
}
.contact-send {
display: block;
width: 80%;
margin: auto;
background-color: #144788;
color: white;
height: 30px;
line-height: 30px;
}
#contact_tel::-webkit-inner-spin-button,
#contact_tel::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#contact_tel {
-moz-appearance: textfield;
}
.lre-error-field {
display: none;
float: left;
width: 100%;
font-size: 14px;
line-height: 15px;
color: red;
}
.error-email {
margin-bottom: 10px;
}
.contact-thanks-button {
display: block;
width: 80%;
margin: 20px auto 0;
background-color: #144788;
color: white;
height: 30px;
line-height: 30px;
} .favorites-list {
float: right;
width: 80%;
}
.favorites-contact-col {
float: left;
width: 20%;
padding-right: 2px;
}
.no-favorites-list, .favorites-list h2, .favorites-list p {
float: right;
width: 100%;
text-align: center;
}
.favorite-button, .favorite-button:hover {
width: 48%;
margin-bottom: 0;
}
.favorite-row {
border-bottom: 1px solid #e9e9e9;
}
button:disabled{
color: #000000;
}
.remove-favorite {
background-color: #dddddd;
color: black;
}
.favorites-contact-row {
float: left;
width: 100%;
text-align: center;
padding: 5px;
}
.favorites-contact-row + .favorites-contact-row {
border-top: 1px solid #eeeeee;
}
.favorites-contact-row h2 {
margin: 0;
font-size: 20px;
font-weight: normal;
}
.favorite-row:last-child {
border-bottom: 0;
}
.property-map iframe {
width: 100%;
} @media screen and (max-width: 950px) {
.top-page-area .lf-breadcrumbs {
display: none;
position: static;
float: left;
width: 100%;
line-height: 20px;
padding: 0 5px;
color: white;
font-size: 12px;
}
.top-page-area .lf-breadcrumbs a {
color: white;
font-size: 12px;
text-decoration: none;
}
.lre-title-container {
height: 150px;
margin-top: 5px;
}
.lre-title-container img {
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
}
.lre-title-container h1.entry-title { line-height: 40px;   font-size: 26px;
}
.lre-title-container h1.entry-title:after {
content: "";
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
.property-second-title {
float: right;
line-height: 40px;
font-size: 22px;
font-weight: normal;
}
.property-second-title:after {
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
.lre-table-col.col-1 {
position: relative;
width: 40%;
height: 80px;
}
.lre-table-col.col-1 .center-img {
height: 80px;
}
.lre-table-col.col-1 .table-property-label {
top: 10px;
height: 20px;
font-size: 14px;
line-height: 20px;
}
.lre-table-col.col-1 .table-property-label:before {
top: 20px;
}
.lre-table-col.col-1 .table-property-label:after {
border-bottom: 20px solid rgba(255, 255, 255, 0);
}
.lre-table-col.col-1 .table-property-investment-label {
bottom: 10px;
height: 20px;
font-size: 14px;
line-height: 20px;
}
.lre-table-col.col-1 .table-property-investment-label:before {
top: 20px;
}
.lre-table-col.col-1 .table-property-investment-label:after {
border-bottom: 20px solid rgba(255, 255, 255, 0);
}
.lre-table-col.col-2 {
width: 60%;
}
.table-property-name {
font-size: 16px;
}
.lre-table-col.col-3 {
display: none;
}
.table-col-price-value {
font-size: 16px;
line-height: 24px;
}
.lre-table-col.col-4 {
width: 40%;
}
.lre-table-col.col-5 {
width: 60%;
}
.col-5 .table-col-row {
width: 50%;
}
.lre-table-col.col-6 {
flex-basis: 100%;
border-top: 1px solid #eeeeee;
padding: 5px 0 0 0;
}
.table-view-property, .table-view-property:hover, .table-get-info, .table-add-to-list {
width: 32%;
margin-bottom: 0;
}
.col-6 .md-button {
padding: 0;
}
.properties-search-page .top-page-area {
display: none;
}
.lre-promoted-title {
margin: 0;
font-size: 22px;
}
.feature-name {
float: left;
width: 100%;
line-height: 20px;
}
.feature-value {
float: left;
width: 100%;
line-height: 20px;
}
.favorite-first-row {
display: none;
}
.favorite-row .md-col-1 {
width: 50%
}
.favorite-row .md-col-2 {
width: 50%
}
.favorite-row .favorite-city {
width: 100%
}
.favorite-button, .favorite-button:hover {
width: 48%;
margin-bottom: 0;
}
.favorites-list {
width: 100%;
}
.favorites-contact-col {
width: 100%;
margin-top: 5px;
padding: 0;
}
.property-agent .agent-info-row {
line-height: 20px;
font-size: 18px;
}
.whatsapp-button {
display: block;
}
}
@media screen and (max-width: 600px) {
}.swiper-property-title {
left: auto;
right: 1px;
}
.swiper-property-title:after {
border-left: 0;
border-right: 20px solid #144788;
right: auto;
left: -20px;
}
.swiper-property-title:before {
left: auto;
right: 0;
border-width: 4px 4px 0px 0px;
}
.swiper-property-label {
left: auto;
right: 1px;
}
.swiper-property-label:after {
border-left: 0;
border-right: 20px solid #881414;
right: auto;
left: -20px;
}
.swiper-property-label:before {
left: auto;
right: 0;
border-width: 4px 4px 0px 0px;
}
.swiper-property-cat {
left: auto;
right: 1px;
}
.swiper-property-cat:after {
border-left: 0;
border-right: 20px solid #000000;
right: auto;
left: -20px;
}
.swiper-property-cat:before {
left: auto;
right: 0;
border-width: 4px 4px 0px 0px;
}  .transaction-type-select {
float: right;
}
.property-type-select {
float: right;
}
.area-filter-field-group {
float: right;
}
.number-filter-field-group {
float: right;
}
.search-actions-buttons {
float: right;
} .lre-table-col {
float: right;
}
.lre-table-col.col-1 .table-property-label {
left: auto;
right: -15px;
}
.lre-table-col.col-1 .table-property-label:before {
left: auto;
right: 0;
border-width: 10px 10px 0px 0px;
}
.lre-table-col.col-1 .table-property-label:after {
border-left: 0;
border-right: 20px solid #881414;
right: auto;
left: -20px;
}
.lre-table-col.col-1 .table-property-investment-label {
left: auto;
right: -15px;
}
.lre-table-col.col-1 .table-property-investment-label:before {
left: auto;
right: 0;
border-width: 10px 10px 0px 0px;
}
.lre-table-col.col-1 .table-property-investment-label:after {
border-left: 0;
border-right: 20px solid #000000;
right: auto;
left: -20px;
}
.lre-table-col.col-3 {
}
.table-feature-name {
float: right;
text-align: left;
padding-right: 0;
padding-left: 5px;
}
.table-feature-value {
float: right;
text-align: right;
padding-left: 0;
padding-right: 5px;
}
.lre-subcategory-title {
position: absolute;
left: auto;
right: -1px;
}
.lre-subcategory-title:after {
content: "";
border-bottom: 40px solid rgba(255, 255, 255, 0);
border-left: 0;
border-right: 30px solid #000000;
position: absolute;
right: auto;
left: -30px;
} .property-features-col {
float: right;
}
.feature-name {
float: right;
}
.property-second-title {
float: right;
}
.property-second-title:after {
border-left: 0;
border-right: 40px solid #144788;
right: inherit;
left: -40px;
}
.property-price-info-col {
float: right;
}
.property-price-info-detail {
float: right;
}
.price-name {
float: right;
}
.price-value {
float: right;
}
.property-agent .agent-image {
float: right;
}
.property-agent .agent-info {
float: right;
} .lre-property-grid-add-to-list {
right: auto;
left: 10px;
} .category-name-label {
left: auto;
right: 1px;
}
.category-name-label:after {
border-left: 0;
border-right: 25px solid #000000;
right: auto;
left: -25px;
} @media screen and (max-width: 950px) {
.rtl .table-col-row {
float: right;
}
.lre-table-col.col-1 .table-property-label {
left: auto;
right: -4px;
}
.lre-table-col.col-1 .table-property-label:before {
left: auto;
right: 0;
border-width: 4px 4px 0px 0px;
}
.lre-table-col.col-1 .table-property-investment-label {
left: auto;
right: -4px;
}
.lre-table-col.col-1 .table-property-investment-label:before {
left: auto;
right: 0;
border-width: 4px 4px 0px 0px;
}
}
@media screen and (max-width: 600px) {
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:949px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:599px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:949px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:599px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:949px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:600px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:600px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:599px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:600px) and (max-width:949px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:950px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:950px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:600px) and (max-width:949px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:949px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:600px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:599px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:949px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:599px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:950px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:949px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:599px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:599px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:949px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:599px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:949px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:599px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:599px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:600px) and (max-width:949px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:950px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}