.ar_dark__switch {
position: fixed;
top: 320px;
right: 6px;
z-index: 3;
padding: 8px 15px;
border-radius: 5px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
cursor: pointer
}
.ar_dark__switch .dark__switch__label {
position: relative;
display: block;
width: 20px;
height: 100px
}
.ar_dark__switch .dark__switch__tooltip {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: none;
padding: 5px;
background-color: var(--gray-slate-light-900);
color: #fff;
border-radius: 30px;
white-space: nowrap;
width: 40px;
height: 70px;
text-align: center;
line-height: 56px;
transition: opacity 0.3s ease;
cursor: pointer;
white-space: nowrap;
opacity: 0
}
.ar_dark__switch .dark__switch__tooltip.dark__switch__tooltip--light {
line-height: 60px
}
.ar_dark__switch .dark__switch__tooltip--dark {
transform-origin: 0% 100%
}
.ar_dark__switch .dark__switch__tooltip--light {
transform-origin: 100% 100%
}
.ar_dark__switch .dark__switch__input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer
}
.ar_dark__switch .dark__switch__input:checked~.dark__switch__tooltip--light {
display: block;
opacity: 1
}
.ar_dark__switch .dark__switch__input:not(:checked)~.dark__switch__tooltip--dark {
display: block;
opacity: 1
}
.ar_dark__switch .dark__switch__input:checked~.dark__switch__tooltip--dark {
opacity: 0
}
.ar_dark__switch .dark__switch__input:not(:checked)~.dark__switch__tooltip--light {
opacity: 0
} .rx_offcanvas_toggle.btn {
padding: 0;
}
[data-theme="dark"] .rx_offcanvas_toggle.btn {
color: #fff;
}
[data-theme="dark"] .armega-menu-mobile-button-wrapper .armega-menu-mobile-button svg,
[data-theme="dark"] .armega-menu-mobile-button-wrapper .armega-menu-mobile-button svg rect,
[data-theme="dark"] .armega-menu-mobile-button-wrapper .armega-menu-mobile-button svg path {
fill: #fff;
}
.rx_offcanvas_toggle  svg {
height: 22px;
fill: currentColor
}
.arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-right,
.arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-left{
display: block;
transition: 0.4s all;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
content: '';
display: none;
}
.swiper-nav-btn {
height: 30px !important;
width: 30px !important;
font-size: 15px;
border-radius: 50%;
}
.has-hover-effect {
position: relative;
overflow: hidden;
}
.has-hover-effect img {
transition: 0.4s ease-in-out;
}
.has-hover-effect:hover img {
transform: scale(1.3);
} .read_more_btn.rx-btn {
padding: 7px 25px;
display: inline-block;
} .video-play-button {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 34px; border-radius: 50%;
}
.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 60px;
height: 60px;
background: var(--rx-primary-color);
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 60px;
height: 60px;
background: linear-gradient(45deg, var(--rx-primary-color), #fff);
border-radius: 50%;
transition: all 200ms;
}
.video-play-button span {
display: block;
position: relative;
z-index: 3;
color: #fff;
}
.video-play-button.rx-btn-secondary:after,
.video-play-button.rx-btn-secondary:before {
background: linear-gradient(45deg, var(--rx-secondary-color), #fff) !important; 
}
.video-play-button.rx-btn-dark:after,
.video-play-button.rx-btn-dark:before {
background: linear-gradient(45deg, var(--rx-dark-color), #fff) !important; 
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}  .grid_articles {
display: grid;
}
.post_widget_rx_widget .article {
overflow: hidden;
}
article .categories {
position: absolute;
height: fit-content;
}
article .categories .category {
margin-right: 5px;
margin-bottom: 3px;
padding: 0px 6px;
background-color: var(--rx-secondary-color);
color: #fff;
font-size: 15px;
}
article,.article_rx_post_grid {
position: relative;
box-sizing: border-box;
transition: all .3s ease;
}
.article_rx_post_grid:nth-last-child(1) {
margin-bottom: 0;
}
.has-overlay .article_rx_post_grid .thumbnail a::before{
content: '';
display: block;
position: absolute;
width: 100%;
bottom: 0;
top: 0;
left: 0;
z-index: 2;
transition: all .3s ease;
}
.post_widget_rx_widget .article .rx_post_content {
height: auto;
}
article.article.article_rx_post_grid.style-1 {   
box-shadow: 0px 40px 30px 20px #d5d5d536;
border: 1px solid #d5d5d570;
}
article.article.article_rx_post_grid.style-1 .rx_post_content{
padding: 10px 20px 20px 20px;
}
.related_post_area article.article.article_rx_post_grid.style-1 .rx_post_content{
padding: 10px 15px 20px 15px;
}
article.article.article_rx_post_grid.style-1 .post_meta {
border-bottom: 1px solid #d5d5d570;
margin-bottom: 10px;
padding-bottom: 10px;
}
article .title,.article_rx_post_grid .title {
transition: all 0.5s;
color: var(--rx-title-color);
margin: 0;
background: linear-gradient(currentColor 0%, currentColor 98%);
background-size: 0 2px;
background-repeat: no-repeat;
background-position: left 100%;
display: inline;
}
.article .title:hover {
background-size: 100% 2px;
}
.article .title a:hover {
color: inherit;
}
article .article_rx_post_grid .desc {
margin-bottom: 10px;
} .post_widget_rx_widget .post_meta {
color: var(--rx-body-color);
font-size: 14px;
flex-wrap: wrap;
column-gap: 10px;
}
.post_widget_rx_widget .post_meta a {
color: var(--rx-primary-color);
}
.grid_articles.style_3 .categories {
justify-content: center;
}
.grid_articles.style_3 .categories {
justify-content: center;
top: unset !important;
bottom: 5px;
}
.grid_articles.style_2 .categories, 
.grid_articles.style_2 .post_meta {
justify-content: center;
}  article .thumbnail .categories {
position: absolute;
height: fit-content;
z-index: 3;
left: 10px;
top: 10px;
}
.post_widget_rx_widget img {
height: auto;
width: 100%;
}
.article .thumbnail {
position: relative;
}
article.article_rx_post_list .thumbnail,
article.article_rx_post_grid .thumbnail {
border-radius: 5px;
overflow: hidden;
}
.article .thumbnail .has-hover-effect {
display: block;
}
.post_widget_rx_widget .list_article .thumbnail a::before {
content: '';
display: block;
position: absolute;
width: 100%;
bottom: 0;
top: 0;
left: 0;
z-index: 2;
transition: all .3s ease;
}
.post_widget_rx_widget .list_article {
display: grid;
}
.post_widget_rx_widget .list_article .article {
display: flex;
justify-content: space-between;
height: 100%;
}
.post_widget_rx_widget .list_article .article:nth-last-child(1){
margin-bottom: 0 !important;
}
.post_widget_rx_widget .list_article .col_left {
flex-basis: 50%;
height: fit-content;
}
.post_widget_rx_widget .list_article .col_right {
flex-basis: 50%
}
.post_widget_rx_widget .list_article .post_meta {
font-size: 12px;
}
.post_widget_rx_widget .list_article a.title,
.post_widget_rx_widget .list_article .author a{
color: var(--rx-body-color);
}
.post_widget_rx_widget .list_article a.title {
line-height: 1;
font-weight: 600;
} .post_widget_rx_widget.style_3 .list_article .col_left {
width: 48%
}
.post_widget_rx_widget.style_3 .list_article .col_right {
width: 50%
}
.post_widget_rx_widget.style_2 .list_article .categories {
position: static;
}
.post_widget_rx_widget.style_4 .post_meta {
line-height: 1.5;
}
.post_widget_rx_widget.style_5 .list_article article .details {
text-align: center;
z-index: 4 !important;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.post_widget_rx_widget.style_5 .list_article article .details .post_meta {
justify-content: center;
}
.post_widget_rx_widget.style_5 .list_article article .details:before {
position: absolute;
content: '';
display: block;
height: 100%;
width: 100%;
}
.post_widget_rx_widget.rx_widget.style_5.card .rx_post_content {
height: auto;
z-index: 1;
}
.post_widget_rx_widget.rx_widget.style_5 article .post_thumbnail {
width: 100%;
}
.post_widget_rx_widget a.read_more_btn.btn.btn-outline-dark:hover {
color: #fff;
}
.post_widget_rx_widget.rx_widget.style_5 article {
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
align-items: center;
}
.post_widget_rx_widget.rx_widget.style_6 article {
align-items: flex-end;
background-position: top center;
background-size: cover;
}
.post_widget_rx_widget.style_6 .list_article article .read_more_btn {
margin-top: 20px;
}
.post_widget_rx_widget.style_6 .list_article article .details {
z-index: 4 !important;
width: 100%;
position: relative;
}
.post_widget_rx_widget.style_6 .list_article article .details:before {
position: absolute;
content: '';
display: block;
height: 100%;
width: 100%;
z-index: 1;
}
.post_widget_rx_widget.rx_widget.style_6.card .rx_post_content {
position: relative;
height: auto;
z-index: 3;
padding: 30px 30px 30px 30px;
}
.post_widget_rx_widget.rx_widget.style_6 article .post_thumbnail {
width: 100%;
}
.post_widget_rx_widget.style_6 .list_article .categories {
position: static;
}
.post_widget_rx_widget.style_6 .list_article article .categories {
margin-bottom: 10px;
} .author_box_rx_widget .author_avatar {
width: 150px;
height: 150px;
overflow: hidden;
border-radius: 50%;
}
.author_box_rx_widget .desc {
margin-bottom: 10px;
}
.author_box_rx_widget .social_icons {
display: flex;
}
.author_box_rx_widget .social_icons a {
color: var(--rx-primary-color);
margin: 0 10px;
text-decoration: none;
line-height: 1.3;
transition: 0.3s all;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.author_box_rx_widget .social_icons a .icon {
transition: 0.3s all;
font-size: 20px;
display: flex;
}
.author_box_rx_widget .social_icons a .icon .facebook {
color: #3b5998;
}
.author_box_rx_widget .icon_zoom_hover .social_icons a:hover .icon {
opacity: 0.7;
transform: scale(1.3);
}
.author_box_rx_widget.rx_widget.card {
border: 1px solid #ededed;
padding: 15px 0;
border-radius: 5px;
} .social_icons.social_icons_widget {
display: grid;
grid-template-columns: 50% 50%;
gap: 10px;
}
.social_icons.social_icons_widget a {
color: var(--rx-secondary-color);
margin: 0;
text-decoration: none;
line-height: 1.3;
transition: 0.3s all;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
box-shadow: 0px 0px 0px 1px #ededed;
border-radius: 3px;
padding: 10px 20px;
}
.social_icons.social_icons_widget a:hover {
color: var(--rx-primary-color);
}
.social_icons.social_icons_widget a p {
margin: 0;
}
.social_icons.social_icons_widget a p.profile-title {
font-weight: 500;
}
.social_icons.social_icons_widget a .icon {
margin-right: 10px;
}
.social_icons.social_icons_widget a p.counter {
font-size: 13px;
}  .category_grid_rx_widget .category_grid {
display: grid;
}
.category_grid_rx_widget .category_grid .cat_item {
overflow: hidden;
}
.category_grid_rx_widget .category_grid.style_1 .cat_link {
position: relative;
color: #ffffff;
display: block;
}
.category_grid_rx_widget .cat_image {
overflow: hidden;
display: flex;
justify-content: center;
height: 160px;
background-position: top center;
background-size: cover;
}  
.category_grid_rx_widget .category_grid.style_1 .cat_name {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 30px;
background: #00000073;
padding: 5px 15px;
line-height: 1;
z-index: 3;
display: flex;
} .category_grid_rx_widget .category_grid.style_2 .cat_link {
color: var(--rx-body-color);
font-size: 20px;
text-align: center;
} .category_grid_rx_widget .category_grid .cat_item .cat_name {
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.category_grid_rx_widget .category_grid.style_3 .cat_link {
position: relative;
color: #ffffff;
text-align: center;
}
.category_grid_rx_widget .category_grid.style_3 .cat_name {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
font-size: 30px;
background: #00000073;
padding: 5px 15px;
line-height: 1;
width: 100%;
z-index: 3;
}
.category_grid_rx_widget .category_grid span.cat_post_count{
display: inline-flex;
min-width: 35px;
border-radius: 3px;
background: var(--rx-primary-color);
justify-content: center;
align-items: center;
}
.category_grid_rx_widget .category_grid.style_3 span.cat_post_count {
font-size: 20px;
border-radius: 50%;
height: 30px;
} .category_list_rx_widget li.cat_item.list-group-item {
padding: unset;
border: none !important;
}
.category_list_rx_widget .cat_link {
position: relative;
height: 75px;
align-items: center;
background-position: center;
background-size: cover;
padding: 10px 20px;
border-radius: 5px;
overflow: hidden;
}
.category_list_rx_widget .cat_link::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.category_list_rx_widget .cat_list.style_1 .list-group-item.cat_link {
display: flex;
justify-content: space-between;
width: 100%;
border-left:0 !important;
border-right:0 !important;
margin-right: 0 !important;
margin-bottom: 5px;
}
.category_list_rx_widget .cat_list.style_2 .list-group-item.cat_link {
border-radius: 0;
width: calc(50% - 9px);
display: flex;
gap: 10px;
font-size: 15px;
}
.category_list_rx_widget .cat_list.style_2 .list-group-item.cat_link:hover {
background-color: var(--rx-primary-color);
}
.category_list_rx_widget .cat_list.style_2.list-group {
flex-direction: row;
flex-wrap: wrap;
gap: 5px;
}
.category_list_rx_widget .cat_link span.cat_post_count {
border: 1px solid;
height: 17px;
width: 17px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
z-index: 2;
}
.category_list_rx_widget .cat_link span.cat_name {
font-weight: 600;
z-index: 2;
} .tag_list_rx_widget .tag_list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-left: 0;
gap: 5px;
}
.tag_list_rx_widget .tag_list a {
border: 1px solid var(--rx-body-color);
padding: 3px 7px;
font-size: 17px;
border-radius: 2px;
color: var(--rx-title-color);
}
.tag_list_rx_widget .tag_list a:hover {
background-color: var(--rx-primary-color);
color: #fff !important;
border-color: var(--rx-primary-color);
}
.tag_list_rx_widget .tag_list a:hover .tag_name, .tag_list_rx_widget .tag_list a:hover .tag_post_count {
color: #fff
}
.tag_list_rx_widget .tag_list.style_2 {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.tag_list_rx_widget .tag_list.style_2 a {
padding: 20px;
} .newsletter_widget_rx_widget .icon {
font-size: 42px;
position: absolute;
left: 50%;
top: 28%;
transform: translate(-50%, -50%) rotate(25deg);
opacity: 0.2;
}
.newsletter_widget_rx_widget.wp_widget {
overflow: hidden;
}
.newsletter_widget_rx_widget.wp_widget #mc_embed_signup input.email {
width: -webkit-fill-available !important; 
margin-bottom: 5px;
}
.newsletter_widget_rx_widget.wp_widget #mc_embed_signup input.email:focus,
.newsletter_widget_rx_widget.wp_widget #mc_embed_signup input.email:focus-visible {
outline: 0 !important;
}
.newsletter_widget_rx_widget.rx_widget.card.my-3 input {
border: 1px solid #ededed !important;
margin-bottom: 0;
width: 100%;
border-radius: 5px;
} .social_icons {
display: flex;
}
.social_icons a {
color: var(--rx-primary-color);
margin: 0 10px;
text-decoration: none;
line-height: 1.3;
transition: 0.3s all;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.social_icons a:hover .icon {
opacity: 0.7;
transform: scale(1.3);
}
.social_icons a .icon {
transition: 0.3s all;
font-size: 20px;
display: flex;
}
.social_icons a .social_count {
font-size: 12px;
}
.social_icons a .icon .facebook {
color: #3b5998
}
.social_icons a .icon .skype {
color: #00AAE7;
}
.social_icons a .icon .twitter {
color: #00aced;
}
.social_icons a .icon .instagram {
color: transparent;
background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background-clip: text;
-webkit-background-clip: text;
}
.social_icons a .icon .linkedin {
color: #0077B5;
}
.social_icons a .icon .pinterest {
color: #cb2027;
}
.social_icons a .icon .youtube {
color: red;
} .socialShare_widget {
border: 1px solid #ededed;
border-radius: 5px;
} .banner_slider .swiper {
width: 100%;
}
.banner_slider .article_rx_post_slider {
height: 600px;
}
.banner_slider article {
position: relative;
margin: 0;
}
.banner_slider article .details {
text-align: center;
z-index: 1;
position: relative;
width: 80%;
margin: 0 auto;
}
.banner_slider.style-1 article .details::before {
content: '';
height: 100%;
width: 100%;
filter: grayscale(1);
background: #ffffffa1;
top: 0;
left: 0;
position: absolute;
z-index: -1;
}
[data-theme="dark"] .banner_slider.style-1 article .details::before {
background: #241c1ca1;
}
.banner_slider article .details .title {
display: block;
transition: 0.4s all;
padding: 20px 0.5em;
}
.banner_slider article .post_meta {
padding-bottom: 20px;
column-gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.banner_slider article .post_meta a {
transition: 0.4s all;
}
.banner_slider article .swiper-button-prev:after,
.banner_slider article .swiper-rtl .swiper-button-next:after {
content: '';
}
.banner_slider article .swiper-button-next:after,
.banner_slider article .swiper-rtl .swiper-button-prev:after {
content: '';
}
.banner_slider article .swiper-button-next,
.banner_slider article .swiper-button-prev {
transition: 0.4s all;
font-size: 30px;
}
.banner_slider article .thumbnail {
transition: 0.5s all;
}
.banner_slider article:hover .thumbnail:after {
transition: 0.5s all;
}
.banner_slider article.article.article_rx_post_slider:after {
position: absolute;
left: 0;
top: 0;
content: '';
height: 100%;
width: 100%;
transition: 0.3s ease-in-out;
}
.banner_slider .swiper-button-next, 
.banner_slider .swiper-button-prev {
position: absolute;
z-index: 10;
cursor: pointer;
background: no-repeat 50%;
background-image: none !important;
width: 60px;
height: 60px;
line-height: 60px;
border: 1px solid #fff;
color: #fff;
text-align: center;
border-radius: 50%;
transition: ease-in 0.3s;
}
.banner_slider .swiper-button-next:hover, 
.banner_slider .swiper-button-prev:hover {
background: var(--rx-primary-color);
} a.link_post p {
margin:0;
}
a.link_post.post_in_widget {
display: flex;
justify-content: space-between;
text-decoration: none;
color: #000;
transition: .3s all;
margin-bottom: 10px;
}
a.link_post.post_in_widget .thumbnail {
flex-basis: 30%;
border-radius: 5px;
overflow: hidden;
}
a.link_post.post_in_widget .thumbnail img {
width: 100%;    height: 100%;
}
a.link_post.post_in_widget .details {
max-height: 90px;
flex-basis: 70%;
padding: 5px 10px 10px 15px;
}
a.link_post.post_in_widget .title {
margin-bottom: 3px;
}
a.link_post.post_in_widget .date_post {
font-size: 13px;
color: var(--rx-hover-link-color-primary);
} .rx-heading-widget .title-btn-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.rx-heading-widget .title-btn-wrapper .title {
font-weight: 700;
margin-bottom: 0;
}
.rx-heading-widget.style1 .title-wrapper {
display: flex;
align-items: center;
}
.rx-heading-widget.style1 .title-wrapper:after {
content: '';
height: 4px;
width: 150px;
background: #000;
display: inline-block;
}
.rx-heading-widget.style1 .title-wrapper .title {
margin-right: 10px;
white-space: nowrap;
}
.rx-heading-widget.style2 .title-wrapper,
.rx-heading-widget.style3 .title-wrapper {
display: flex;
align-items: center;
width: 100%;
}
.rx-heading-widget.style2 .title-wrapper .title ,
.rx-heading-widget.style3 .title-wrapper .title {
white-space: nowrap;
}
.rx-heading-widget.style2 .title-wrapper .border-lines,
.rx-heading-widget.style3 .title-wrapper .border-lines {
position: relative;
width: 100%;
display: flex;
align-items: center;
column-gap: 4px;
}
.rx-heading-widget.style2 .title-wrapper .border-line-1,
.rx-heading-widget.style3 .title-wrapper .border-line-1{
height: 4px;
width: 20px;
background: var(--rx-primary-color);
display: inline-block;
}
.rx-heading-widget.style2 .title-wrapper .border-line-2{
height: 1px;
width: 100%;
background: #4144472e;
display: inline-block;
}
.rx-heading-widget.style2 .rx-btn,
.rx-heading-widget.style3 .rx-btn {
white-space: nowrap;
margin-left: 10px;
} .breadking-news-slider-wrapper {
display: flex;
align-items: center;
}
.breadking-news-slider-wrapper article .title {
margin-bottom: 0;
}
.breadking-news-slider-wrapper .slider-navigation-btns {
display: flex;
column-gap: 3px;
}
.breadking-news-slider-wrapper .breadking-news-slider {
margin-left: 0;
}
.breadking-news-slider-wrapper .slider-navigation-btns .swiper-nav-btn {
border: 1px solid var(--rx-primary-color);
border-radius: 5px;
color: var(--rx-primary-color);
position: static;
height: 20px !important;
width: 20px !important;
margin: 0;
font-size: 12px !important;
}
.breadking-news-slider-wrapper .slider-navigation-btns .swiper-nav-btn:hover {
background-color: var(--rx-primary-color);
color: #fff;
}
.breadking-news-slider-wrapper .icon-left {
height: 24px;
width: 24px;
background: var(--rx-primary-color);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
font-size: 14px;
} .categories {
column-gap: 4px;
bottom: -6px;
justify-content: center;
}
.article_rx_post_list .categories {
top: 10px;
left: 10px;
justify-content: flex-start;
}
.categories.style1 a::before {
content: "";
height: 90%;
width: 13px;
position: absolute;
right: -13px;
bottom: 0;
opacity: 0.2;
}
.categories.style1 a {
padding: 5px 15px 5px 10px;
clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
font-size: 14px;
text-transform: uppercase;
}
.categories.style2 a {
height: auto;
background: linear-gradient(45deg, transparent 5%, var(--rx-primary-color) 5%);
border: 0;
letter-spacing: 3px;
box-shadow: 6px 0px 0px var(--rx-secondary-color);
outline: transparent;
position: relative;
padding: 4px 8px;
}
.categories.style3 a {
background-image: none;
border: 1px solid var(--rx-primary-color);
border-radius: 4px;
box-shadow: #fff 4px 4px 0 0, var(--rx-primary-color) 4px 4px 0 1px;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin: 0 5px 10px 0;
overflow: visible;
padding: 3px 15px;
text-align: center;
text-transform: none;
}
.categories.style4 a {
--s: .25em;
padding: 0.4em 1em;
--_s: calc(var(--s)*4) 51% repeat-x;
--_r: calc(1.345*var(--s)) at left 50%;
--_g1: #000 99%,#0000 101%;
--_g2: #0000 99%,#000 101%;
--mask: radial-gradient(var(--_r) top calc(var(--s)* 1.9),var(--_g1)) calc(50% - 2*var(--s) - var(--_i,0px)) 0/var(--_s), radial-gradient(var(--_r) top calc(var(--s)*-0.9),var(--_g2)) calc(50% - var(--_i,0px)) var(--s)/var(--_s), radial-gradient(var(--_r) bottom calc(var(--s)* 1.9),var(--_g1)) calc(50% - 2*var(--s) + var(--_i,0px)) 100%/var(--_s), radial-gradient(var(--_r) bottom calc(var(--s)*-0.9),var(--_g2)) calc(50% + var(--_i,0px)) calc(100% - var(--s))/var(--_s);
-webkit-mask: var(--mask);
mask: var(--mask);
clip-path: polygon( calc(2*var(--s) - var(--_i,0px)) 0, calc(100% - var(--_i,0px)) 0, calc(100% - var(--s)) 50%, calc(100% - 2*var(--s) + var(--_i,0px)) 100%, calc(0% + var(--_i,0px)) 100%, var(--s) 50%);
cursor: pointer;
}
.categories.style5 a {
padding: 3px 20px;
position: relative; 
font-size: 12px;
overflow: visible !important;
}
.categories.style5 a:before {
content: "";
position: absolute;
border: 4px solid var(--rx-primary-color);
--angle-one: 105deg;
--angle-two: 290deg;
--spread-one: 30deg;
--spread-two: 40deg;
--start-one: calc(var(--angle-one) - (var(--spread-one) * 0.5));
--start-two: calc(var(--angle-two) - (var(--spread-two) * 0.5));
--end-one: calc(var(--angle-one) + (var(--spread-one) * 0.5));
--end-two: calc(var(--angle-two) + (var(--spread-two) * 0.5));
-webkit-mask: conic-gradient( transparent 0 var(--start-one), white var(--start-one) var(--end-one), transparent var(--end-one) var(--start-two), white var(--start-two) var(--end-two), transparent var(--end-two) );
mask: conic-gradient( transparent 0 var(--start-one), white var(--start-one) var(--end-one), transparent var(--end-one) var(--start-two), white var(--start-two) var(--end-two), transparent var(--end-two) );
height: 100%;
width: 100%;
left: 0;
top: 0;
}
.categories.style6 a {
font-size: 14px;
padding: 2px 15px;
box-shadow: inset 0 0 1px 1px #000;
border: 3px solid var(--rx-primary-color);
}
ul.elementor-icon-list-items {
list-style: none;
} .portfolio_slider .article {
position: relative;
}
.portfolio_slider .article::after {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
height: 0%;
transition: 0.4s;
z-index: 0;
width: 100%;
background: linear-gradient(180deg, rgba(18, 20, 21, 0) 30.87%, rgba(1, 1, 1, 0.8) 73.06%);
pointer-events: none;
}
.portfolio_slider .article:hover:after {
height: 100%;
}
.portfolio_slider .article .details {
position: absolute;
left: 40px;
bottom: -122px;
transition: 0.3s;
z-index: 2;
display: flex;
flex-direction: column;
}
.portfolio_slider .article:hover .details {
bottom: 50px;
}
.portfolio_slider .article .details .category {
color: #fff;
}
.portfolio_slider .article .portfolio-thumbnail {
border-radius: 4px;
overflow: hidden;
}
.portfolio_slider .article .portfolio-thumbnail img {
min-width: 100%;
}
.portfolio_slider .swiper-nav-btn {
background-color: #fff;
color: #000;
transition: 0.3s all;
} .team_member_rx_widget {
border-radius: 10px;
overflow: hidden;
position: relative;
}
.team_member_rx_widget .member-info {
position: absolute;
bottom: -60px;
left: 50%;
transform: translateX(-50%);
background: #fff;
width: 90%;
padding: 20px;
border-radius: 10px;
transition: 0.4s ease-in-out;
}
.team_member_rx_widget:hover .member-info{
bottom: 0;
}
.team_member_rx_widget .member-info .team_name {
margin-bottom: 0;
font-weight: 700;
}
.team_member_rx_widget .member-info .designation {
margin-bottom: 0;
}
.team_member_rx_widget .member-info .social_icons.social_icons_widget {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
padding-top: 30px;
}
.team_member_rx_widget .member-info .social_icons.social_icons_widget a {
padding: 7px 7px;
justify-content: center;
}
.team_member_rx_widget .member-info .social_icons.social_icons_widget a span {
margin-right: 0;
} .elementor-widget-rx_feature_image .elementor-widget-container {
overflow: hidden;
}
.elementor-image-gallery img {
border: none !important;
} .testimonial-slider.style-1 .swiper-slide-active .single-testimonial::before {
opacity: 1;
}
.testimonial-slider.style-1 .swiper-slide-active .single-testimonial .quotes-area svg path {
fill: #FFFFFF;
}
.testimonial-slider.style-1 .swiper-slide-active .single-testimonial .disc,
.testimonial-slider.style-1 .swiper-slide-active .single-testimonial .rating .star {
color: #fff;
}
.testimonial-slider.style-1 .swiper-slide-active .single-testimonial .author-area .title, .testimonial-slider.style-1 .swiper-slide-active .single-testimonial .author-area span {
color: #fff;
}
.testimonial-slider.style-1 .single-testimonial {
transition: all 0.3s ease-in;
padding: 40px;
border: 1px solid rgba(255, 170, 2, 0.0901960784);
border-radius: 6px;
background-color: rgba(255, 170, 2, 0.0901960784);
position: relative;
z-index: 1;
}
.testimonial-slider.style-1 .single-testimonial::before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border-radius: inherit;
content: "";
background-image: linear-gradient(180deg, rgba(255, 170, 2, 0.8509803922) 0%, #ffaa02 100%);
transition: all 0.3s ease-in;
z-index: -1;
opacity: 0;
}
.testimonial-slider.style-1 .single-testimonial .rating .star {
color: var(--rx-primary-color);
font-size: 17px;
}
.testimonial-slider.style-1 .single-testimonial .disc {
margin-top: 30px;
margin-bottom: 30px;
font-size: 20px;
}
.testimonial-slider.style-1 .single-testimonial .author-area {
display: flex;
align-items: center;
right: 50px;
border-radius: 5px;
gap: 15px;
}
.testimonial-slider.style-1 .single-testimonial .author-area img {
height: 50px;
min-width: 50px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
max-width: 50px;
padding: 5px;
border-radius: 50%;
border: 1px solid #E3E3E3;
}
.testimonial-slider.style-1 .single-testimonial .author-area .information-area .title {
margin-bottom: 0px;
font-size: 20px;
}
.testimonial-slider.style-1 .single-testimonial .author-area .information-area span {
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.testimonial-slider.style-1 .single-testimonial:hover::before {
opacity: 1;
}
.testimonial-slider.style-1 .single-testimonial:hover .quotes-area svg path {
fill: #FFFFFF;
}
.testimonial-slider.style-1 .single-testimonial:hover .disc,
.testimonial-slider.style-1 .single-testimonial:hover .rating .star {
color: #fff;
}
.testimonial-slider.style-1 .single-testimonial:hover .author-area .title, .testimonial-slider.style-1 .single-testimonial:hover .author-area span {
color: #fff;
}
.testimonial-slider.style-1 .swiper-pagination {
position: relative;
margin-top: 40px;
}
.testimonial-slider.style-1 .swiper-pagination .swiper-pagination-bullet {
height: 10px;
width: 10px;
border-radius: 50%;
border: 1px solid #D4DCFF;
background: transparent;
opacity: 1;
transition: all 0.3s ease;
}
.testimonial-slider.style-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: var(--rx-primary-color);
border-color: var(--rx-primary-color);
}
.testimonial-slider.style-1 .swiper-nav-btn {
background-color: var(--rx-body-color);
color: var(--rx-white-color);
transition: 0.3s all;
}
.testimonial-slider.style-1 .swiper-nav-btn.swiper-button-prev {
left: 6px;
}
.testimonial-slider.style-1 .swiper-nav-btn.swiper-button-next {
right: 6px;
}
.elementor-icon i:before, .elementor-icon svg:before {
margin-left: 0px !important;
}
.elementor-icon.elementor-social-icon {
font-size: var(--icon-size, 25px);
line-height: var(--icon-size, 25px);
width: unset;
height: unset;
}
@media (max-width: 767.98px) { .post_widget_rx_widget .list_article .article.responsive-yes {
display: block;
}
.article_rx_post_list .rx_post_content {
padding: 15px;
} .rx-heading-widget .rx-btn {
display: none;
}
}ul.arhfe-nav-menu,
.arhfe-nav-menu li,
.arhfe-nav-menu ul {
list-style: none !important;
margin: 0;
padding: 0;
}
.arhfe-nav-menu li.menu-item {
position: relative;
}
.arhfe-flyout-container .arhfe-nav-menu li.menu-item {
position: relative;
background: unset;
}
.arhfe-nav-menu .sub-menu li.menu-item {
position: relative;
background: inherit;
}
.arhfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
display: none;
}
div.arhfe-nav-menu,
.elementor-widget-arhfe-nav-menu .elementor-widget-container {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.arhfe-nav-menu .parent-has-no-child .arhfe-menu-toggle {
display: none;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .sub-menu,
.arhfe-submenu-action-hover .arhfe-layout-vertical .arhfe-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 16;
visibility: hidden;
opacity: 0;
text-align: left;
-webkit-transition: all 300ms ease-in;
transition: all 300ms ease-in;
transform: scaleY(0);
transform-origin: top;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: visible;
opacity: 1;
transform: scaleY(1);
}
.arhfe-submenu-action-click .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-submenu-action-click .arhfe-nav-menu .menu-item-has-children:focus > .sub-menu {
visibility: hidden;
opacity: 0;
}
.arhfe-nav-menu .menu-item-has-children .sub-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.arhfe-flyout-container .arhfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.arhfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 100%;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children.focus > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.arhfe-nav-menu:before,
.arhfe-nav-menu:after {
content: '';
display: table;
clear: both;
} .arhfe-nav-menu__align-right .arhfe-nav-menu {
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li a.arhfe-menu-item,
.arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li a.arhfe-sub-menu-item {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
justify-content: flex-end; }
.arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li.arhfe-has-submenu .elementor-button-wrapper,
.rtl .arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li.arhfe-has-submenu .elementor-button-wrapper,
.arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: right;
}
.arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li.arhfe-has-submenu .elementor-button-wrapper,
.rtl .arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li.arhfe-has-submenu .elementor-button-wrapper,
.arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .arhfe-nav-menu__align-right .arhfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: left;
}
.arhfe-nav-menu__align-center .arhfe-nav-menu__layout-vertical li.arhfe-has-submenu .elementor-button-wrapper,
.arhfe-nav-menu__align-center .arhfe-nav-menu__layout-vertical li.elementor-button-wrapper{
text-align: center;
}
.arhfe-nav-menu__align-left .arhfe-nav-menu {
margin-right: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li a.arhfe-menu-item,
.arhfe-nav-menu__align-left .arhfe-nav-menu__layout-vertical li a.arhfe-sub-menu-item {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start; }
.arhfe-nav-menu__align-center .arhfe-nav-menu {
margin-left: auto;
margin-right: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.arhfe-nav-menu__align-center .arhfe-nav-menu__layout-vertical li a.arhfe-menu-item,
.arhfe-nav-menu__align-center .arhfe-nav-menu__layout-vertical li a.arhfe-sub-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; }
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; 
}
.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
width: 100%; 
}
.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li.menu-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
flex-grow: 1; }
.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li a.arhfe-menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center; } .arhfe-active-menu + nav li:not(:last-child) a.arhfe-menu-item,
.arhfe-active-menu + nav li:not(:last-child) a.arhfe-sub-menu-item {
border-bottom-width: 0;
} .arhfe-nav-menu a.arhfe-menu-item,
.arhfe-nav-menu a.arhfe-sub-menu-item {
line-height: 1;
text-decoration: none;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.arhfe-nav-menu a.arhfe-menu-item:hover,
.arhfe-nav-menu a.arhfe-sub-menu-item:hover {
text-decoration: none;
}
.arhfe-nav-menu .sub-menu {
min-width: 220px;
margin: 0;
z-index: 9999;
}
.arhfe-nav-menu__layout-horizontal {
font-size: 0;
}
.arhfe-nav-menu__layout-horizontal li.menu-item,
.arhfe-nav-menu__layout-horizontal > li.menu-item {
font-size: medium;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .sub-menu{
-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
} .arhfe-submenu-icon-classic .arhfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '\e802'; 
}
.arhfe-submenu-icon-plus .arhfe-nav-menu .parent-has-child .sub-arrow i:before {
content: '+'; 
}
.arhfe-submenu-icon-none .arhfe-nav-menu .parent-has-child .sub-arrow {
display: none; 
}
.arhfe-submenu-icon-arrow .arhfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.arhfe-link-redirect-self_link.arhfe-submenu-icon-arrow .arhfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '\e803'; 
}
.arhfe-submenu-icon-plus .arhfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .arhfe-link-redirect-self_link.arhfe-submenu-icon-plus .arhfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '-'; 
}
.arhfe-submenu-icon-classic .arhfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before, .arhfe-link-redirect-self_link.arhfe-submenu-icon-classic .arhfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
content: '\e803'; 
}
.rtl .arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: '\e802'; 
}
.rtl .arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: '\e802'; 
}
.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: '\e802'; 
}
.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
content: '\e802'; 
} .arhfe-nav-menu-icon {
padding: 0.35em;
border: 0 solid;
}
.arhfe-nav-menu-icon svg {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 25px;
}
.arhfe-nav-menu-icon i:focus {
outline: 0;
}
.arhfe-has-submenu-container a.arhfe-menu-item:focus,
.arhfe-has-submenu-container a.arhfe-sub-menu-item:focus {
outline: 0;
} .arhfe-nav-menu .menu-item-has-children:focus,
.arhfe-nav-menu .menu-item-has-children .sub-menu:focus,
.arhfe-nav-menu .menu-item-has-children-container:focus {
outline: 0;
}
.arhfe-nav-menu .menu-item-has-children-container {
position: relative;
}
.arhfe-nav-menu__layout-expandible .sub-menu,
.arhfe-nav-menu__layout-vertical .sub-menu,
.arhfe-flyout-wrapper .sub-menu {
position: relative;
height: 0;
}
.arhfe-nav-menu__submenu-arrow .arhfe-menu-toggle:before,
.arhfe-nav-menu__submenu-plus .arhfe-menu-toggle:before,
.arhfe-nav-menu__submenu-classic .arhfe-menu-toggle:before {
font-family: 'Font Awesome 5 Free';
z-index: 1;
font-size: inherit;
font-weight: inherit;
line-height: 0;
}
.arhfe-menu-item-center .arhfe-nav-menu li a.arhfe-menu-item,
.arhfe-menu-item-center .arhfe-nav-menu li a.arhfe-sub-menu-item {
margin-right: 0px;
}
.arhfe-nav-menu__submenu-none .arhfe-nav-menu li a.arhfe-menu-item,
.arhfe-nav-menu__submenu-none .arhfe-nav-menu li a.arhfe-sub-menu-item {
margin-right: 0px;
}
.arhfe-nav-menu__toggle-icon:before {
content: '\f0c9';
font-family: 'fontAwesome';
z-index: 1;
font-size: 24px;
font-weight: inherit;
font-style: normal;
line-height: 0;
}
.arhfe-active-menu .arhfe-nav-menu__toggle-icon:before {
content: '\f00d';
}
.arhfe-nav-menu__layout-expandible {
-webkit-transition-property: display;
transition-property: display;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}
.arhfe-nav-menu__layout-expandible {
visibility: hidden;
opacity: 0; 
}
.arhfe-nav-menu__layout-expandible .sub-menu {
visibility: hidden;
opacity: 0; 
}
.arhfe-active-menu + .arhfe-nav-menu__layout-expandible {
visibility: visible;
opacity: 1; 
height: auto;
}
.arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-expandible,
.arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-horizontal,
.arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-vertical {
position: absolute;
top: 100%;
}
.arhfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.arhfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.arhfe-layout-expandible nav {
height: 0;
}
.arhfe-nav-sub-menu-icon, .arhfe-nav-menu__icon {
display: inline-block;
line-height: 1;
}
.arhfe-nav-menu__toggle {
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-size: 22px;
cursor: pointer;
border: 0 solid;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #494c4f;
position: relative;
line-height: 1;
}
.arhfe-nav-menu__toggle-icon {
display: inline-block;
font-size: inherit;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.arhfe-nav-menu .sub-arrow {
font-size: 14px;
line-height: 1;
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
margin-top: -10px;
margin-bottom: -10px;
}
.arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .sub-arrow {
margin-left: 10px;
}
.arhfe-nav-menu__layout-vertical .arhfe-nav-menu .sub-arrow,
.arhfe-layout-expandible .sub-arrow,
.arhfe-flyout-wrapper .sub-arrow
{
padding: 10px;
}
.arhfe-nav-menu .child-item,
.arhfe-nav-menu__layout-vertical .arhfe-nav-menu .child-item {
font-size: 14px;
line-height: 1;
padding: 10px 0 10px 10px;
margin-top: -10px;
margin-bottom: -10px;
position: absolute;
right: 0;
margin-right: 20px;
}
.arhfe-layout-horizontal .arhfe-nav-menu__toggle,
.arhfe-layout-vertical .arhfe-nav-menu__toggle {
visibility: hidden;
opacity: 0;
display: none;
}
.arhfe-nav-menu-icon {
display: inline-block;
line-height: 1;
text-align: center;
}
.arhfe-nav-menu__layout-expandible .saved-content,
.arhfe-nav-menu__layout-expandible .sub-menu,
.arhfe-nav-menu__layout-expandible .child,
.arhfe-nav-menu__layout-vertical .saved-content,
.arhfe-nav-menu__layout-vertical .sub-menu,
.arhfe-nav-menu__layout-vertical .child,
.arhfe-flyout-container .saved-content,
.arhfe-flyout-container .sub-menu,
.arhfe-flyout-container .child {
left: 0 !important;
width: 100% !important; 
}
.arhfe-flyout-container .arhfe-nav-menu .sub-menu {
background: unset;
}
.arhfe-nav-menu__layout-vertical .arhfe-menu-toggle:hover,
.arhfe-nav-menu__layout-expandible .arhfe-menu-toggle:hover,
.arhfe-flyout-wrapper .arhfe-menu-toggle:hover {
border:1px dotted;
}
.arhfe-nav-menu__layout-vertical .arhfe-menu-toggle,
.arhfe-nav-menu__layout-expandible .arhfe-menu-toggle,
.arhfe-flyout-wrapper .arhfe-menu-toggle {
border:1px dotted transparent;
} .arhfe-nav-menu .menu-item a:before,
.arhfe-nav-menu .menu-item a:after {
display: block;
position: absolute;
-webkit-transition: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.arhfe-nav-menu .menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-nav-menu .menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity: 0; }
.arhfe-nav-menu .menu-item a.arhfe-menu-item:hover:before,
.arhfe-nav-menu .menu-item a.arhfe-menu-item:hover:after,
.arhfe-nav-menu .menu-item a.arhfe-menu-item:focus:before,
.arhfe-nav-menu .menu-item a.arhfe-menu-item:focus:after,
.arhfe-nav-menu .menu-item a.arhfe-menu-item.highlighted:before,
.arhfe-nav-menu .menu-item a.arhfe-menu-item.highlighted:after,
.arhfe-nav-menu .current-menu-item:before,
.arhfe-nav-menu .current-menu-item:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__underline .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__underline .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__overline .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__overline .menu-item.parent a.arhfe-menu-item:after {
height: 3px;
width: 100%;
left: 0;
background-color: #55595c;
z-index: 2;
}
.arhfe-pointer__double-line.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__double-line.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 0;
width: 0;
left: 50%;
}
.arhfe-pointer__double-line.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 10px;
}
.arhfe-pointer__double-line.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__drop-out .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 10px;
}
.arhfe-pointer__double-line.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: -10px;
}
.arhfe-pointer__double-line.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__drop-in .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: -10px;
}
.arhfe-pointer__double-line.arhfe-animation__none, .arhfe-pointer__double-line.arhfe-animation__none .menu-item.parent a.arhfe-menu-item, .arhfe-pointer__underline.arhfe-animation__none, .arhfe-pointer__underline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item, .arhfe-pointer__overline.arhfe-animation__none, .arhfe-pointer__overline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-pointer__double-line.arhfe-animation__none:before, .arhfe-pointer__double-line.arhfe-animation__none:after, .arhfe-pointer__double-line.arhfe-animation__none:hover, .arhfe-pointer__double-line.arhfe-animation__none:focus, .arhfe-pointer__double-line.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__double-line.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__double-line.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__double-line.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus, .arhfe-pointer__underline.arhfe-animation__none:before, .arhfe-pointer__underline.arhfe-animation__none:after, .arhfe-pointer__underline.arhfe-animation__none:hover, .arhfe-pointer__underline.arhfe-animation__none:focus, .arhfe-pointer__underline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__underline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__underline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__underline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus, .arhfe-pointer__overline.arhfe-animation__none:before, .arhfe-pointer__overline.arhfe-animation__none:after, .arhfe-pointer__overline.arhfe-animation__none:hover, .arhfe-pointer__overline.arhfe-animation__none:focus, .arhfe-pointer__overline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__overline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__overline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__overline.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__overline .menu-item.parent a.arhfe-menu-item:before {
content: '';
top: 0;
}
.arhfe-pointer__double-line.arhfe-animation__slide .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__slide .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
width: 10px;
left: -20px;
}
.arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__underline .menu-item.parent a.arhfe-menu-item:after {
content: '';
bottom: 0;
}
.arhfe-pointer__double-line.arhfe-animation__slide .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__slide .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
width: 10px;
left: -webkit-calc( 100% + 20px);
left: calc( 100% + 20px);
} .arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:after {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #55595c;
}
.arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:before {
content: '';
}
.arhfe-pointer__framed.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.arhfe-pointer__framed.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.arhfe-pointer__framed.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__framed.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:before {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:after {
width: 3px;
height: 3px;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:before {
border-width: 0 0 3px 3px;
-webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 3px 3px 0 0;
-webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:hover:after, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:focus:after, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item.highlighted:after, .arhfe-pointer__framed.arhfe-animation__draw .current-menu-item:before, .arhfe-pointer__framed.arhfe-animation__draw .current-menu-item:after {
width: 100%;
height: 100%;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__framed.arhfe-animation__draw .current-menu-item:before {
-webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:hover:after, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item:focus:after, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent a.arhfe-menu-item.highlighted:after, .arhfe-pointer__framed.arhfe-animation__draw .current-menu-item:after {
-webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:after {
width: 3px;
height: 3px;
}
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:before {
border-width: 3px 0 0 3px;
}
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:after {
content: '';
top: initial;
bottom: 0;
left: initial;
right: 0;
border-width: 0 3px 3px 0;
}
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:hover:after, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item:focus:after, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent a.arhfe-menu-item.highlighted:after, .arhfe-pointer__framed.arhfe-animation__corners .current-menu-item:before, .arhfe-pointer__framed.arhfe-animation__corners .current-menu-item:after {
width: 100%;
height: 100%;
-webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.arhfe-pointer__framed.arhfe-animation__none, .arhfe-pointer__framed.arhfe-animation__none .menu-item.parent a.arhfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-pointer__framed.arhfe-animation__none:before, .arhfe-pointer__framed.arhfe-animation__none:after, .arhfe-pointer__framed.arhfe-animation__none:hover, .arhfe-pointer__framed.arhfe-animation__none:focus, .arhfe-pointer__framed.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__framed.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__framed.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__framed.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .arhfe-pointer__background .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__background .menu-item.parent a.arhfe-menu-item:after {
content: '';
-webkit-transition: 0.3s;
transition: 0.3s;
}
.arhfe-pointer__background .menu-item.parent a.arhfe-menu-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.arhfe-pointer__background .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__background .menu-item.parent a.arhfe-menu-item:focus, .arhfe-pointer__background .menu-item.parent a.arhfe-menu-item.highlighted, .arhfe-pointer__background .current-menu-item {
color: #fff;
}
.arhfe-pointer__background.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:before {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}
.arhfe-pointer__background.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__background.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__background.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__background.arhfe-animation__grow .current-menu-item:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.arhfe-pointer__background.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.arhfe-pointer__background.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__background.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__background.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__background.arhfe-animation__shrink .current-menu-item:before {
-webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.arhfe-pointer__background.arhfe-animation__sweep-left .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
left: 100%;
}
.arhfe-pointer__background.arhfe-animation__sweep-right .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 100%;
}
.arhfe-pointer__background.arhfe-animation__sweep-up .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 100%;
}
.arhfe-pointer__background.arhfe-animation__sweep-down .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 100%;
}
.arhfe-pointer__background.arhfe-animation__shutter-out-vertical .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.arhfe-pointer__background.arhfe-animation__shutter-out-horizontal .menu-item.parent a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
right: 50%;
left: 50%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #55595c;
z-index: -1;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:before {
top: 0;
bottom: 100%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:after {
top: 100%;
bottom: 0;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .current-menu-item:before {
bottom: 50%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:hover:after, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item:focus:after, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .menu-item.parent a.arhfe-menu-item.highlighted:after, .arhfe-pointer__background.arhfe-animation__shutter-in-vertical .current-menu-item:after {
top: 50%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:before {
right: 0;
left: 100%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:after {
right: 100%;
left: 0;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:hover:before, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:focus:before, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item.highlighted:before, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .current-menu-item:before {
left: 50%;
}
.arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:hover:after, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item:focus:after, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .menu-item.parent a.arhfe-menu-item.highlighted:after, .arhfe-pointer__background.arhfe-animation__shutter-in-horizontal .current-menu-item:after {
right: 50%;
}
.arhfe-pointer__background.arhfe-animation__none, .arhfe-pointer__background.arhfe-animation__none .menu-item.parent a.arhfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-pointer__background.arhfe-animation__none:before, .arhfe-pointer__background.arhfe-animation__none:after, .arhfe-pointer__background.arhfe-animation__none:hover, .arhfe-pointer__background.arhfe-animation__none:focus, .arhfe-pointer__background.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__background.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__background.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__background.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
} .arhfe-pointer__text.arhfe-animation__skew .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__skew .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: skew(-8deg);
-ms-transform: skew(-8deg);
transform: skew(-8deg);
}
.arhfe-pointer__text.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.arhfe-pointer__text.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__shrink .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.arhfe-pointer__text.arhfe-animation__float .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__float .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
}
.arhfe-pointer__text.arhfe-animation__sink .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__sink .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.arhfe-pointer__text.arhfe-animation__rotate .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__rotate .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: rotate(6deg);
-ms-transform: rotate(6deg);
transform: rotate(6deg);
}
.arhfe-pointer__text.arhfe-animation__none, .arhfe-pointer__text.arhfe-animation__none .menu-item.parent a.arhfe-menu-item {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-pointer__text.arhfe-animation__none:before, .arhfe-pointer__text.arhfe-animation__none:after, .arhfe-pointer__text.arhfe-animation__none:hover, .arhfe-pointer__text.arhfe-animation__none:focus, .arhfe-pointer__text.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:before, .arhfe-pointer__text.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:after, .arhfe-pointer__text.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text.arhfe-animation__none .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.arhfe-flyout-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 999998;
background: rgba(0,0,0,.6);
cursor: pointer;
-webkit-backface-visibility: hidden;
} .arhfe-pointer__underline .menu-item.parent a.arhfe-menu-item.elementor-button:after,
.arhfe-pointer__overline .menu-item.parent a.arhfe-menu-item.elementor-button:before,
.arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item.elementor-button:after,
.arhfe-pointer__double-line .menu-item.parent a.arhfe-menu-item.elementor-button:before {
height: 0px;
}
.arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item.elementor-button:before,
.arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item.elementor-button:after{
border-width: 0px;
}
.arhfe-pointer__text.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item.elementor-button:hover,
.arhfe-pointer__text.arhfe-animation__grow .menu-item.parent a.arhfe-menu-item.elementor-button:focus
{
-webkit-transform: none;
transform: none;
}
.arhfe-flyout-close,
.arhfe-flyout-close svg {
position: absolute;
top: 0;
right: 0;
margin: 5px;
width: 23px;
height: 23px;
line-height: 23px;
font-size: 23px;
display: block;
cursor: pointer;
}
.arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-left {
top: 0;
bottom: 0;
left: -100%;
right: auto;
height: 100%; width: 300px;
max-width: 100%;
max-width: 100vw;
}
.arhfe-flyout-wrapper .arhfe-side {
display: none;
position: fixed;
z-index: 999999;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
}
.arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-show {
display: block;
}
.arhfe-flyout-content.push {
color: #ffffff;
}
.arhfe-flyout-content ul li {
color: #ffffff;
} .arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-right {
top: 0;
bottom: 0;
left: auto;
right: -100%; height: 100%; width: 300px; max-width: 100%;
}
.arhfe-flyout-wrapper .arhfe-side.arhfe-flyout-left {
top: 0;
bottom: 0;
left: -100%; right: auto;
height: 100%; width: 300px; max-width: 100%;
max-width: 100vw;
}
.arhfe-flyout-wrapper .arhfe-side.top {
top: -100%; bottom: auto;
left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
}
.arhfe-flyout-wrapper .arhfe-side.bottom {
top: auto;
bottom: -100%; left: 0;
right: 0;
width: 100%;
width: 100vw;
height: 300px; max-height: 100%;
} .arhfe-flyout-content {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
line-height: 1.4em;
color: #fff;
} @media (max-width:1024px) {
.arhfe-flyout-content {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.arhfe-flyout-content::-webkit-scrollbar {
display: none;
}
.admin-bar .arhfe-side {
margin-top: 32px;
} .arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children > ul.sub-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children > ul.sub-menu {  
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
transform: translateY(-20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children:hover > ul.sub-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.elementor-widget-navigation-menu:not(.arhfe-nav-menu__align-justify):not(.arhfe-menu-item-space-between) a.arhfe-menu-item.elementor-button {
display: inline-flex;
} 
.arhfe-nav-menu li.elementor-button-wrapper {
align-self: center;
} @media only screen and ( max-width: 1024px ) {
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal li,
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu{
width: 100%;
margin-right:0px;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-layout-horizontal .arhfe-nav-menu__toggle,
.arhfe-nav-menu__breakpoint-tablet .arhfe-layout-vertical .arhfe-nav-menu__toggle {
display: block;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu + .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
visibility: visible;
opacity: 1;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu + .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu + .arhfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
position: relative;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-tablet .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-vertical {
position: absolute;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-layout-horizontal .arhfe-nav-menu__toggle,
.arhfe-nav-menu__breakpoint-tablet .arhfe-layout-vertical .arhfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-vertical {
float: none;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-nav-menu__breakpoint-none .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-menu-toggle:hover {
border:1px dotted;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-menu-toggle {
border:1px dotted transparent;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.arhfe-nav-menu__breakpoint-tablet .saved-content,
.arhfe-nav-menu__breakpoint-tablet .sub-menu,
.arhfe-nav-menu__breakpoint-tablet .child {
left: 0 !important;
width:auto !important;  
}
.arhfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .sub-arrow {
padding: 10px;
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-submenu-icon-plus .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: ''
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before,
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before{
content: ''; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before,
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before{
content: ''
} .arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:after,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-pointer__text .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text  .menu-item.parent a.arhfe-menu-item:focus{
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
.arhfe-nav-menu__breakpoint-tablet.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li a.arhfe-menu-item,
.arhfe-nav-menu__breakpoint-tablet.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li a.arhfe-sub-menu-item,
.arhfe-nav-menu__breakpoint-tablet.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li.elementor-button-wrapper {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
} @media only screen and ( max-width: 767px ) {
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li a.arhfe-menu-item,
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li a.arhfe-sub-menu-item 
.arhfe-nav-menu__breakpoint-tablet.arhfe-nav-menu__align-justify .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu li.elementor-button-wrapper { 
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-layout-horizontal .arhfe-nav-menu__toggle,
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
visibility: visible;
opacity: 1;
display: block;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal li.menu-item,
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu {
width: 100%
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-layout-vertical .arhfe-nav-menu__toggle {
display: inline-block;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .sub-menu {
position: relative;
height: 0;
top: 0;
}
.arhfe-nav-menu .sub-menu {
min-width: auto;
margin: 0;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu,
.arhfe-nav-menu__breakpoint-none .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .menu-item-has-children:hover > .sub-menu {
visibility: hidden;
opacity: 0;
-webkit-transition: none;
transition: none;
}
.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu__layout-vertical {
float: none;
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-layout-vertical .arhfe-nav-menu__toggle.arhfe-active-menu {
display: block;
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;  
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-layout-horizontal .arhfe-nav-menu__toggle,
.arhfe-nav-menu__breakpoint-mobile .arhfe-layout-vertical .arhfe-nav-menu__toggle
{
visibility: visible;
opacity: 1;
display: block;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal {
visibility: hidden;
opacity: 0;
height: 0;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-vertical {
float: none;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .sub-menu {
visibility: hidden;
opacity: 0;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
visibility: hidden;
opacity: 0;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu + .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
visibility: visible;
opacity: 1;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-vertical {
visibility: hidden;
opacity: 0;
height: 0;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu + .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu + .arhfe-nav-menu__layout-vertical {
visibility: visible;
opacity: 1;
height: auto;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu {
position: relative;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-horizontal,
.arhfe-nav-menu__breakpoint-mobile .arhfe-active-menu.arhfe-active-menu-full-width + .arhfe-nav-menu__layout-vertical {
position: absolute;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
top: 0;
left: 0;
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: '\e802'; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{
content: '\e802'; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '\e803'; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '\e803'; 
}
.arhfe-nav-menu__breakpoint-mobile.arhfe-submenu-icon-plus .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '-'; 
}
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '\e803'; 
}
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{
content: '\e802'
}
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-arrow .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before{
content: '\e802'; 
}
.arhfe-nav-menu__breakpoint-none.arhfe-submenu-icon-classic .arhfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.arhfe-menu-item .sub-arrow i:before{
content: '\e802'
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-menu-toggle:hover{
border:1px dotted;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-menu-toggle{
border:1px dotted transparent;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu .sub-menu{
-webkit-box-shadow: none;
box-shadow: none;
} .arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-effect-1 .arhfe-nav-menu {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu__layout-horizontal .arhfe-nav-menu .sub-arrow {
padding: 10px;
}
.arhfe-nav-menu__breakpoint-mobile .menu-is-active.arhfe-effect-1 .arhfe-nav-menu {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-effect-2 .arhfe-nav-menu {
-webkit-transform: translateX(20%);
-ms-transform: translateX(20%);
transform: translateX(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.arhfe-nav-menu__breakpoint-mobile .menu-is-active.arhfe-effect-2 .arhfe-nav-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .arhfe-nav-menu__breakpoint-mobile.arhfe-nav-toggle-yes .arhfe-effect-3 .arhfe-nav-menu {
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.arhfe-nav-menu__breakpoint-mobile .menu-is-active.arhfe-effect-3 .arhfe-nav-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.arhfe-nav-menu__breakpoint-mobile .saved-content,
.arhfe-nav-menu__breakpoint-mobile .sub-menu,
.arhfe-nav-menu__breakpoint-mobile .child,
.arhfe-nav-menu__breakpoint-tablet .saved-content,
.arhfe-nav-menu__breakpoint-tablet .sub-menu,
.arhfe-nav-menu__breakpoint-tablet .child{
left: 0 !important;
width: auto !important; 
}
.arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.arhfe-submenu-animation-slide_up .arhfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children ul.sub-menu,
.arhfe-submenu-animation-slide_down .arhfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}   
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:after,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:after,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:before,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-mobile .arhfe-nav-menu-layout:not(.arhfe-pointer__framed) .menu-item.parent a.arhfe-menu-item:before {
background-color: unset!important; 
}
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:before,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-mobile .arhfe-pointer__framed .menu-item.parent a.arhfe-menu-item:before{
border: 0px!important;
}
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-tablet .arhfe-pointer__text .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text  .menu-item.parent a.arhfe-menu-item:focus,
.elementor-widget-arhfe-nav-menu.arhfe-nav-menu__breakpoint-mobile .arhfe-pointer__text  .menu-item.parent a.arhfe-menu-item:hover, .arhfe-pointer__text .menu-item.parent a.arhfe-menu-item:focus {
-webkit-transform: none!important;
-ms-transform: none!important;
transform: none!important;
}
}
.arhfe-toggle-no .arhfe-layout-expandible .arhfe-nav-menu__toggle {
display: none;
} .arhfe-icon {
display: inline-block;
} .arhfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.arhfe-cart-menu-wrap-custom .arhfe-cart-count, 
.arhfe-cart-menu-wrap-custom .arhfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.arhfe-cart-menu-wrap-custom .arhfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 12px 24px;
} .arhfe-cart-menu-wrap-default {
display: inline-block;
line-height: 1;
}
.arhfe-cart-menu-wrap-default .arhfe-cart-count, 
.arhfe-cart-menu-wrap-default .arhfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.arhfe-cart-menu-wrap-default .arhfe-cart-count {
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.3em;
border-width: 2px;
border-style: solid;
padding: 0 .4em;
}
.arhfe-cart-menu-wrap-default .arhfe-cart-count:after {
bottom: 100%;
margin-bottom: 0;
height: .8em;
width: .8em;
left: 50%;
transform: translateX(-50%);
top: -.6em;
content: ' ';
position: absolute;
pointer-events: none;
border-width: 2px;
border-style: solid;
border-top-left-radius: 10em;
border-top-right-radius: 10em;
border-bottom: 0;
}
.elementor-widget-arhfe-cart:not(.arhfe-menu-cart--show-subtotal-yes) .arhfe-menu-cart__toggle .elementor-button-text {
display: none; 
}
.elementor-widget-arhfe-cart.toggle-icon--bag-light .arhfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e3'; 
}
.elementor-widget-arhfe-cart.toggle-icon--bag-medium .arhfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e4'; 
}
.elementor-widget-arhfe-cart.toggle-icon--bag-solid .arhfe-menu-cart__toggle .elementor-button-icon i:before {
content: '\e8e5'; 
}
.arhfe-menu-cart__toggle .elementor-button {
background: transparent;
border-radius: 0;
color: #818a91;
border: 1px solid;
border-color: inherit;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; 
}
.arhfe-menu-cart__toggle .elementor-button-text {
margin-right: 0.3em; 
}
.arhfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.1s; 
}
.arhfe-menu-cart--items-indicator-bubble .arhfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
right: -0.7em;
border-radius: 100%;
color: #fff;
background-color: #d9534f;
text-align: center;
font-size: 10px; 
}
.arhfe-menu-cart--items-indicator-plain .arhfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
content: attr(data-counter);
display: inline-block;
font-weight: normal; 
}
.arhfe-menu-cart--empty-indicator-hide .arhfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
content: none;
display: none; 
}
.arhfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.arhfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
color:#4d4848;
} .arhfe-search-button-wrapper {
display: block;
cursor: pointer;
vertical-align: middle;
text-align: right;
}
.arhfe-search-form__container {
display: flex;
overflow: hidden;
}
.arhfe-search-form__input {
flex-basis: 100%;
}
.arhfe-search-icon-toggle i.fa-search {
display: inline-block;
position: absolute;
width: 20px;
box-sizing: content-box;
padding: 10px;
}
.arhfe-search-icon-toggle i:before {
vertical-align: middle;
} .arhfe-search-button-wrapper input[type=search] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all .5s;
box-sizing: border-box;
outline: none;
}
.arhfe-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.arhfe-search-button-wrapper input[type=search]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.arhfe-search-icon-toggle input:-moz-placeholder,
.arhfe-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.arhfe-search-layout-icon .arhfe-search-icon-toggle .arhfe-search-form__input {
background-color: unset;
height: 100%;
}
.arhfe-search-button-wrapper.arhfe-input-focus {
display: flex;
}
.arhfe-search-form__container .arhfe-search-submit {
min-width: 3%;
position:relative;
}
.arhfe-search-form__container button#clear,
.arhfe-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right:0; 
top:0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom:0;
margin-right:10px;
background-color: transparent;
}
.arhfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.arhfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.arhfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.arhfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}
.arhfe-search-form__container button#clear-with-button{
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom:0;
background-color: transparent;
}
.arhfe-search-button-wrapper, 
.arhfe-search-form__container,
.arhfe-search-icon-toggle,
.arhfe-search-button-wrapper .arhfe-search-icon-toggle i,
.arhfe-search-button-wrapper .arhfe-search-icon-toggle i:before {
position: relative;
}
.arhfe-search-button-wrapper .arhfe-search-icon-toggle .arhfe-search-form__input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.arhfe-search-icon-toggle {
width: 100%!important;
}
.arhfe-search-button-wrapper.arhfe-input-focus .arhfe-search-icon-toggle .arhfe-search-form__input{
position: absolute;
width: 250px;
right: 0;
}
.arhfe-search-layout-text .arhfe-search-form__container,
.arhfe-search-layout-icon_text .arhfe-search-form__container,
.arhfe-search-layout-text .arhfe-search-form__container .arhfe-search-form__input,
.arhfe-search-layout-icon_text .arhfe-search-form__container .arhfe-search-form__input {
width: 100%;
}
.arhfe-search-icon-toggle {
line-height: 1.5;
} .arhfe-pointer__double-line.arhfe-animation__slide .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.arhfe-pointer__double-line.arhfe-animation__slide .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__slide .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.arhfe-pointer__overline.arhfe-animation__slide .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__fade .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before  {
width: 100%;
left: 0;
opacity:1;
}
.arhfe-pointer__double-line.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.arhfe-pointer__double-line.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
bottom: 0px;
opacity:1;
}
.arhfe-pointer__double-line.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__drop-out .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__double-line.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__drop-in .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
top: 0px;
opacity: 1;
}
.arhfe-pointer__double-line.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__double-line.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__underline.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__underline.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__overline.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__overline.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
height: 3px;
width: 100%;
left: 0;
opacity: 1;
}
.arhfe-pointer__framed.arhfe-animation__grow .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__framed.arhfe-animation__shrink .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.arhfe-pointer__framed.arhfe-animation__fade .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent.current-menu-item a.arhfe-menu-item:before, .arhfe-pointer__underline.arhfe-animation__fade .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after, .arhfe-pointer__double-line.arhfe-animation__fade .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, .arhfe-pointer__double-line.arhfe-animation__fade .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
opacity:1;
}
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.arhfe-pointer__framed.arhfe-animation__corners .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before, 
.arhfe-pointer__framed.arhfe-animation__draw .menu-item.parent.current-menu-item a.arhfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
border-width:3px;
width:100%;
opacity:1;
height:100%;
}@font-face {
font-family: 'ar-icons';
src: url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.eot?10424948);
src: url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.eot?10424948#iefix) format('embedded-opentype'),
url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.woff2?10424948) format('woff2'),
url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.woff?10424948) format('woff'),
url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.ttf?10424948) format('truetype'),
url(//www.wattcom.de/wp-content/plugins/ar-elements/custom-icons/assets/font/ar-icons.svg?10424948#ar-icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="ar-icons-"]:before, [class*=" ar-icons-"]:before {
font-family: "ar-icons";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.ar-icons-chevron-down:before { content: '\e800'; } .ar-icons-magnifying-glass:before { content: '\e801'; } .ar-icons-angle-down:before { content: '\e802'; } .ar-icons-angle-up:before { content: '\e803'; } .ar-icons-bolt:before { content: '\e804'; } .ar-icons-facebook-f:before { content: '\e805'; } .ar-icons-skype:before { content: '\e806'; } .ar-icons-x-twitter:before { content: '\e807'; } .ar-icons-linkedin-in:before { content: '\e808'; } .ar-icons-instagram:before { content: '\e809'; } .ar-icons-pinterest-p:before { content: '\e80a'; } .ar-icons-youtube:before { content: '\e80b'; } .ar-icons-calendar-days:before { content: '\e80c'; } .ar-icons-xmark:before { content: '\e80d'; } .ar-icons-user:before { content: '\e80e'; } .ar-icons-envelope:before { content: '\e80f'; } .ar-icons-chevron-left:before { content: '\e810'; } .ar-icons-chevron-right:before { content: '\e811'; } .ar-icons-clock:before { content: '\e812'; } .ar-icons-comments:before { content: '\e813'; } .ar-icons-play:before { content: '\e814'; } .ar-icons-arrow-right-regular:before { content: '\e815'; } .ar-icons-arrow-up-right-from-square:before { content: '\e816'; } .ar-icons-arrow-up-right-light:before { content: '\e817'; } .ar-icons-arrow-up-right-from-square-two:before { content: '\e818'; } .ar-icons-arrow-up-right-from-square-three:before { content: '\e819'; } .ar-icons-arrow-up-right:before { content: '\e81a'; } .ar-icons-arrow-right:before { content: '\e81f'; } .ar-icons-circle-arrow-up-right:before { content: '\e820'; } .ar-icons-circle-arrow-up-right-two:before { content: '\e821'; } .ar-icons-circle-arrow-up-right-three:before { content: '\e822'; } .ar-icons-circle-arrow-up-right-four:before { content: '\e823'; } .ar-icons-mute:before { content: '\f131'; }:root {
--primaryColor:#DF0A0A;
--titleColor: #0a0a0a;
}
.sticky-header {
position: fixed !important;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
transition: all 300ms ease-in-out;
}
body.logged-in .sticky-header {
top: 32px;
}
@media (max-width: 767px) {
body.logged-in .sticky-header {
top: 0;
}
}
body.logged-in .armega-menu-mobile-sidebar {
top: 10px !important;
}
body.logged-in .armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar .armega-menu-mobile-close {
top: 35px;
}
body.logged-in .armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar ul.armega-megamenu {
padding-top: 35px;
}
ul.menu li.menu-item-has-children:after {
display: none !important;
}
.armega-menu-mobile-button-wrapper .armega-menu-mobile-button svg {
width: 30px;
}
.armega-menu-area {
width: -moz-fit-content;
width: fit-content;
display: flex;
}
.armega-menu-area .armega-menu-mobile-button-wrapper .armega-menu-mobile-button {
height: 40px;
width: 30px;
}
.armega-menu-area .armega-menu-mobile-button-wrapper .armega-menu-mobile-button svg {
height: 100%;
}
.armega-menu-area.armega-menu-mobile-button-wrapper,
.armega-menu-area .mobile-menu-area {
display: none;
}
@media (max-width: 767px) {
.armega-menu-area .desktop-menu-area {
display: none;
}
.armega-menu-area.enabled-mobile-menu.armega-menu-mobile-button-wrapper {
display: flex;
}
.armega-menu-area.enabled-mobile-menu .mobile-menu-area {
display: inline-block !important;
}
.armega-menu-area.enabled-desktop-menu .desktop-menu-area {
display: flex;
}
}
.armega-menu-area .menu-wrapper {
display: flex;
}
.armega-menu-area ul.armega-megamenu {
display: flex;
list-style: none;
margin: 0;
flex-wrap: wrap;
padding-left: 0;
}
.armega-menu-area ul.armega-megamenu > .menu-item {
padding-left: 15px;
padding-right: 15px;
}
.armega-menu-area ul.armega-megamenu > .menu-item .menu-link {
display: block;
display: block;
}
.armega-menu-area ul.armega-megamenu > .menu-item.armega_menu {
display: block !important;
}
.armega-menu-area ul.armega-megamenu > .menu-item.armega_menu ul.sub-menu.menu-odd.menu-depth-1 {
display: none;
}
.armega-menu-area ul.armega-megamenu ul.sub-menu {
list-style: none;
padding-left: 0;
text-align: left;
margin-left: 0;
}
.armega-menu-area ul.armega-megamenu ul.sub-menu .menu-item {
background: transparent;
}
.armega-menu-area ul.armega-megamenu ul.sub-menu .menu-item .menu-link {
line-height: 25px;
padding: 12px 35px 12px 25px;
display: block;
width: 100%;
background: transparent;
}
.armega-menu-area ul.armega-megamenu ul.sub-menu .menu-item .menu-link .menu-desc {
font-size: 14px;
}
.armega-menu-area ul.armega-megamenu ul.sub-menu .menu-item .description {
display: none;
}
.armega-menu-area ul.armega-megamenu.vertical {
display: block;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu > .menu-item .menu-link {
position: relative;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu > .menu-item .menu-link .pointer-underline {
content: "";
position: absolute;
width: 0%;
height: 2px;
left: 0;
bottom: 0;
background: #fff;
transition: all 0.3s ease-in-out;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu > .menu-item .menu-link:hover .pointer-underline {
width: 100%;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children {
position: relative;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children.has-full-width-mega-menu {
position: static;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .sub-menu {
transform: scaleY(0);
opacity: 0;
transition: 0.3s ease-in-out;
transform-origin: top;
position: absolute;
z-index: 9;
list-style: none;
box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
display: block !important;
background: #fff;
top: 100%;
width: 250px;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .sub-menu.armegamenu-contents {
transform: scaleY(0) translateX(-50%);
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .sub-menu.armegamenu-contents.full-width-mega-menu {
max-width: var(--container-max-width);
width: var(--container-max-width);
left: 50%;
right: auto;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .sub-menu .menu-item-has-children .menu-text {
display: flex;
justify-content: space-between;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
top: 50%;
right: -100%;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children .menu-link .submenu-parent-icon svg {
height: 12px;
margin-left: 5px;
fill: currentColor;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children.menu-item-has-children:hover > .sub-menu {
display: block !important;
transform: scaleY(1);
opacity: 1;
}
.armega-menu-area .desktop-menu-area ul.armega-megamenu .menu-item-has-children.menu-item-has-children:hover > .sub-menu.armegamenu-contents {
transform: scaleY(1) translateX(-50%);
}
@media (max-width: 767px) {
.armega-menu-area .mobile-menu-area {
display: block;
}
}
.armega-menu-area .mobile-menu-area.opened .overlay {
position: fixed;
width: 100%;
background: #000;
height: 100%;
top: 0;
bottom: 0;
opacity: 0.5;
z-index: 9999;
visibility: visible;
transform: translate3d(100%, 0, 0);
right: 100%;
}
.armega-menu-area .mobile-menu-area.opened .armega-menu-mobile-sidebar {
transform: translate3d(0, 0, 0);
transition: transform 0.8s;
transition-timing-function: ease;
transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
.armega-menu-area .mobile-menu-area.opened .armega-menu-mobile-sidebar ul.submenu {
display: block;
}
.armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar {
position: fixed;
z-index: 9999;
width: 80%;
right: 0;
top: 0;
height: 100%;
background: #fff;
padding: 46px 30px 50px 30px;
font-size: 1.15em;
transform: translate3d(520px, 0, 0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
max-width: 460px;
overflow-y: auto;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar .armega-menu-mobile-close {
position: absolute;
left: 0;
top: 0px;
background: var(--primaryColor);
color: #000;
padding: 6px 6px;
display: block;
width: 40px;
height: 40px;
text-align: center;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
line-height: 26px;
cursor: pointer;
}
.armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar .armega-menu-mobile-close svg {
height: 100%;
width: 100%;
fill: #fff;
}
.armega-menu-area .mobile-menu-area .armega-menu-mobile-sidebar ul.armega-megamenu {
padding: 0px 0 30px 0;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu {
display: block;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.current-menu-item a.menu-link {
color: var(--primaryColor);
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item .menu-link {
border-bottom: 1px solid #f3f3f3;
color: var(--titleColor);
cursor: pointer;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.menu-item-has-children {
overflow: hidden;
position: relative;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.menu-item-has-children .sub-menu {
display: none;
margin-left: 30px;
padding-left: 0;
width: 100%;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.menu-item-has-children .armegamenu-contents.sub-menu {
position: relative;
width: -moz-fit-content !important;
width: fit-content !important;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.menu-item-has-children .menu-text {
display: flex;
justify-content: space-between;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item.menu-item-has-children .menu-text .submenu-parent-icon svg {
height: 12px;
margin-left: 5px;
fill: currentColor;
}
.armega-menu-area .mobile-menu-area ul.armega-megamenu .menu-item:nth-last-child(1) .menu-link {
border-bottom: none !important;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.footer-width-fixer {
width: 100%;
} .ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
width: 100%;
padding: 0;
max-width: 100%;
} .ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
width: 100%;
padding: 0;
max-width: 100%;
background-color: transparent !important; }
.bhf-hidden {
display: none
} .ehf-header #masthead {
z-index: 99;
position: relative;
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.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{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.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{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.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{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.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:1024px){.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:767px){.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;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;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-duration:10s;transition-property:transform;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-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .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-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .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-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .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-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.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:768px){.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{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.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:var(--kit-widget-spacing,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{display:flex;min-height:1px;position:relative}.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:768px){.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:767px){.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:768px) and (max-width:1024px){.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:1025px) 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:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.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){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:768px) and (max-width:1024px){.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:1024px){.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:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.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){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:767px){.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%}}.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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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:1025px){#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";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#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);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,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);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){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)}.e-con{--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{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.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{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width: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{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-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-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){: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%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@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{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.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;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.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{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.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:1024px){.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:767px){.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{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.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{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.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:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;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;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.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-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;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,.e-transform:not(:has(.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}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}