@import url(../../../../components/com_bagallery/assets/css/../icons/material/material.css); /* /* Animation */ .ba-item-recent-posts-slider .slideshow-type li.item, ul.ba-slideshow li.item { opacity: 0; } .ba-item-recent-posts-slider .slideshow-type li.item.active, ul.ba-slideshow li.item.active { opacity: 1; } .ba-item-content-slider ul.ba-slideshow > .slideshow-wrapper > li.item.active { height: 100%; position: relative; z-index: 5; } .ba-item-recent-posts-slider .slideshow-type li.ba-prev, .ba-item-recent-posts-slider .slideshow-type li.ba-next, ul.ba-slideshow li.ba-prev, ul.ba-slideshow li.ba-next { opacity: 1; z-index: 0; } .ba-item-recent-posts-slider .slideshow-type li.active .ba-slideshow-img, ul.ba-slideshow > .slideshow-content > li.active > .ba-slideshow-img { opacity: 1; z-index: 2; } /* Caption */ .ba-item-content-slider .ba-grid-column, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption, .ba-item-slideshow .ba-slideshow-caption { display: none ; } .ba-item-recent-posts-slider .slideshow-type.first-load-slideshow .active > .ba-slideshow-caption, .first-load-slideshow .active > .ba-slideshow-caption { animation: ba-caption-first-load .3s ease-in-out both !important; opacity: 0; } @keyframes ba-caption-first-load { 0%{opacity: 0;} 100%{opacity: 1;} } .ba-item-content-slider .active >.ba-grid-column, .active > .ba-slideshow-caption { animation: ba-caption 1s ease-in-out both; display: flex!important; } @keyframes ba-caption { 0%{opacity: 0;} 50%{opacity: 0;} 100%{opacity: 1;} } .ba-slideshow-caption h3, .ba-slideshow-caption .ba-slideshow-description, .ba-slideshow-caption .slideshow-button a { animation-duration: .4s; animation-fill-mode: both; } .ba-slideshow-caption h3.select-animation, .ba-slideshow-caption .ba-slideshow-description.select-animation, .ba-slideshow-caption .slideshow-button a.select-animation { animation-delay: .2s !important; } .ba-item(.ba-item-slideshow) .empty-content { height: 0 !important; } .ba-slideshow-caption .slideshow-title-wrapper.empty-content + .slideshow-description-wrapper.empty-content + .slideshow-button a, .ba-slideshow-caption .slideshow-title-wrapper.empty-content + .slideshow-description-wrapper .ba-slideshow-description, .ba-slideshow-caption .ba-slider-title { animation-delay: .4s; } .ba-slideshow-caption .slideshow-title-wrapper + .slideshow-description-wrapper.empty-content + .slideshow-button a, .ba-slideshow-caption .slideshow-title-wrapper.empty-content + .slideshow-description-wrapper + .slideshow-button a, .ba-slideshow-caption .slideshow-title-wrapper + .slideshow-description-wrapper .ba-slideshow-description { animation-delay: .6s; } .ba-slideshow-caption .slideshow-title-wrapper + .slideshow-description-wrapper + .slideshow-button a { animation-delay: .8s; } /* Slide offset right-left */ .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-content > li.ba-next > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-wrapper > li.ba-next > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal li.ba-next .ba-slideshow-img, ul.ba-offset-horizontal > .slideshow-content > li.ba-next > .ba-slideshow-img { animation: move-to-left .7s ease-in-out both; } @keyframes move-to-left { to {transform: translateX(-100%);} } .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-content > li.ba-prev > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-wrapper > li.ba-prev > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal li.ba-prev .ba-slideshow-img, ul.ba-offset-horizontal > .slideshow-content > li.ba-prev > .ba-slideshow-img { animation: move-to-right .7s ease-in-out both; } @keyframes move-to-right { to { transform: translateX(100%); } } .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-content > li.ba-left > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-wrapper > li.ba-left > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal li.ba-left .ba-slideshow-img, ul.ba-offset-horizontal > .slideshow-content > li.ba-left > .ba-slideshow-img { animation: move-from-left .7s ease-in-out both; } @keyframes move-from-left { from {transform: translateX(-100%);} to {transform: translateX(0);} } .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-content > li.ba-right > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal > .slideshow-wrapper > li.ba-right > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal li.ba-right .ba-slideshow-img, ul.ba-offset-horizontal > .slideshow-content > li.ba-right > .ba-slideshow-img { animation: move-from-right .7s ease-in-out both; } @keyframes move-from-right { from {transform: translateX(100%);} to {transform: translateX(0);} } /* Slide offset right-left faster */ .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-prev, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-next, ul.ba-offset-horizontal-fast li.ba-prev, ul.ba-offset-horizontal-fast li.ba-next { z-index: 2; } .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.active .ba-slideshow-img, ul.ba-offset-horizontal-fast > .slideshow-content > li.active > .ba-slideshow-img { z-index: 1; } .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-left > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-wrapper > li.ba-left > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-left .ba-slideshow-img, ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-left > .ba-slideshow-img { animation: move-from-left .7s ease-in-out both; } @keyframes move-from-left { from {transform: translateX(-100%);} to {transform: translateX(0);} } .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-right > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-wrapper > li.ba-right > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-right .ba-slideshow-img, ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-right > .ba-slideshow-img { animation: move-from-right .7s ease-in-out both; } @keyframes move-from-right { from {transform: translateX(100%);} to {transform: translateX(0);} } .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-next > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-wrapper > li.ba-next > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-next .ba-slideshow-img, ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-next > .ba-slideshow-img { animation: move-to-left 1s ease-in-out both; } @keyframes move-to-left { to {transform: translateX(-100%);} } .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-prev > .ba-overlay, .ba-item-content-slider ul.ba-offset-horizontal-fast > .slideshow-wrapper > li.ba-prev > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-horizontal-fast li.ba-prev .ba-slideshow-img, ul.ba-offset-horizontal-fast > .slideshow-content > li.ba-prev > .ba-slideshow-img { animation: move-to-right 1s ease-in-out both; } @keyframes move-to-right { to {transform: translateX(100%);} } /* Slide offset top-bottom */ .ba-item-content-slider ul.ba-offset-vertical > .slideshow-content > li.ba-prev > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical > .slideshow-wrapper > li.ba-prev > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical li.ba-prev .ba-slideshow-img, ul.ba-offset-vertical > .slideshow-content > li.ba-prev > .ba-slideshow-img { animation: move-to-top .7s ease-in-out both; } @keyframes move-to-top { to {transform: translateY(-100%);} } .ba-item-content-slider ul.ba-offset-vertical > .slideshow-content > li.ba-left > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical > .slideshow-wrapper > li.ba-left > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical li.ba-left .ba-slideshow-img, ul.ba-offset-vertical > .slideshow-content > li.ba-left > .ba-slideshow-img { animation: move-from-bottom .7s ease-in-out both; } @keyframes move-from-bottom { from {transform: translateY(100%);} } .ba-item-content-slider ul.ba-offset-vertical > .slideshow-content > li.ba-next > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical > .slideshow-wrapper > li.ba-next > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical li.ba-next .ba-slideshow-img, ul.ba-offset-vertical > .slideshow-content > li.ba-next > .ba-slideshow-img { animation: move-to-bottom .7s ease-in-out both; } @keyframes move-to-bottom { to {transform: translateY(100%);} } .ba-item-content-slider ul.ba-offset-vertical > .slideshow-content > li.ba-right > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical > .slideshow-wrapper > li.ba-right > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical li.ba-right .ba-slideshow-img, ul.ba-offset-vertical > .slideshow-content > li.ba-right > .ba-slideshow-img { animation: move-from-top .7s ease-in-out both; } @keyframes move-from-top { from {transform: translateY(-100%);} } /* Slide offset top-bottom faster */ .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-prev, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-next, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-prev, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-next { z-index: 2; } .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.active .ba-slideshow-img, ul.ba-offset-vertical-fast > .slideshow-content > li.active > .ba-slideshow-img { z-index: 0; } .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-content > li.ba-prev > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-wrapper > li.ba-prev > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-prev .ba-slideshow-img, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-prev > .ba-slideshow-img { animation: move-to-top .9s ease-in-out both; } @keyframes move-to-top { to {transform: translateY(-100%);} } .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-content > li.ba-left > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-wrapper > li.ba-left > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-left .ba-slideshow-img, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-left > .ba-slideshow-img { animation: move-from-bottom .7s ease-in-out both; } @keyframes move-from-bottom { from {transform: translateY(100%);} } .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-content > li.ba-next > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-wrapper > li.ba-next > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-next .ba-slideshow-img, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-next > .ba-slideshow-img { animation: move-to-bottom .9s ease-in-out both; } @keyframes move-to-bottom { to {transform: translateY(100%);} } .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-content > li.ba-right > .ba-overlay, .ba-item-content-slider ul.ba-offset-vertical-fast > .slideshow-wrapper > li.ba-right > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-offset-vertical-fast li.ba-right .ba-slideshow-img, ul.ba-offset-vertical-fast > .slideshow-content > li.ba-right > .ba-slideshow-img { animation: move-from-top .7s ease-in-out both; } @keyframes move-from-top { from {transform: translateY(-100%);} } /* Fade */ .ba-item-content-slider ul.ba-fade-in > .slideshow-content > li.active > .ba-overlay, .ba-item-content-slider ul.ba-fade-in > .slideshow-wrapper > li.active > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-fade-in li.active .ba-slideshow-img, ul.ba-fade-in > .slideshow-content > li.active > .ba-slideshow-img { animation: fade .7s ease both; } @keyframes fade { from {opacity: 0;} to {opacity: 1;} } /* Ken Burns */ .ba-item-content-slider ul.ba-ken-burns > .slideshow-content > li.ba-next.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-content > li.ba-prev.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-wrapper > li.ba-next.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-wrapper > li.ba-prev.burns-out > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-ken-burns li.ba-next.burns-out .ba-slideshow-img, .ba-item-recent-posts-slider .slideshow-type.ba-ken-burns li.ba-prev.burns-out .ba-slideshow-img, ul.ba-ken-burns > .slideshow-content > li.ba-next.burns-out > .ba-slideshow-img, ul.ba-ken-burns > .slideshow-content > li.ba-prev.burns-out > .ba-slideshow-img { opacity: 0 !important; transition: opacity .2s .3s linear; } .ba-item-content-slider ul.ba-ken-burns > .slideshow-content > li.ba-next.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-content > li.ba-prev.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-wrapper > li.ba-next.burns-out > .ba-overlay, .ba-item-content-slider ul.ba-ken-burns > .slideshow-wrapper > li.ba-prev.burns-out > .ba-overlay, .ba-item-content-slider .ba-ken-burns li.active > .ba-overlay, .ba-item-recent-posts-slider .slideshow-type.ba-ken-burns li.ba-next.burns-out .ba-slideshow-img, .ba-item-recent-posts-slider .slideshow-type.ba-ken-burns li.ba-prev.burns-out .ba-slideshow-img, .ba-item-recent-posts-slider .slideshow-type.ba-ken-burns li.active .ba-slideshow-img, ul.ba-ken-burns > .slideshow-content > li.ba-next.burns-out > .ba-slideshow-img, ul.ba-ken-burns > .slideshow-content > li.ba-prev.burns-out > .ba-slideshow-img, .ba-ken-burns > .slideshow-content > li.active > .ba-slideshow-img { animation: ba-zoom 30s cubic-bezier(.06,.46,.39,.32) both; opacity: 1; } @keyframes ba-zoom { 0% {opacity: 0; transform: scale(1);} 1% {opacity: 1;} 100% {transform: scale(1.5); opacity: 1;} } .ba-item.ba-item-carousel .ba-slideshow-img, .ba-item-recent-posts-slider .ba-slideset:not(.slideshow-type) .ba-slideshow-img, .ba-item-slideset > .ba-slideshow-img { animation: none !important } .ba-item-content-slider .ba-item-recent-posts-slider .ba-slideset.slideshow-type .burns-out .ba-slideshow-img { visibility: visible; }#item-17342695359880 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 1px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 150px;}#item-1740481747382 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 5px;padding-left: 0px;padding-right: 0px;padding-top: 5px;}#item-1739734273946 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17342695359900 {--border-radius: 0px;animation-duration: 0.9s;animation-delay: 0s;opacity: 0;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17342695359900 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17342695359900.visible {opacity: 1;}#item-1740481747383 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1739734273947 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17342695359901 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-left: 0px;margin-right: 0px;padding-bottom: 50px;padding-left: 100px;padding-right: 100px;padding-top: 0px;}#item-1740481747384 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1739734273948 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17342695359881 {display : block;margin-bottom: 50px;margin-top: 40px;margin-right: 0px;margin-left: 0px;}#item-17342695359881 p {font-family: 'Comfortaa';color: var(--primary);background-image: none;font-size: 40px;line-height: 30px;text-align: center;}#item-17342695359881 h2 {font-family: 'Comfortaa';font-size: 50px;text-align: center;text-transform: none;color: var(--icon);background-image: none;text-decoration: none;letter-spacing: 3px;line-height: 50px;}#item-17342695359881 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17342695359883 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17342695359883 p {font-family: 'Comfortaa';color: var(--icon);background-image: none;font-size: 25px;line-height: 35px;text-align: left;}#item-17342695359883 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1740481957691 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-1740481957691 h1 {font-family: 'Comfortaa';color: rgba(2, 73, 67, 1);background-image: none;font-size: 60px;text-transform: none;}#item-1740481957691 .headline-wrapper > * {animation-duration: 0.9s;}#item-1740481957691 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1739734288139 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-1739734288139 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}@media (max-width: 1440px) {#item-17342695359880 {display : block;}#item-1740481747382 {display : block;}#item-1739734273946 {display : block;}#item-17342695359900 {display : block;margin-top: 25px;margin-bottom: 25px;padding-right: 25px;padding-left: 25px;}#item-1740481747383 {display : block;}#item-1739734273947 {display : block;}#item-17342695359901 {display : block;padding-right: 25px;padding-left: 25px;padding-bottom: 0px;}#item-17342695359881 {display : block;margin-top: 25px;margin-right: 0px;margin-bottom: 25px;margin-left: 0px;}#item-17342695359881 p {font-size: 22px;}#item-17342695359883 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17342695359883 p {font-size: 22px;}#item-1740481957691 {display : block;}#item-1739734288139 {display : block;}}@media (max-width: 1280px) {#item-17342695359880 {display : block;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;padding-left: 0px;}#item-17342695359880 > .ba-video-background {display: none;}#item-17342695359880 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1740481747382 {display : block;padding-bottom: 0px;padding-left: 25px;padding-right: 25px;padding-top: 25px;}#item-1739734273946 {display : block;padding-bottom: 25px;padding-left: 25px;padding-right: 25px;padding-top: 25px;}#item-17342695359900 {display : block;}#item-1740481747383 {display : block;}#item-1739734273947 {display : block;}#item-17342695359901 {display : block;}#item-1740481747384 {display : block;}#item-1739734273948 {display : block;}#item-17342695359881 {display : block;margin-bottom: 20px;margin-top: 150px;}#item-17342695359881 p {text-align: left;font-size: 30px;}#item-17342695359883 {display : block;}#item-17342695359883 p {text-align: center;line-height: 40px;}#item-1740481957691 {display : block;}#item-1739734288139 {display : block;}}@media (max-width: 1024px) {#item-17342695359880 {display : block;}#item-17342695359880 > .ba-video-background {display: none;}#item-17342695359880 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1740481747382 {display : block;}#item-1739734273946 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342695359900 {display : block;}#item-1740481747383 {display : block;}#item-1739734273947 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17342695359901 {display : block;}#item-17342695359881 {display : block;}#item-17342695359883 {display : block;}#item-1740481957691 {display : block;}#item-1739734288139 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}}@media (max-width: 768px) {#item-17342695359880 {display : block;}#item-1740481747382 {display : block;}#item-1739734273946 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342695359900 {display : block;}#item-1740481747383 {display : block;}#item-1739734273947 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17342695359901 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;}#item-1740481747384 {display : block;}#item-1739734273948 {display : block;}#item-17342695359881 {display : block;}#item-17342695359881 p {font-size: 19px;text-align: center;}#item-17342695359883 {display : block;}#item-17342695359883 p {font-size: 19px;text-align: center;}#item-1740481957691 {display : block;}#item-1740481957691 h1 {font-size: 50px;}#item-1739734288139 {display : block;}}@media (max-width: 420px) {#item-17342695359880 {display : block;padding-right: 5px;padding-left: 5px;padding-bottom: 10px;padding-top: 10px;}#item-1740481747382 {display : block;padding-top: 0px;padding-right: 5px;padding-bottom: 0px;padding-left: 5px;}#item-1739734273946 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342695359900 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-1740481747383 {display : block;}#item-1739734273947 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17342695359901 {display : block;margin-top: 150px;margin-bottom: 25px;padding-top: 0px;padding-right: 5px;padding-bottom: 0px;padding-left: 5px;}#item-17342695359881 {display : block;margin-top: 0px;margin-right: 5px;margin-bottom: 20px;margin-left: 5px;}#item-17342695359881 p {text-align: left;font-size: 26px;}#item-17342695359881 h2 {font-size: 31px;}#item-17342695359883 {display : block;margin-top: 0px;margin-right: 7px;margin-bottom: 0px;margin-left: 7px;}#item-17342695359883 p {text-align: left;font-size: 18px;}#item-1740481957691 {display : block;}#item-1740481957691 h1 {font-size: 27px;}#item-1739734288139 {display : block;}}#item-1740324021494 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 2px;padding-bottom: 30px;padding-left: 0px;padding-right: 0px;padding-top: 25px;}#item-1740324021494 {background-image: none;background-color: var(--bg-primary);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1740324021495 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 25px;margin-left: 25px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1740324021496 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 50px;margin-left: 50px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1740324045734 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1740324045734 {background-image: none;background-color: var(--bg-primary);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399058349891 {display : block;margin-bottom: 0px;margin-top: 50px;}#item-17399058349891 h1 {font-family: 'Comfortaa';color: var(--title-inverse);background-image: none;font-size: 21px;line-height: 37px;text-transform: none;}#item-17399058349891 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17404823653190 {display : block;margin-bottom: 0px;margin-top: 80px;}#item-17404823653190 h1 {font-family: 'Comfortaa';color: var(--title-inverse);background-image: none;font-size: 21px;line-height: 37px;text-transform: none;}#item-17404823653190 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399058349893 {display : block;margin-bottom: 0px;margin-top: 50px;}#item-17399058349893 .ba-button-wrapper {text-align: center;}#item-17399058349893 .ba-button-wrapper a span {font-size: 15px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17399058349893 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17399058349893 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17399058349893 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17399058349893 .ba-button-wrapper a i {font-size : 24px;}#item-17399058349893 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399058349893 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17399058349893 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17410207678720 {display : block;margin-bottom: 0px;margin-top: 20px;}#item-17410207678720 .ba-button-wrapper {text-align: center;}#item-17410207678720 .ba-button-wrapper a span {font-size: 15px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17410207678720 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: rgba(26, 212, 66, 1);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17410207678720 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17410207678720 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17410207678720 .ba-button-wrapper a i {font-size : 24px;}#item-17410207678720 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17410207678720 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17410207678720 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-1740600259036 {display : block;margin-bottom: 20px;margin-top: 20px;margin-right: 0px;margin-left: 0px;}#item-1740600259036 li.item:nth-child(1) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="0"] {background-image: url(https://mir-art-figueres.com/images/compressed/BANER/arte-mir-art-figueres--1-.webp);}#item-1740600259036 li.item:nth-child(2) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="1"] {background-image: url(https://mir-art-figueres.com/images/compressed/BANER/arte-mir-art-figueres--2-.webp);}#item-1740600259036 li.item:nth-child(3) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="2"] {background-image: url(https://mir-art-figueres.com/images/compressed/BANER/arte-mir-art-figueres--3-.webp);}#item-1740600259036 .slideshow-wrapper {min-height: auto;}#item-1740600259036 .slideshow-content, #item-1740600259036 .empty-list {height:450px;}#item-1740600259036 .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div {background-size :contain;}#item-1740600259036 .ba-overlay {height:450px;}#item-1740600259036 .slideshow-title-wrapper {text-align :center;}#item-1740600259036 .ba-slideshow-title {animation-duration :0.9s;color: var(--title-inverse);background-image: none;font-size: 56px;font-style: normal;font-weight: 700;letter-spacing: 0px;line-height: 65px;text-decoration: none;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-1740600259036 .slideshow-description-wrapper {text-align :center;}#item-1740600259036 .ba-slideshow-description {animation-duration :0.9s;color: var(--title-inverse);background-image: none;font-size: 24px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-transform: none;margin-bottom: 25px;margin-top: 25px;}#item-1740600259036 .slideshow-button {text-align :center;}#item-1740600259036 .slideshow-button:not(.empty-content) a {display: inline-block;animation-duration :0.9s;margin-bottom: 0px;margin-top: 0px;font-size: 10px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);color: var(--title-inverse);background-color: var(--primary);padding-bottom: 20px;padding-left: 60px;padding-right: 60px;padding-top: 20px;}#item-1740600259036 .slideshow-button a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-1740600259036 .slideshow-button a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-1740600259036 .ba-slideshow-nav a {font-size: 18px;width: 18px;height: 18px;padding : 25px;color: var(--title-inverse);background-color: var(--primary);--shadow-horizontal: 0px;--shadow-vertical: 10px;--shadow-blur: 20px;--shadow-spread: 0px;--shadow-color: var(--shadow);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;}#item-1740600259036 .ba-slideshow-nav a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-1740600259036 .ba-slideshow-nav a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-1740600259036 .slideshow-wrapper {--thumbnails-count:9;--bottom-thumbnails-height: 75px;--left-thumbnails-width: 75px;}#item-1740600259036 .ba-slideshow-dots:not(.thumbnails-dots) > div {font-size: 16px;width: 16px;height: 16px;color: var(--hover);}#item-1740600259036 .ba-slideshow-dots:not(.thumbnails-dots) > div:hover,#item-1740600259036 .ba-slideshow-dots:not(.thumbnails-dots) > div.active {color: var(--primary);}#item-1740600259036 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}@media (max-width: 1440px) {#item-1740324021494 {display : block;}#item-1740324021495 {display : block;}#item-1740324021496 {display : block;}#item-1740324045734 {display : block;}#item-17399058349891 {display : block;margin-top: 50px;}#item-17404823653190 {display : block;}#item-17399058349893 {display : block;}#item-17410207678720 {display : block;}#item-1740600259036 {display : block;}}@media (max-width: 1280px) {#item-1740324021494 {display : block;padding-bottom: 25px;padding-left: 25px;padding-right: 25px;padding-top: 25px;}#item-1740324021495 {display : block;}#item-1740324021496 {display : block;}#item-1740324045734 {display : block;}#item-17399058349891 {display : block;}#item-17404823653190 {display : block;}#item-17399058349893 {display : block;}#item-17410207678720 {display : block;}#item-1740600259036 {display : block;}#item-1740600259036 li.item:nth-child(1) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="0"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--1-.webp);}#item-1740600259036 li.item:nth-child(2) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="1"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--2-.webp);}#item-1740600259036 li.item:nth-child(3) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="2"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--3-.webp);}}@media (max-width: 1024px) {#item-1740324021494 {display : block;}#item-1740324021495 {display : block;}#item-1740324021496 {display : block;}#item-1740324045734 {display : block;}#item-17399058349891 {display : block;}#item-17404823653190 {display : block;}#item-17399058349893 {display : block;}#item-17410207678720 {display : block;}#item-1740600259036 {display : block;}}@media (max-width: 768px) {#item-1740324021494 {display : block;}#item-1740324021495 {display : block;}#item-1740324021496 {display : block;margin-right: 10px;margin-left: 10px;}#item-1740324045734 {display : block;}#item-17399058349891 {display : block;}#item-17404823653190 {display : block;}#item-17399058349893 {display : block;}#item-17410207678720 {display : block;}#item-1740600259036 {display : block;}#item-1740600259036 li.item:nth-child(1) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="0"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--1-.webp);}#item-1740600259036 li.item:nth-child(2) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="1"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--2-.webp);}#item-1740600259036 li.item:nth-child(3) .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div[data-ba-slide-to="2"] {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/BANER/arte-mir-art-figueres--3-.webp);}}@media (max-width: 420px) {#item-1740324021494 {display : block;padding-right: 5px;padding-left: 5px;}#item-1740324021495 {display : block;}#item-1740324021496 {display : block;}#item-1740324045734 {display : block;}#item-17399058349891 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17404823653190 {display : block;margin-top: 40px;}#item-17399058349893 {display : block;}#item-17410207678720 {display : block;}#item-1740600259036 {display : block;}#item-1740600259036 .ba-slideshow-img, #item-1740600259036 .thumbnails-dots div {background-size :cover;}}#item-17399073919290 {--border-bottom: 1;--border-color: rgba(255, 255, 255, 1);--border-left: 0;--border-right: 0;--border-style: solid;--border-radius: 0px;--border-top: 1;--border-width: 1px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 30px;padding-left: 0px;padding-right: 0px;padding-top: 20px;}#item-17399073919290 {background-image: none;background-color: var(--bg-primary);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919290 > .ba-overlay {background-color: var(--overlay);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919295 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17399073919295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919297 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 25px;margin-top: 25px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17399073919297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421280763290 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 25px;margin-top: 25px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421280763290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919296 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17399073919296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919298 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17399073919298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919299 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17399073919299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421280763294 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421280763294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919291 {display : block;margin-bottom: 10px;margin-top: 0px;}#item-17399073919291 h1 {font-family: 'Comfortaa';font-size: 50px;text-transform: none;}#item-17399073919291 h6 {font-family: 'Comfortaa';color: var(--title-inverse);background-image: none;text-transform: none;font-size: 50px;}#item-17399073919291 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399073919293 {display : block;margin-bottom: 0px;margin-top: 0px;}#item-17399073919293 .ba-button-wrapper {text-align: right;}#item-17399073919293 .ba-button-wrapper a span {font-family: 'Comfortaa';font-size: 19px;font-style: normal;font-weight: 400;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: none;}#item-17399073919293 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 20px;padding-left: 60px;padding-right: 60px;padding-top: 20px;}#item-17399073919293 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17399073919293 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17399073919293 .ba-button-wrapper a i {font-size : 24px;}#item-17399073919293 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399073919293 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17399073919293 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17399077275410 {display : block;margin-bottom: 0px;margin-top: 0px;}#item-17399077275410 .ba-button-wrapper {text-align: left;}#item-17399077275410 .ba-button-wrapper a span {font-family: 'Comfortaa';font-size: 19px;font-style: normal;font-weight: 400;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: none;}#item-17399077275410 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 20px;padding-left: 60px;padding-right: 60px;padding-top: 20px;}#item-17399077275410 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17399077275410 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17399077275410 .ba-button-wrapper a i {font-size : 24px;}#item-17399077275410 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399077275410 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17399077275410 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421280763292 {display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421280763292 .ba-button-wrapper {text-align: center;}#item-17421280763292 .ba-button-wrapper a span {font-family: 'Comfortaa';font-size: 19px;font-style: normal;font-weight: 400;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: none;}#item-17421280763292 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;--shadow-horizontal: 0px;--shadow-vertical: 30px;--shadow-blur: 60px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 20px;padding-left: 60px;padding-right: 60px;padding-top: 20px;}#item-17421280763292 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421280763292 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421280763292 .ba-button-wrapper a i {font-size : 24px;}#item-17421280763292 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421280763292 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421280763292 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1440px) {#item-17399073919290 {--border-bottom: 1;--border-color: rgba(255, 255, 255, 1);--border-style: solid;--border-width: 1px;--border-radius: 0px;display : block;}#item-17399073919295 {display : block;}#item-17399073919297 {display : block;}#item-17421280763290 {display : block;}#item-17399073919299 {display : block;}#item-17399073919291 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17399073919293 {display : block;}#item-17399077275410 {display : block;}#item-17421280763292 {display : block;}}@media (max-width: 1280px) {#item-17399073919290 {display : block;padding-bottom: 25px;padding-left: 25px;padding-right: 25px;padding-top: 25px;}#item-17399073919295 {display : block;}#item-17399073919297 {display : block;}#item-17421280763290 {display : block;}#item-17399073919296 {display : block;}#item-17399073919298 {display : block;margin-bottom: 25px;}#item-17399073919298 > .ba-video-background {display: none;}#item-17399073919298 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919299 {display : block;}#item-17399073919299 > .ba-video-background {display: none;}#item-17399073919299 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421280763294 {display : block;margin-bottom: 25px;}#item-17421280763294 > .ba-video-background {display: none;}#item-17421280763294 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919291 {display : block;}#item-17399073919293 {display : block;}#item-17399073919293 .ba-button-wrapper {text-align: center;}#item-17399073919293 .ba-button-wrapper a span {}#item-17399073919293 .ba-button-wrapper a {display: inline-flex;padding-right: 40px;padding-left: 40px;}#item-17399077275410 {display : block;}#item-17399077275410 .ba-button-wrapper {text-align: center;}#item-17399077275410 .ba-button-wrapper a span {}#item-17399077275410 .ba-button-wrapper a {display: inline-flex;padding-right: 40px;padding-left: 40px;}#item-17421280763292 {display : block;}#item-17421280763292 .ba-button-wrapper {text-align: center;}#item-17421280763292 .ba-button-wrapper a span {}#item-17421280763292 .ba-button-wrapper a {display: inline-flex;padding-right: 40px;padding-left: 40px;}}@media (max-width: 1024px) {#item-17399073919290 {display : block;}#item-17399073919295 {display : block;}#item-17399073919297 {display : block;}#item-17421280763290 {display : block;}#item-17399073919299 {display : block;}#item-17399073919291 {display : block;}#item-17399073919293 {display : block;}#item-17399077275410 {display : block;}#item-17421280763292 {display : block;}}@media (max-width: 768px) {#item-17399073919290 {display : block;}#item-17399073919295 {display : block;}#item-17399073919297 {display : block;}#item-17421280763290 {display : block;}#item-17399073919296 {display : block;}#item-17399073919298 {display : block;}#item-17399073919299 {display : block;}#item-17421280763294 {display : block;}#item-17399073919291 {display : block;}#item-17399073919293 {display : block;}#item-17399077275410 {display : block;}#item-17421280763292 {display : block;}}@media (max-width: 420px) {#item-17399073919290 {--border-color: rgba(255, 255, 255, 1);--border-top: 1;--border-right: 0;--border-bottom: 1;--border-left: 0;--border-style: solid;--border-width: 1px;--border-radius: 0px;display : block;margin-top: 5px;padding-top: 0px;padding-right: 5px;padding-bottom: 2px;padding-left: 5px;}#item-17399073919290 > .ba-video-background {display: none;}#item-17399073919290 {background-image: none;background-color: var(--bg-primary);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17399073919295 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399073919297 {display : block;margin-top: 0px;}#item-17421280763290 {display : block;margin-top: 0px;}#item-17399073919299 {display : block;}#item-17399073919291 {display : block;margin-top: 25px;margin-bottom: 25px;}#item-17399073919291 h1 {font-size: 31px;}#item-17399073919291 h6 {font-size: 30px;}#item-17399073919293 {display : block;}#item-17399073919293 .ba-button-wrapper a span {font-size: 11px;}#item-17399073919293 .ba-button-wrapper a {color: var(--icon);background-color: rgba(255, 255, 255, 1);padding-right: 20px;padding-left: 20px;}#item-17399077275410 {display : block;margin-bottom: 30px;}#item-17399077275410 .ba-button-wrapper a span {font-size: 11px;}#item-17399077275410 .ba-button-wrapper a {color: var(--icon);background-color: rgba(255, 255, 255, 1);padding-right: 20px;padding-left: 20px;}#item-17421280763292 {display : block;}#item-17421280763292 .ba-button-wrapper a span {font-size: 11px;}#item-17421280763292 .ba-button-wrapper a {color: var(--icon);background-color: rgba(255, 255, 255, 1);padding-right: 20px;padding-left: 20px;}}#item-17421399405020 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 25px;padding-left: 25px;padding-right: 25px;padding-top: 25px;}#item-17421399405020 {background-image: none;background-color: var(--bg-primary);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421399405020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1742142989707 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405037 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405037 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320497 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 25px;margin-top: 25px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421414320497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338837 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 25px;margin-top: 25px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421423338837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1742142989708 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405038 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 25px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405038 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421399405039 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405039 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421399405040 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421399405040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320498 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421414320498 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320499 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421414320499 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320500 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421414320500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338838 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421423338838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338839 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421423338839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338840 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17421423338840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17405941331551 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17405941331551 h6 {font-family: 'Comfortaa';font-size: 50px;text-transform: none;}#item-17405941331551 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421399405023 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421399405023 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421399405023 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421399405023 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405023 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405023 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421399405023 .ba-image-wrapper { cursor: default; }#item-17405950145650 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17405950145650 .ba-button-wrapper {text-align: center;}#item-17405950145650 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17405950145650 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17405950145650 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17405950145650 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17405950145650 .ba-button-wrapper a i {font-size : 24px;}#item-17405950145650 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17405950145650 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17405950145650 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421399405027 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421399405027 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421399405027 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421399405027 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405027 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405027 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421399405027 .ba-image-wrapper { cursor: default; }#item-17405950225570 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17405950225570 .ba-button-wrapper {text-align: center;}#item-17405950225570 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17405950225570 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17405950225570 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17405950225570 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17405950225570 .ba-button-wrapper a i {font-size : 24px;}#item-17405950225570 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17405950225570 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17405950225570 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421399405031 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421399405031 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421399405031 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421399405031 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405031 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421399405031 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421399405031 .ba-image-wrapper { cursor: default; }#item-17405950267720 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17405950267720 .ba-button-wrapper {text-align: center;}#item-17405950267720 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17405950267720 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17405950267720 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17405950267720 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17405950267720 .ba-button-wrapper a i {font-size : 24px;}#item-17405950267720 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17405950267720 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17405950267720 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421414320491 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421414320491 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421414320491 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421414320491 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320491 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320491 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421414320491 .ba-image-wrapper { cursor: default; }#item-17421390424924 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17421390424924 .ba-button-wrapper {text-align: center;}#item-17421390424924 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390424924 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390424924 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390424924 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390424924 .ba-button-wrapper a i {font-size : 24px;}#item-17421390424924 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390424924 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390424924 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421414320493 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421414320493 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421414320493 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421414320493 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320493 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320493 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421414320493 .ba-image-wrapper { cursor: default; }#item-17421390424930 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17421390424930 .ba-button-wrapper {text-align: center;}#item-17421390424930 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390424930 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390424930 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390424930 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390424930 .ba-button-wrapper a i {font-size : 24px;}#item-17421390424930 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390424930 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390424930 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421414320495 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421414320495 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421414320495 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421414320495 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320495 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421414320495 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421414320495 .ba-image-wrapper { cursor: default; }#item-17421390424936 {display : block;margin-bottom: 35px;margin-top: 25px;}#item-17421390424936 .ba-button-wrapper {text-align: center;}#item-17421390424936 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390424936 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390424936 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390424936 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390424936 .ba-button-wrapper a i {font-size : 24px;}#item-17421390424936 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390424936 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390424936 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421423338831 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421423338831 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421423338831 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421423338831 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338831 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338831 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421423338831 .ba-image-wrapper { cursor: default; }#item-17421390417146 {display : block;margin-bottom: 25px;margin-top: 25px;}#item-17421390417146 .ba-button-wrapper {text-align: center;}#item-17421390417146 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390417146 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390417146 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390417146 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390417146 .ba-button-wrapper a i {font-size : 24px;}#item-17421390417146 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390417146 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390417146 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421423338833 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421423338833 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421423338833 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421423338833 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338833 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338833 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421423338833 .ba-image-wrapper { cursor: default; }#item-17421390417152 {display : block;margin-bottom: 25px;margin-top: 25px;}#item-17421390417152 .ba-button-wrapper {text-align: center;}#item-17421390417152 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390417152 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390417152 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390417152 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390417152 .ba-button-wrapper a i {font-size : 24px;}#item-17421390417152 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390417152 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390417152 .ba-button-wrapper a i {margin: 0 10px 0 0;}#item-17421423338835 {text-align: center;display : block;margin-bottom: 0px;margin-top: 0px;}#item-17421423338835 .ba-image-wrapper {--border-color: var(--border);--border-radius: 9px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 650px;}#item-17421423338835 .ba-image-wrapper {--transition-duration: 0.3s;}#item-17421423338835 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338835 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-17421423338835 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421423338835 .ba-image-wrapper { cursor: default; }#item-17421390417158 {display : block;margin-bottom: 25px;margin-top: 25px;}#item-17421390417158 .ba-button-wrapper {text-align: center;}#item-17421390417158 .ba-button-wrapper a span {font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: 4px;line-height: 26px;text-decoration: none;text-transform: uppercase;}#item-17421390417158 .ba-button-wrapper a {display: inline-flex;color: var(--title-inverse);background-color: var(--primary);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 10px;padding-left: 40px;padding-right: 40px;padding-top: 10px;}#item-17421390417158 .ba-button-wrapper a:hover {color: var(--title-inverse);background-color: var(--hover);}#item-17421390417158 .ba-button-wrapper a {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-17421390417158 .ba-button-wrapper a i {font-size : 24px;}#item-17421390417158 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17421390417158 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17421390417158 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1440px) {#item-17421399405020 {display : block;}#item-1742142989707 {display : block;}#item-17421399405037 {display : block;}#item-17421414320497 {display : block;}#item-17421423338837 {display : block;}#item-17421399405038 {display : block;}#item-17421399405040 {display : block;}#item-17421414320500 {display : block;}#item-17421423338840 {display : block;}#item-17405941331551 {display : block;}#item-17421399405023 {display : block;}#item-17405950145650 {display : block;}#item-17421399405027 {display : block;}#item-17405950225570 {display : block;}#item-17421399405031 {display : block;}#item-17405950267720 {display : block;}#item-17421414320491 {display : block;}#item-17421390424924 {display : block;}#item-17421414320493 {display : block;}#item-17421390424930 {display : block;}#item-17421414320495 {display : block;}#item-17421390424936 {display : block;}#item-17421423338831 {display : block;}#item-17421390417146 {display : block;}#item-17421423338833 {display : block;}#item-17421390417152 {display : block;}#item-17421423338835 {display : block;}#item-17421390417158 {display : block;}}@media (max-width: 1280px) {#item-17421399405020 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-1742142989707 {display : block;}#item-17421399405037 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17421414320497 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17421423338837 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-1742142989708 {display : block;}#item-17421399405038 {display : block;margin-bottom: 25px;}#item-17421399405038 > .ba-video-background {display: none;}#item-17421399405038 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421399405039 {display : block;margin-bottom: 25px;}#item-17421399405039 > .ba-video-background {display: none;}#item-17421399405039 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421399405040 {display : block;}#item-17421414320498 {display : block;margin-bottom: 25px;}#item-17421414320498 > .ba-video-background {display: none;}#item-17421414320498 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320499 {display : block;margin-bottom: 25px;}#item-17421414320499 > .ba-video-background {display: none;}#item-17421414320499 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421414320500 {display : block;}#item-17421423338838 {display : block;margin-bottom: 25px;}#item-17421423338838 > .ba-video-background {display: none;}#item-17421423338838 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338839 {display : block;margin-bottom: 25px;}#item-17421423338839 > .ba-video-background {display: none;}#item-17421423338839 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17421423338840 {display : block;}#item-17405941331551 {display : block;}#item-17421399405023 {display : block;margin-right: 0px;margin-left: 0px;margin-top: 0px;margin-bottom: 0px;}#item-17421399405023 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17405950145650 {display : block;}#item-17421399405027 {display : block;margin-right: 0px;margin-left: 0px;margin-top: 0px;margin-bottom: 0px;}#item-17421399405027 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17405950225570 {display : block;}#item-17421399405031 {display : block;}#item-17421399405031 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17405950267720 {display : block;}#item-17421414320491 {display : block;}#item-17421414320491 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390424924 {display : block;}#item-17421414320493 {display : block;}#item-17421414320493 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390424930 {display : block;}#item-17421414320495 {display : block;}#item-17421414320495 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390424936 {display : block;}#item-17421423338831 {display : block;}#item-17421423338831 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390417146 {display : block;}#item-17421423338833 {display : block;}#item-17421423338833 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390417152 {display : block;}#item-17421423338835 {display : block;}#item-17421423338835 .ba-image-wrapper {--border-width: 4px;--border-style: solid;--border-color: var(--border);--border-radius: 9px;}#item-17421390417158 {display : block;}}@media (max-width: 1024px) {#item-17421399405020 {display : block;}#item-1742142989707 {display : block;}#item-17421399405037 {display : block;}#item-17421414320497 {display : block;}#item-17421423338837 {display : block;}#item-17421399405038 {display : block;}#item-17421399405040 {display : block;}#item-17421414320500 {display : block;}#item-17421423338840 {display : block;}#item-17405941331551 {display : block;}#item-17421399405023 {display : block;}#item-17405950145650 {display : block;}#item-17421399405027 {display : block;}#item-17405950225570 {display : block;}#item-17421399405031 {display : block;}#item-17405950267720 {display : block;}#item-17421414320491 {display : block;}#item-17421390424924 {display : block;}#item-17421414320493 {display : block;}#item-17421390424930 {display : block;}#item-17421414320495 {display : block;}#item-17421390424936 {display : block;}#item-17421423338831 {display : block;}#item-17421390417146 {display : block;}#item-17421423338833 {display : block;}#item-17421390417152 {display : block;}#item-17421423338835 {display : block;}#item-17421390417158 {display : block;}}@media (max-width: 768px) {#item-17421399405020 {display : block;}#item-1742142989707 {display : block;}#item-17421399405037 {display : block;}#item-17421414320497 {display : block;}#item-17421423338837 {display : block;}#item-1742142989708 {display : block;}#item-17421399405038 {display : block;}#item-17421399405039 {display : block;}#item-17421399405040 {display : block;}#item-17421414320498 {display : block;}#item-17421414320499 {display : block;}#item-17421414320500 {display : block;}#item-17421423338838 {display : block;}#item-17421423338839 {display : block;}#item-17421423338840 {display : block;}#item-17405941331551 {display : block;}#item-17421399405023 {display : block;}#item-17405950145650 {display : block;}#item-17421399405027 {display : block;}#item-17405950225570 {display : block;}#item-17421399405031 {display : block;}#item-17405950267720 {display : block;}#item-17421414320491 {display : block;}#item-17421390424924 {display : block;}#item-17421414320493 {display : block;}#item-17421390424930 {display : block;}#item-17421414320495 {display : block;}#item-17421390424936 {display : block;}#item-17421423338831 {display : block;}#item-17421390417146 {display : block;}#item-17421423338833 {display : block;}#item-17421390417152 {display : block;}#item-17421423338835 {display : block;}#item-17421390417158 {display : block;}}@media (max-width: 420px) {#item-17421399405020 {display : block;}#item-1742142989707 {display : block;}#item-17421399405037 {display : block;}#item-17421414320497 {display : block;}#item-17421423338837 {display : block;}#item-17421399405038 {display : block;}#item-17421399405040 {display : block;}#item-17421414320500 {display : block;}#item-17421423338840 {display : block;}#item-17405941331551 {display : block;}#item-17405941331551 h6 {font-size: 30px;line-height: 35px;}#item-17421399405023 {display : block;}#item-17405950145650 {display : block;}#item-17421399405027 {display : block;}#item-17405950225570 {display : block;}#item-17421399405031 {display : block;}#item-17405950267720 {display : block;}#item-17421414320491 {display : block;}#item-17421390424924 {display : block;}#item-17421414320493 {display : block;}#item-17421390424930 {display : block;}#item-17421414320495 {display : block;}#item-17421390424936 {display : block;}#item-17421423338831 {display : block;}#item-17421390417146 {display : block;}#item-17421423338833 {display : block;}#item-17421390417152 {display : block;}#item-17421423338835 {display : block;}#item-17421390417158 {display : block;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ @font-face { font-family: 'balbooa-family'; src: url(../../../../templates/gridbox/css/../library/icons/ba-icons/ba-icons.woff) format('woff'); font-weight: normal; font-style: normal; font-display: block; } /* ======================================================================== Global Reset ========================================================================== */ body.contentpane, html { background: transparent; } body { -webkit-locale: auto; box-sizing: border-box; } body { -webkit-text-size-adjust: none!important ; -webkit-overflow-scrolling: touch !important; -webkit-tap-highlight-color: transparent; } p, .content-text pre { font-size-adjust: inherit } .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header p, .com_gridbox:not(.modal) h1, .com_gridbox:not(.modal) h2, .com_gridbox:not(.modal) h3, .com_gridbox:not(.modal) h4, .com_gridbox:not(.modal) h5, .com_gridbox:not(.modal) h6, .com_gridbox:not(.modal) p { margin: 0; } .ba-authorize-pay-btn .ba-authorize-pay, body .ba-item:not(.ba-item-modules) { font-size: initial; letter-spacing: initial; line-height: initial; } body .ba-item.ba-item-image-field:not(.ba-item-modules) { line-height: 0; } body .ba-item.ba-item-in-positioning { margin: 0 !important; width: auto !important; } body .ba-item.ba-item-in-positioning.ba-item-button { white-space: nowrap; } table { border-spacing: 0; width: 100%; } a { cursor: pointer; text-decoration: none; } a[name]:hover, a[name] { color: inherit; cursor: text; } img { min-width: 1px; vertical-align: middle; } form { margin: 0 0 18px; } fieldset { border: 0; margin: 0; padding: 0; } legend { border: 0; border-bottom: 1px solid #f3f3f3; display: block; font-size: 1.5em; line-height: 1.5em; margin-bottom: 18px; padding: 0; width: 100%; } hr { border: 0; border-top: 1px solid #f3f3f3; margin: 18px 0; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } dl { margin-bottom: 18px; } dt, dd { line-height: 18px; } dt { font-weight: bold; } dd { margin-left: 0; } select[multiple] { height: auto; } img[width="100"][height="100"] { height: auto; width: auto; } h1, h2, h3, h4, h5, h6 { margin: 12px 0; font-weight: inherit; } h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, li:focus, button:focus, span:focus, a:focus, div:focus, p:focus { outline: none ; } ul, ol { margin: 0 0 9px 25px; padding: 0; } ul.list-unstyled, ol.list-unstyled, ul.unstyled, ol.unstyled, ul.inline, ol.inline { list-style: none; margin-left: 0; } span:focus { outline: none !important; } input[type=range]::-moz-focus-outer { border: 0; } .ba-item .search input[type="search"], img { max-width: 100%; } .com_gridbox form { margin: 0; } .nav { list-style: none; margin-bottom: 18px; margin-left: 0; } .nav-tabs > li, .nav-pills > li, .navbar .nav > li { float: left; } .nav-tabs > li { margin-bottom: -1px; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } /* Blockquote */ blockquote { border-left: 4px solid; border-color: var(--primary); margin: 0; padding: 50px; } .highlight, .ba-search-highlighted-word { background-color: yellow; } /* ======================================================================== Global Inputs ========================================================================== */ .com_virtuemart table.user-details input, .chzn-container-single .chzn-search input[type="text"], .chzn-container-multi .chzn-choices, .chzn-container-single .chzn-single, textarea:not([class*="ba-col-"]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { background: #fff; border: 1px solid #f3f3f3; box-sizing: border-box; color: #555; display: inline-block; font-size: 13px; font-family: inherit; height: 48px; line-height: 20px; margin-bottom: 10px; padding: 4px 6px; width: 250px; } input[readonly] { background-color: #fafafa; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input:focus, textarea:not(.ba-comment-message):focus, select:focus { border-color: transparent !important; outline: none; } input:focus, select:focus, textarea:not(.ba-comment-message):focus { box-shadow: none !important; } label.invalid { color: #F54A40; } input.invalid { border: 1px solid #F54A40; } /* Disabled inputs */ body input[disabled], body select[disabled], body textarea[disabled], body input[readonly], body select[readonly], body textarea[readonly] { cursor: not-allowed; background-color: transparent; } /* ======================================================================== Gridbox Template General Styles ========================================================================== */ body { display: flex; flex-direction: column; margin: 0; min-height: 100vh; overflow-x: hidden; } .body { flex: 1 1 auto; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .body { min-height: 1px; } } body.contentpane.modal { position: static; } .ba-video-background.global-video-bg { position: fixed; } .ba-video-background { bottom: 0; border-radius: inherit; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; z-index: -2; } .ba-slideshow-img video, .ba-video-background video, .ba-video-background iframe, .ba-slideshow-img iframe { height: calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); width: 100vw; } .ba-grid-column .ba-video-background { z-index: -1; } .ba-section > .ba-video-background { z-index: 0; } .ba-overlay-section-backdrop.horizontal-top .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-container { box-sizing: border-box; margin: 0 auto; max-width: 100%; } .ba-grid-column .ba-row > .ba-overlay, .ba-overlay { border-radius: inherit; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; } body > .ba-overlay { position: fixed; z-index: -2; } .ba-section > .ba-overlay { z-index: 1; } .ba-row > .ba-overlay { z-index: -1; } header.header { min-width: inherit; width: 100%; z-index: 16; } header.header[class*="fixed-header"] { z-index: 1000; } .ba-lightbox-open header.header, .lightbox-open header.header { z-index: 20 !important; } body:not(.gridbox) header.header { margin-left: 0 !important } img:focus { outline: none; } .ba-item { min-height: 20px; position: relative; } .ba-item-modules.ba-item { box-sizing: border-box; } .ba-grid-column:not(.column-horizontal-direction):not(.column-horizontal-align-left):not(.column-horizontal-align-center):not(.column-horizontal-align-right) .ba-item:not(.ba-item-scroll-to-top):not(.ba-social-sidebar):not(.side-navigation-menu):not(.ba-pull-right):not(.ba-pull-left) { width: 100%; } .ba-item-before-after-slider, .ba-item-feature-box, .ba-item-simple-gallery, .ba-item-weather, .ba-item-blog-posts, .ba-item-modules, .ba-item-gallery, .ba-item-store-search, .ba-item-search, .ba-item-recent-posts-slider, .ba-item-recent-posts, .ba-item-google-maps-places, .ba-item-categories, .ba-item-vk-comments, .ba-item-login, .ba-item-hypercomments, .ba-item-comments-box, .ba-item-yandex-maps, .ba-item-progress-bar, .ba-item-openstreetmap, .ba-item-map, .ba-item-video, .ba-item-tabs, .ba-item-slideshow, .ba-item-slideset, .ba-item-flipbox, .ba-item-carousel, .ba-item-content-slider { min-width: 100%; width: 100%; } .ba-row > .column-wrapper .ba-grid-column:before, .ba-row > .column-wrapper .ba-grid-column:after, .ba-row > .column-wrapper:before, .ba-row > .column-wrapper:after { clear: both; content: ""; display: table; line-height: 0; } .ba-comment-message-wrapper:after, .ba-comment-message-wrapper:before, .ba-item-flipbox .ba-flipbox-wrapper:before, .ba-item-flipbox .ba-flipbox-wrapper:after, .ba-search-result-body:before, .ba-search-result-body:after, .ba-item-blog-posts:before, .ba-item-blog-posts:after, .nav-tabs:before, .nav-tabs:after, .ba-classic-layout .ba-blog-post:before, .ba-classic-layout .ba-blog-post:after { display: table; content: ""; line-height: 0; } .ba-comment-message-wrapper:after, .ba-item-flipbox .ba-flipbox-wrapper:after, .ba-search-result-body:after, .ba-item-blog-posts:after, .nav-tabs:after, .ba-classic-layout .ba-blog-post:after { clear: both; } /* /* Grid */ .ba-blog-post, .ba-blog-post-add-to-cart, .ba-blog-post-button-wrapper a, .ba-blog-post-image, .ba-blog-posts-pagination >span >a.ba-btn-transition, .ba-blog-posts-pagination a, .ba-button-wrapper a, .ba-comments-box-wrapper .ba-comment-message, .ba-countdown > span, .ba-counter span.counter-number, .ba-feature-box, .ba-feature-button:not(.empty-content) a, .ba-feature-image, .ba-feature-image-wrapper i, .ba-field-wrapper, .ba-icon-list-wrapper ul li, .ba-icon-wrapper i, .ba-image-wrapper, .ba-gridbox-gallery-image, .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow, .ba-item-fields-filter, .ba-item-lottie-animations .ba-lottie-animations-wrapper, .ba-item-main-menu .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div), .ba-item-main-menu .main-menu li.deeper.parent > ul li > *:not(ul):not(div), .ba-item-main-menu li.deeper.parent > ul, .ba-item-main-menu li.megamenu-item > .tabs-content-wrapper > .ba-section, .ba-item-one-page-menu .main-menu li a, .ba-item-scroll-to-top .ba-scroll-to-top > i, .ba-item-testimonials ul.style-6 .ba-slideset-dots div, .ba-item-testimonials .slideshow-content .testimonials-wrapper, .ba-item-testimonials .testimonials-img, .ba-item-testimonials .testimonials-info, .ba-post-author, .ba-post-author-image, .ba-progress-bar, .ba-row-wrapper, .ba-search-wrapper, .ba-slideset-nav a, .ba-slideshow-nav a, .ba-video-wrapper, .ba-wrapper, .slideshow-button:not(.empty-content) a, .slideshow-wrapper > .ba-slideshow > .ba-slideshow-nav a, .user-comment-wrapper, .column-wrapper { --border-color: transparent; --border-radius: 0; --border-style: none; --border-width: 0; --shadow-blur: 0; --shadow-color: transparent; --shadow-horizontal: 0; --shadow-spread: 0; --shadow-vertical: 0; --border-top: 0; --border-right: 0; --border-bottom: 0; --border-left: 0; } .ba-item-lottie-animations .ba-lottie-animations-wrapper, .ba-blog-posts-pagination >span >a.ba-btn-transition, .ba-progress-bar, .ba-blog-posts-pagination a, .ba-blog-post, .ba-post-author, .ba-feature-button:not(.empty-content) a, .ba-feature-box, .slideshow-button:not(.empty-content) a, .ba-slideshow-nav a, .ba-item-testimonials .slideshow-content .testimonials-wrapper, .ba-item-testimonials .testimonials-info, .ba-blog-post-add-to-cart, .ba-blog-post-button-wrapper a, .ba-slideset-nav a, .slideshow-wrapper > .ba-slideshow > .ba-slideshow-nav a, .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow, .ba-item-main-menu li.deeper.parent > ul, .ba-item-main-menu li.megamenu-item > .tabs-content-wrapper > .ba-section, .ba-image-wrapper, .user-comment-wrapper, .ba-comments-box-wrapper .ba-comment-message, .ba-counter span.counter-number, .ba-item-scroll-to-top .ba-scroll-to-top > i, .ba-item-fields-filter, .ba-icon-list-wrapper ul li, .ba-video-wrapper, .ba-icon-wrapper i, .ba-button-wrapper a, .ba-section, .ba-row, .ba-grid-column { border-bottom-width: calc(var(--border-bottom)*var(--border-width)); border-color: var(--border-color); border-left-width: calc(var(--border-left)*var(--border-width)); border-radius: var(--border-radius); border-right-width: calc(var(--border-right)*var(--border-width)); border-style: var(--border-style); border-top-width: calc(var(--border-top)*var(--border-width)); box-shadow: var(--shadow-horizontal) var(--shadow-vertical) var(--shadow-blur) var(--shadow-spread) var(--shadow-color); box-sizing: content-box; max-width: 100%; } .ba-item-main-menu li.deeper.parent > ul { max-width: none; } .ba-blog-post-image, .ba-post-author-image, .ba-feature-image-wrapper i, .ba-feature-image, .ba-item-testimonials .testimonials-img, .ba-item-testimonials ul.style-6 .ba-slideset-dots div, .ba-item-main-menu .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div), .ba-item-main-menu .main-menu li.deeper.parent > ul li > *:not(ul):not(div), .ba-item-one-page-menu .main-menu li a, .ba-gridbox-gallery-image, .ba-countdown > span, .ba-search-wrapper, .ba-field-wrapper { border-bottom-width: calc(var(--border-bottom)*var(--border-width)); border-color: var(--border-color); border-left-width: calc(var(--border-left)*var(--border-width)); border-radius: var(--border-radius); border-right-width: calc(var(--border-right)*var(--border-width)); border-style: var(--border-style); border-top-width: calc(var(--border-top)*var(--border-width)); } .ba-gridbox-gallery-image { overflow: hidden; } .ba-add-to-cart-buttons-wrapper, .ba-item-field-google-maps, .ba-item-google-maps-places, .ba-item-map, .ba-item-openstreetmap, .ba-item-yandex-maps { box-shadow: var(--shadow-horizontal) var(--shadow-vertical) var(--shadow-blur) var(--shadow-spread) var(--shadow-color); } .ba-section, .ba-row, .ba-grid-column { box-sizing: border-box; justify-content: center; position: relative; } .ba-section, .ba-row { align-items: center; } .ba-row { z-index: 1; } .row-with-menu { z-index: 5; } .ba-grid-column { flex-direction: row; } .ba-section-items, .ba-tabs-wrapper .ba-grid-column .ba-item:not(.ba-item-scroll-to-top):not(.ba-inline-icon) { width: 100%; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ba-wrapper, .ba-row-wrapper, .ba-grid-column-wrapper { display: flex; } header.header { flex-shrink: 0; } } .column-wrapper .ba-grid-column-wrapper { align-self: stretch; display: flex; order: 1; flex-grow: 1; max-width: 100%; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex !important; justify-content: center; flex-wrap: wrap; width: 100%; } .ba-grid-column > a { position: absolute; top: 0; right: 0; left: 0; bottom: 0; cursor: pointer; z-index: 100; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-align-left > .ba-item, .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-align-right > .ba-item, .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-align-center > .ba-item { width: auto !important; } .ba-grid-column .ba-row-wrapper:not(.ba-container) { width: 100%; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-align-center > .ba-item.ba-item-category-intro { width: 100%!important; } .ba-desktop-sticky-column-enabled { display: block !important; } .ba-desktop-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-desktop-sticky-row-enabled { position:sticky; top:var(--row-sticky-offset); z-index:15; } .ba-desktop-sticky-section-enabled.ba-wrapper { position:sticky; top:var(--section-sticky-offset); z-index:15; } .ba-item { max-width: 100%; } .column-wrapper .ba-hotspot-popover > .ba-item, .ba-hotspot-popover > .ba-item { width: 100% !important; min-width: 100% !important; } .ba-sticky-header-parent.ba-hotspot-popover-visible .ba-sticky-header.visible-sticky-header { z-index: 1000; } .ba-item.ba-item-in-positioning { max-width: none; } .ba-item-accordion { width: 100%; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column { flex-direction: column; flex-wrap: initial; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction { flex-direction: row; flex-wrap: wrap; } /* Column Vertical Direction */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction) { align-content: center; align-items: center; justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom { justify-content: end !important; } /* Column Horizontal Direction */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right { justify-content: end !important; } /* ======================================================================== Modal ========================================================================== */ .modal { background-color: #fff; border: none; bottom: auto; box-shadow: none; left: 50%; margin: 0; position: fixed; top: 5%; z-index: 1041; } .modal-body { position: relative; } .hide { display: none; } .visible { animation-fill-mode: both; display: block; } .visible * { backface-visibility: hidden; -webkit-backface-visibility: hidden; } .modal.ba-modal-sm { border-radius: 6px; border: none; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; left: 50%; margin-left: -162px; overflow: visible; padding: 25px; position: fixed; top: calc(50% - 185px) !important; width: 325px; z-index: 1060; } .ba-store-cart-opened .ba-modal-sm { display: block; font-size: initial; letter-spacing: 0; line-height: normal; text-align: left; z-index: 99999999; } .modal.ba-modal-sm h3.ba-modal-title { color: #1a1a1a; cursor: default; font-weight: bold; font-size: 18px; line-height: 20px; display: inline-block; margin: 0 0 50px 0; } .ba-modal-sm input[type="text"]::placeholder { color: #757575; } .ba-modal-sm input[type="text"]:focus { border-bottom-color: #e3e3e3 !important; } .ba-modal-sm .ba-btn-primary.active-button { position: relative; z-index: 1; } .ba-modal-sm .ba-btn-primary.active-button:hover:after, .ba-btn-primary.active-button:hover:after { backface-visibility: hidden; -webkit-backface-visibility: hidden; background: #75d84d; opacity: 1; transform: scale(27); } .ba-modal-sm .ba-btn-primary.active-button:hover:after { background: var(--primary); } .ba-input-lg { position: relative; } .ba-modal-sm .focus-underline { bottom: 50px; } .ba-modal-sm input[type="password"], .ba-modal-sm input[type="text"] { border: none; border-bottom: 1px solid #e3e3e3; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font-size: 22px; font-weight: 400; height: 45px; line-height: 45px; margin: 25px 0 50px 0; padding: 4px 6px; width: 100%; } .ba-store-cart-opened .ba-modal-sm input[type="text"]{ font-weight: normal; } .ba-modal-sm p { color: #757575; font-size: 16px; font-weight: 400; line-height: 30px; margin: 0 0 10px; } @keyframes modal-in { from {opacity: 0;} to {opacity: 1;} } .modal.in { animation: modal-in .3s cubic-bezier(0.4,0,0.2,1) both; display: block !important; } @keyframes close-modal-sm { to { opacity: 0;} } @keyframes modal-sm-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .modal.ba-modal-close:not(.contentpane) { animation: close-modal-sm .3s cubic-bezier(0.4,0,0.2,1) both; display: block !important; opacity: 1; visibility: visible; } .modal.ba-modal-sm .ba-footer-content { text-align: right; } .modal.ba-modal-sm .modal-footer { background: transparent; border: none; box-shadow: none; margin-top: 25px; padding: 0; text-align: right; } .ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span:not(.ba-wishlist-empty-stock), .modal.ba-modal-sm .modal-footer a.ba-btn-primary.active-button { background: var(--primary) !important; color: #fff !important; line-height: 18px; } .ba-modal-sm .modal-footer a:not(.ba-btn-primary):hover { background-color: rgba(0,0,0,0.1); color: #363637; } .ba-modal-sm .modal-footer a:hover { background: #e6e6e6; } .ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span, .ba-store-cart-opened .ba-modal-sm .modal-footer a { transition: .3s; font-weight: bold; } .ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span, .ba-modal-sm a.ba-btn-primary, .ba-modal-sm .modal-footer a { background-color: transparent; border-radius: 3px; border: none; color: #363637; display: inline-block; font-weight: 500; font-size: 16px; line-height: 18px; overflow: hidden; padding: 15px; text-decoration: none; text-transform: uppercase; } .ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span { box-sizing: border-box; font-size: 14px; font-weight: bold; margin-left: 25px; text-align: center; text-transform: initial; color: var(--title); } .ba-live-search-add-to-cart-cell, .ba-wishlist-add-to-cart-cell { align-items: center; display: flex; text-align: right; } /* ======================================================================== Plugins ========================================================================== */ .ba-blog-post-product-options-wrapper .ba-blog-post-product-options[data-type="image"] > span > span:not(.ba-tooltip):hover { opacity: .75; } .ba-blog-post-product-options-wrapper .ba-blog-post-product-options[data-type="color"] > span > span:not(.ba-tooltip):before { content: ""; border: 3px solid var(--variation-color-value); border-radius: inherit; bottom: -5px; left: -5px; position: absolute; right: -5px; top: -5px; transition: transform .3s; } .ba-item-checkout-form .ba-checkout-form-field-wrapper .ba-checkbox-wrapper, .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { align-items: flex-start; display: flex; flex-direction: row-reverse; } .ba-item-checkout-form .ba-checkout-form-field-wrapper .ba-checkbox-wrapper, .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { margin-bottom: 10px; } .ba-checkout-form-field-wrapper .ba-checkbox, .ba-item-fields-filter .ba-field-filter .ba-checkbox { position: relative; display: inline; } .ba-checkout-authentication-checkbox input[type="checkbox"], .ba-checkout-form-field-wrapper .ba-checkbox input[type="checkbox"], .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar):not(.ba-collapsible-filter) .ba-field-filter-label i, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"], .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-hide-filters, .ba-field-filter-value-wrapper.visible-filters-value .ba-show-all-filters, .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-filter-color-value:nth-child(10) ~ .ba-filter-color-value, .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-checkbox-wrapper:nth-child(10) ~ .ba-checkbox-wrapper { display: none; } .ba-cart-checkout-promo-code .ba-activated-promo-code .ba-icon-close:hover, .ba-item-fields-filter .ba-icon-close:hover, .ba-selected-filter-values-remove-all span:hover, .ba-hide-filters:hover, .ba-show-all-filters:hover { opacity: .5 } .ba-checkout-acceptance-html, .ba-checkout-form-fields .ba-checkbox-wrapper > span, .ba-item-fields-filter .ba-checkbox-wrapper > span { background: transparent !important; border: none !important; cursor: pointer; margin: 0; min-width: 0; padding: 0 0 0 30px; width: auto; } .ba-checkout-acceptance-html { cursor: text; padding: 0 0 0 20px; } .ba-checkout-authentication-checkbox .ba-checkbox span, .ba-checkout-form-field-wrapper .ba-checkbox span, .ba-item-fields-filter .ba-field-filter .ba-checkbox span { border-radius: 3px; border: 2px solid #757575; box-sizing: border-box; display: block; height: 20px; top: 8px; position: absolute; width: 20px; } .ba-checkout-form-field-wrapper .ba-checkbox span { top: 50%; transform: translateY(-50%); } .ba-checkout-form-field-wrapper .ba-checkbox { position: absolute; top: calc(var(--field-line-height)/2 ); left: 0; } .ba-checkout-form-fields[data-type="headline"], .ba-checkout-form-fields[data-type="acceptance"] { margin: 10px 0; } .ba-checkout-form-fields[data-type="headline"] { margin-top: 30px; } .ba-checkout-form-fields[data-type="acceptance"] .ba-checkout-form-field-wrapper { align-items: center; display: flex; } .ba-checkout-form-fields[data-type="acceptance"] .ba-checkout-form-field-wrapper .acceptance-checkbox-wrapper { align-items: flex-start; flex-direction: row-reverse; height: 0; position: relative; width: 20px; } .ba-checkout-form-fields[data-type="acceptance"] .ba-checkout-form-field-wrapper .acceptance-checkbox-wrapper .ba-checkbox { top: 0; } @keyframes click-wave { 0% { left: -1px; top: -1px;width: 19px; height: 19px; opacity: 0.35;} 100% { width: 50px; height: 50px; left: -17px; top: -17px; opacity: 0;} } .ba-checkout-authentication-checkbox .ba-checkbox input[type="checkbox"]:checked ~ span:before, .ba-checkout-order-form-row.ba-checkout-order-form-shipping .ba-radio input[type="radio"]:checked + span:after, .ba-checkout-order-form-row.ba-checkout-order-form-payment .ba-radio input[type="radio"]:checked + span:after, .ba-checkout-order-form-row.ba-checkout-order-form-payment .ba-radio input[type="radio"]:checked + span:after, .ba-checkout-form-field-wrapper .ba-radio input[type="radio"]:checked + span:after, .ba-checkout-form-field-wrapper .ba-checkbox input[type="checkbox"]:checked ~ span:before, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"]:checked ~ span:before { animation: click-wave 0.65s; background: var(--primary); border-radius: 50%; content: ''; display: block; position: absolute; z-index: 100; } @keyframes click-wave-radio { 0% { left: -10px; top: -10px;width: 19px; height: 19px; opacity: 0.35;} 100% { width: var(--field-line-height); height: var(--field-line-height); left: -25px; top: -25px; opacity: 0;} } .ba-checkout-form-field-wrapper .ba-radio input[type="radio"]:checked + span:after{ animation: click-wave-radio 0.65s; } @keyframes click-wave-radio-shipping { 0% { left: 16px;top: calc(var(--field-line-height)/2 - 9px);width: 19px; height: 19px; opacity: 0.35;} 100% {width: calc(var(--field-line-height)*1.5);height: calc(var(--field-line-height)*1.5);left: calc(25px - (var(--field-line-height)*1.5)/2);top: calc( var(--field-line-height)/2 - (var(--field-line-height)*1.5)/2);opacity: 0;} } .ba-checkout-order-form-row.ba-checkout-order-form-shipping .ba-radio input[type="radio"]:checked + span:after, .ba-checkout-order-form-row.ba-checkout-order-form-payment .ba-radio input[type="radio"]:checked + span:after { animation: click-wave-radio-shipping 0.65s; } .ba-checkout-authentication-checkbox .ba-checkbox input[type="checkbox"] + span:after, .ba-checkout-form-field-wrapper .ba-checkbox input[type="checkbox"] + span:after, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"] + span:after, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"]:checked + span:after { color: #fff; content: '\f26b'; display: block; font: normal normal normal 16px/16px 'balbooa-family'; letter-spacing: 0; text-align: center; transition: .3s; will-change: transform; } .ba-checkout-authentication-checkbox .ba-checkbox input[type="checkbox"]:not(:checked) + span:after, .ba-checkout-form-field-wrapper .ba-checkbox input[type="checkbox"]:not(:checked) + span:after, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"]:not(:checked) + span:after { opacity: 0; transform: scale(.8); } .ba-checkout-authentication-checkbox .ba-checkbox input:checked ~ span, .ba-checkout-form-field-wrapper .ba-checkbox input:checked ~ span, .ba-item-fields-filter .ba-field-filter .ba-checkbox input:checked ~ span { border-color: var(--primary); background: var(--primary); } .ba-cart-checkout-promo-code .ba-activated-promo-code, .ba-item-fields-filter .ba-selected-filter-values { align-items: center; background: var(--primary); border-radius: 50px; color: #fff; display: inline-flex; font-size: 14px; line-height: 36px; margin: 0 10px 10px 0; padding: 0 8px 0 15px; vertical-align: middle; white-space: nowrap; } .ba-cart-checkout-promo-code .ba-activated-promo-code { align-items: center; display: flex; font-weight: 400; } .ba-cart-checkout-promo-code .ba-activated-promo-code .ba-icon-close, .ba-item-fields-filter .ba-icon-close { background: #ffffff; border-radius: 50%; color: var(--primary); cursor: pointer; font-size: 16px; line-height: 14px; letter-spacing: 0; margin-left: 10px; padding: 5px; text-align: center; transition: opacity .3s; vertical-align: middle; width: 14px; } .ba-item-fields-filter .ba-icon-close { background: transparent; color: inherit; font-size: 24px; font-weight: 700; padding: 0 10px 0 0; } .ba-blog-post-fields .ba-blog-post-field-title, .ba-item-blog-posts .ba-blog-post-field-title, .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-left .ba-field-label { margin-right: 10px; } .ba-blog-post-fields .ba-blog-post-field-row-wrapper { display: flex; flex-direction: column; } .ba-item-post-navigation .ba-blog-post-fields .ba-blog-post-field-row-wrapper { width: 100%; } .ba-blog-post-fields .ba-blog-post-field-value { flex-grow: 1; text-align: right; } .ba-blog-post-fields .ba-blog-post-field-value .ba-blog-post-field-checkbox-value{ display: flex; justify-content: flex-end; } .ba-blog-post-fields .ba-blog-post-field-title { word-break: normal; } .ba-blog-post-field-title:empty { display: none; } /* /* Plugin Instagram */ .gridbox-gallery-modal > div { background-position: center; background-size: cover; height: 100%; opacity: 1; width: 100%; } @keyframes search-result { from {opacity: 0;} to {opacity: 1;} } .gridbox-gallery-modal i { animation: search-result .3s linear; color: #fff; cursor: pointer; font-size: 48px; left: 0; padding: 40px; position: fixed; text-align: center; transition: all .3s linear; width: 24px; } @media (hover: hover) { .gridbox-gallery-modal i:hover { opacity: .5; } } .gridbox-gallery-modal .ba-icon-close, .ba-image-modal.ba-comments-image-modal i.ba-icon-close, .gridbox-gallery-modal i + i { left: auto; right: 0; } .gridbox-gallery-modal i:not(.ba-icon-close) { align-items: center; display: flex; font-size: 36px; justify-content: center; top: calc(50% - 116px / 2); z-index: 100; } .gridbox-gallery-modal .remove-attachment-image { background: rgb(255 255 255 / 10%); border-radius: 50%; color: #fff; font-size: 16px!important; height: 60px; left: 25px!important; padding: 0; right: auto!important; top: 25px !important; width: 60px; } .gridbox-gallery-modal i.ba-icon-close { top: -10px; z-index: 1; } /* /* Plugin Rating */ .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-field-filter .ba-filter-rating i.active:after, .ba-item-recent-reviews .ba-review-stars-wrapper i.active:after, .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active:after, .intro-post-reviews .ba-blog-post-rating-stars i.active, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-item-reviews .ba-review-rate-wrapper .ba-review-stars-wrapper:not(.logout-reviews-user):hover i:after, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i.active, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i.active + i:after { color: #f79431 !important; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i, .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i, .ba-item-reviews .ba-review-stars-wrapper i { margin-right: 5px; } .ba-item-star-ratings .stars-wrapper { font-size: 0; } .ba-item-star-ratings .stars-wrapper { display: inline-block; } .ba-item-reviews .ba-review-stars-wrapper i.active ~ i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper i.active ~ i:not(.active), .ba-item-star-ratings .stars-wrapper i.active ~ i:not(.active):after, .ba-item-star-ratings .stars-wrapper i.active ~ i:not(.active) { color: inherit ; } .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i:hover ~ i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i:hover ~ i:not(.active), .ba-item-star-ratings .stars-wrapper i:hover ~ i:after, .ba-item-star-ratings .stars-wrapper i:hover ~ i { color: inherit !important; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i, .ba-selected-filter-value i, .ba-item-fields-filter .ba-checkbox-wrapper i, .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i, .ba-item-reviews .ba-review-stars-wrapper i, .ba-item-star-ratings .ba-icon-star { cursor: pointer; max-width: calc(1em/1.21); min-width: calc(1em/1.21); position: relative; } .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i { cursor: default !important; } .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i { font-size: 18px; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i:after, .ba-selected-filter-value i:after, .ba-item-fields-filter .ba-checkbox-wrapper span i:after, .intro-post-reviews .ba-blog-post-rating-stars i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i:after, .ba-review-stars-wrapper i:after, .ba-item-star-ratings .ba-icon-star:after { content: '\f27d'; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 1; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper i.active + i:not(.active):after, .ba-item-star-ratings .stars-wrapper i.active + i:not(.active):after { width: inherit; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .ba-item-reviews .ba-review-stars-wrapper i.active + i:not(.active) ~ i:after, .ba-item-star-ratings .stars-wrapper i.active + i:not(.active) ~ i:after { display: none; } /* /* Plugin Image */ .ba-image-modal.gridbox-gallery-modal > div, body > .ba-image-modal { cursor: zoom-out; left: 0; position: fixed; top: 0; transition: all .5s ease-in-out; z-index: 10000; } @keyframes gridbox-gallery-modal-in { from { background-color: transparent; } } .ba-image-modal.gridbox-gallery-modal { background-color: var(--overlay); animation: gridbox-gallery-modal-in .5s linear both; bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translate3d(0, 0, 0); z-index: 999999; } .ba-modal-sm + .modal-backdrop, .modal-open .ba-scrollable, .ba-image-modal.gridbox-gallery-modal { z-index: 999999 !important; } .ba-image-modal.gridbox-gallery-modal, .ba-store-cart-backdrop +.ba-modal-sm + .modal-backdrop { z-index: 99999999 !important; } .ba-store-cart-opened .ba-store-cart-backdrop +.ba-modal-sm { z-index: 999999999 !important; } .ba-image-modal.gridbox-gallery-modal i { z-index: 99999; } body > .ba-image-modal:not(.gridbox-gallery-modal) { height: 0 !important; } @keyframes image-radius { to {border-radius:0;} } .ba-image-modal.gridbox-gallery-modal > div, .ba-image-modal img { animation: image-radius .5s ease-in-out both; width: 100%; } .ba-image-modal img { position: absolute; transition: all .5s; } @keyframes image-radius-out { from {border-radius:0;} } .ba-image-modal.image-lightbox-out img { animation: image-radius-out .5s ease-in-out both; } @keyframes image-modal { from { opacity: 0; } to {opacity: 1;} } .ba-image-modal:not(.gridbox-gallery-modal):before { animation: image-modal .5s ease-in-out both; background-color: inherit; bottom: 0; content: ""; left: 0; position: fixed; right: 0; top: 0; z-index: -1; } @keyframes image-modal-out { from {opacity: 1;} to { opacity: 0; } } .ba-image-modal.image-lightbox-out:before { animation: image-modal-out .5s linear both; } @keyframes gridbox-gallery-modal-out { to { background-color: transparent; } } .ba-image-modal.gridbox-gallery-modal.image-lightbox-out { animation: gridbox-gallery-modal-out .5s ease-in-out both; } @keyframes image-lightbox-fade-out { from {opacity: 1;} to { opacity: 0; } } .ba-comments-image-modal.ba-image-modal.gridbox-gallery-modal.image-lightbox-fade-out { animation: image-lightbox-fade-out .5s ease-in-out both; } .ba-item-lottie-animations .ba-lottie-animations-wrapper { display: inline-block; } /* ======================================================================== Tooltip ========================================================================== */ .ba-cart-product-quantity-cell .ba-variation-notice, .ba-add-to-cart-quantity .ba-variation-notice, * > .ba-tooltip { background: #2c2c2c; border-radius: 4px; bottom: calc(100% + 10px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: none!important; font-size: 14px ; font-weight: 500; left: 50%; letter-spacing: normal; line-height: 24px; margin-left: -250px; max-width: 250px; padding: 15px; pointer-events: none; position: absolute !important; text-align: center; transform: translateX(calc(250px - 50%)); will-change: transform; z-index: 99999 !important; } @keyframes tooltip { from { opacity: 0; } } .ba-cart-product-quantity-cell .ba-variation-notice, .ba-add-to-cart-quantity .ba-variation-notice, *:hover > .ba-tooltip:not(.ba-help) { animation: tooltip .3s ease-in-out both!important; display: flex!important; text-transform: initial; width: auto; } .ba-cart-product-quantity-cell .ba-variation-notice:before, .ba-add-to-cart-quantity .ba-variation-notice:before, .ba-variation-notice:before, .ba-comment-share-dialog .ba-comments-modal-body:before, .ba-tooltip:before { border: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -9px; content: ""; height: 0; right: auto !important; left: 50% !important; margin-left: -5px; position: absolute; top: auto; } .carousel-type .ba-blog-post-wishlist-wrapper .ba-tooltip, .visible-horizontal-filters-value .ba-tooltip, .ba-tooltip.ba-left { bottom: 50%; left: auto; right: calc(100% + 5px); transform: translateY(50%); } .ba-cart-product-row:first-child .ba-cart-product-quantity-cell .ba-variation-notice, .ba-tooltip.ba-bottom { animation: ba-tooltip .3s; bottom: auto; margin-left: -250px; text-transform: initial; top: calc(100% + 10px); transform: translateX(calc(250px - 50%)); } .ba-cart-product-row:first-child .ba-cart-product-quantity-cell .ba-variation-notice:before, .ba-tooltip.ba-bottom:before { content: ""; height: 5px; position: absolute; top: -14px; left: 50% !important; margin-left: -5px; border: 5px solid transparent; border-bottom: 5px solid #2c2c2c; } .ba-variation-notice { animation: tooltip .3s ease-in-out both!important; background: #2c2c2c; border-radius: 4px; bottom: 50%; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: flex!important; font-size: 14px; font-weight: 500; letter-spacing: normal; line-height: 24px; max-width: 250px; padding: 15px; pointer-events: none; position: absolute !important; right: calc(100% + 15px); text-align: center; text-transform: initial; transform: translateY(50%); white-space: nowrap; width: auto; z-index: 99999 !important; } .carousel-type .ba-blog-post-wishlist-wrapper .ba-tooltip:before, .visible-horizontal-filters-value .ba-tooltip:before, .ba-tooltip.ba-left:before, .ba-variation-notice:before { border: 5px solid transparent; border-left: 5px solid #2c2c2c; bottom: calc(50% - 5px); content: ""; height: 0; right: -9px !important; position: absolute; top: auto; left: auto !important; } .ba-cart-product-quantity-cell .ba-variation-notice, .ba-add-to-cart-quantity .ba-variation-notice { right: auto !important; } body > .ba-tooltip.ba-top:not(.ba-help) { display: none!important } .ba-pull-left, .ba-pull-right { z-index: 1; width: auto; } .ba-pull-left { float: left; } .ba-pull-right { float: right; } .ba-disabled-margin { margin: 0 !important; } .ba-live-search-add-to-cart-cell > span, .ba-wishlist-add-to-cart-cell > span:not(.ba-wishlist-empty-stock), .ba-store-wishlist-close i, .ba-store-cart-close-wrapper i, .ba-cart-product-remove-cell i, .ba-wishlist-product-remove-cell i, .ba-cart-product-quantity-cell i { cursor: pointer; transition: background .3s; } .ba-store-wishlist-opened, .ba-store-cart-opened, .gridbox-gallery-modal-open, .lightbox-open { box-sizing: border-box; overflow: hidden; } .ba-store-wishlist-opened .ba-sticky-header, .ba-store-cart-opened .ba-sticky-header, .gridbox-gallery-modal-open .ba-sticky-header, .lightbox-open .ba-sticky-header, .ba-not-default-header .header { width: inherit; } /* /* Responsive Grid */ .row-fluid:before, .row-fluid:after { content: ""; display: table; line-height: 0; } .row-fluid:after { clear: both; } [class*="ba-col-"]{ flex-grow: 1; box-sizing: border-box; display: block; float: left; margin-left: 2.127659574468085%; } .ba-section.row-fluid, .ba-row.row-fluid{ width: auto; } .row-fluid { width: 100%; } .no-gutter-desktop > .column-wrapper > [class*="ba-col-"], [class*="ba-col-"]:first-child { margin-left: 0; } .header .ba-col-12, .ba-col-12 { width: 100%; } .header .ba-col-11, .ba-col-11 { width: 91.48936170212765%; } .header .ba-col-10, .ba-col-10 { width: 82.97872340425532%; } .header .ba-col-9, .ba-col-9 { width: 74.46808510638297%; } .header .ba-col-8, .ba-col-8 { width: 65.95744680851064%; } .header .ba-col-7, .ba-col-7 { width: 57.44680851063829%; } .header .ba-col-6, .ba-col-6 { width: 48.93617021276595%; } .header .ba-col-5, .ba-col-5 { width: 40.42553191489362%; } .header .ba-col-4, .ba-col-4 { width: 31.914893617021278%; } .header .ba-col-3, .ba-col-3 { width: 23.404255319148934%; } .header .ba-col-2, .ba-col-2 { width: 14.893617021276595%; } .header .ba-col-1, .ba-col-1 { width: 6.382978723404255%; } /* /* No Space Between Columns */ .column-wrapper { position: relative; width: 100%; } /* /* Balbooad Icons */ .ba-icons { display: inline-block; font-family: 'balbooa-family' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ba-icon-copy:before { content: "\f237"; } .ba-icon-chevron-left:before { content: "\e03f"; } .ba-icon-arrow-tab-left:before { content: "\e045"; } .ba-icon-close:before { content: "\e04a"; } .ba-icon-chevron-right:before { content: "\e04b"; } .ba-icon-attachment:before { content: "\f10d"; } .ba-icon-link:before { content: "\f10e"; } .ba-icon-block:before { content: "\f119"; } .ba-icon-trash:before { content: "\f154"; } .ba-icon-edit:before { content: "\f158"; } .ba-icon-heart:before { content: "\f15f"; } .ba-icon-flag:before { content: "\f162"; } .ba-icon-mail-reply:before { content: "\f193"; } .ba-icon-mall:before { content: "\f195"; } .ba-icon-menu:before { content: "\f197"; } .ba-icon-power:before { content: "\f1af"; } .ba-icon-print:before { content: "\f1b0"; } .ba-icon-quote:before { content: "\f1b2"; } .ba-icon-refresh:before { content: "\f1b9"; } .ba-icon-settings:before { content: "\f1c6"; } .ba-icon-shopping-basket:before { content: "\f1c9"; } .ba-icon-thumb-down:before { content: "\f1dc"; } .ba-icon-thumb-up:before { content: "\f1de"; } .ba-icon-truck:before { content: "\f1e6"; } .ba-icon-alert:before { content: "\f1f2"; } .ba-icon-account-circle:before { content: "\f205"; } .ba-icon-smile:before { content: "\f214"; } .ba-icon-download:before { content: "\f220"; } .ba-icon-folder:before { content: "\f228"; } .ba-icon-check:before { content: "\f26b"; } .ba-icon-dot:before, .ba-icon-circle:before { content: "\f26d"; } .ba-icon-minus:before { content: "\f273"; } .ba-icon-plus:before { content: "\f278"; } .ba-icon-star:before { content: "\f27d"; } .ba-icon-camera:before { content: "\f28c"; } .ba-icon-keyboard:before { content: "\f2a4"; } .ba-icon-caret-down:before { content: "\f2f2"; } .ba-icon-filter-list:before { content: "\f160"; } .ba-icon-caret-right:before { content: "\f2f6"; } .ba-icon-behance:before { content: "\f33d"; } .ba-icon-dribbble:before { content: "\f33f"; } .ba-icon-facebook:before { content: "\f343"; } .ba-icon-google:before { content: "\f34e"; } .ba-icon-instagram:before { content: "\f34f"; } .ba-icon-share:before { content: "\f35b"; } .ba-icon-twitter:before { content: "\e900"; } .ba-icon-vk:before { content: "\f361"; } .ba-icon-fast-forward:before { content: "\f39f"; } .ba-icon-fast-rewind:before { content: "\f3a0"; } .ba-icon-play-circle:before { content: "\f3a9"; } .ba-icon-skip-next:before { content: "\f3b4"; } .ba-icon-skip-previous:before { content: "\f3b5"; } .ba-icon-linkedin:before { content: "\f3f8"; } .ba-icon-odnoklassniki:before { content: "\f3f9"; } .ba-icon-pinterest:before { content: "\f3fc"; } .ba-icon-tumblr:before { content: "\f402"; } .ba-icon-vimeo:before { content: "\f404"; } .ba-icon-youtube:before { content: "\f409"; }body:not(.com_gridbox) .body .main-body, .ba-overlay-section-backdrop.horizontal-top .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-container:not(.ba-overlay-section), .intro-post-wrapper > *:not(.intro-post-image-wrapper) {width: 1920px;} @media (min-width: 1281px) { .parallax-container { background-image: none !important; background-attachment: scroll !important; } .nav > .deeper.parent .mod-menu__sub, .nav > .deeper.parent .nav-child, .menu > .deeper.parent .mod-menu__sub, .menu > .deeper.parent .nav-child { padding: 10px 0; max-height: none !important; } .ba-lightbox:not(.ba-container) .ba-section { width: calc(100% - 100px) !important; } .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - 103px) !important; } html[data-structure="left"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, html[data-structure="left"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - 51px - (calc(52px + var(--structure-width) - var(--iframe-offset)))) !important; } html[data-structure="right"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, html[data-structure="right"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - 51px - (calc(52px + var(--structure-width) - var(--iframe-offset-right) - var(--scroll-width)))) !important; } html[data-structure="left"] body.com_gridbox.gridbox .ba-sticky-header { left: calc(52px + var(--structure-width) - var(--iframe-offset)) !important; width: calc(100% - 51px - (calc(52px + var(--structure-width) - var(--iframe-offset)))) !important; } html[data-structure="right"] body.com_gridbox.gridbox .ba-sticky-header { left: calc(52px + var(--structure-width) - var(--iframe-offset)) !important; width: calc(100% - 51px - (calc(52px + var(--structure-width) - var(--iframe-offset-right)))) !important; } .sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section > .ba-section-items > .ba-row-wrapper > .row-fluid >.column-wrapper >[class*="ba-col-"]{ clear: both; margin-left: 0; width: 100% !important; margin-left: 0 !important; } .sidebar-menu { height: 100vh; position: fixed !important; left: 0; top: 0; width: var(--sidebar-menu-width) !important; } body:not(.show-hidden-elements) .column-wrapper { display: flex; } .ba-row .ba-overlay + .ba-edit-item + .ba-grid-column, .no-gutter-desktop.row-fluid > .column-wrapper > [class*="ba-col-"] { margin-left: 0; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-12, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-12 { width: 100%; } header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-11, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-11 { width: 91.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-10, .no-gutter-desktop.row-fluid > .column-wrapper> .ba-col-10 { width: 83.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-9, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-9 { width: 75%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-8, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-8 { width: 66.7%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-7, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-7 { width: 58.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-6, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-6 { width: 50%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-5, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-5 { width: 41.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-4, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-4 { width: 33.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-3, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-3 { width: 25%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-2, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-2 { width: 16.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .ba-col-1, .no-gutter-desktop.row-fluid > .column-wrapper > .ba-col-1 { width: 8.3%; } /* /* ba-style.css */ body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop > .ba-lightbox-close { left: -51px; right: 51px; } html[data-structure="right"] body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, html[data-structure="right"] body.com_gridbox.gridbox .ba-lightbox-backdrop > .ba-lightbox-close { left: calc(52px + var(--structure-width) - var(--iframe-offset)) !important; width: calc(100% - var(--body-border-right) - (52px + var(--structure-width) - var(--iframe-offset))) !important; right: auto!important; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close { right: 0; left: 0; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: 100%!important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: calc(100% - 50px) !important; } body.com_gridbox.gridbox.lightbox-open, body.com_gridbox.gridbox.search-open { box-sizing: border-box; } body.com_gridbox.gridbox .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 107px) !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 50px !important; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 0 !important; } body.com_gridbox.gridbox .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-left .ba-lightbox { margin-left: 50px !important; } body.com_gridbox.gridbox .lightbox-top-right .ba-lightbox , body.com_gridbox.gridbox .lightbox-bottom-right .ba-lightbox { margin-right: 50px !important; } body.com_gridbox.gridbox .ba-lightbox-backdrop .ba-lightbox:not(.ba-container) .ba-section { width: calc(100% - 200px) !important; } body.com_gridbox.gridbox .ba-item-social.ba-social-sidebar { left: calc(100% - 51px) !important; } body.com_gridbox.gridbox.blog-post-editor .ba-item-social.ba-social-sidebar { transform: translateY(-49%) translateX(calc(-100% - 350px)); } body.com_gridbox.gridbox.lightbox-open .ba-item-social.ba-social-sidebar body.com_gridbox.gridbox.search-open .ba-item-social.ba-social-sidebar { left: calc(100% - 62px) !important; opacity: 0; } body.com_gridbox.gridbox .ba-item-blog-content .blog-content-backdrop { background: rgba(0, 0, 0, 0); bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 40px; z-index: 3; } body.com_gridbox.gridbox .fixed-header + .body .ba-item-blog-content .blog-content-backdrop { top: 0; } body.com_gridbox.gridbox .ba-search-result-body.ba-container { margin: 0 50px 0 50px !important; } body.com_gridbox.gridbox .ba-search-result-modal > i { left: calc(100% - 90px) !important; } body.com_gridbox.gridbox header.sidebar-menu { position: absolute !important; top: 0!important; left: 0!important; z-index: 32!important; } .ba-container header.sidebar-menu.fixed-header, body.com_gridbox.gridbox header.sidebar-menu.fixed-header { left: 52px!important; position: fixed !important; top: 0 !important; width: var(--sidebar-menu-width) !important; } body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.ba-col-1:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.ba-col-2:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.ba-col-3:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.ba-col-4:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper { right: auto !important; left: 5px !important; padding: 5px 10px 5px 50px !important; } body.com_gridbox.gridbox .sidebar-menu ~.footer:before { background: #f5f5f5; bottom: -40px; content: ""; height: 40px; left: calc(var(--sidebar-menu-width)* -1); position: absolute; width: calc(100vw - 120px); z-index: 100; } body.com_gridbox.gridbox .sidebar-menu > .ba-wrapper >.ba-section > .ba-edit-item { left: calc(50% - 25px); right: auto; top: -25px; } body.com_gridbox.gridbox .gridbox-gallery-modal i { left: 75px; } body.com_gridbox.gridbox .gridbox-gallery-modal i.ba-icon-close, body.com_gridbox.gridbox .gridbox-gallery-modal i + i { right: 25px; left: auto; } body.com_gridbox.gridbox .gridbox-gallery-modal.ba-image-modal:before { margin: 0 50px; } .gridbox .ba-image-modal.gridbox-gallery-modal { right: 50px; } .gridbox.blog-post-editor:not(.laptop) .ba-image-modal.gridbox-gallery-modal { right: 377px; top: 65px; } .gridbox-gallery-modal-open { overflow: visible !important; width: 100% !important; } body.com_gridbox.gridbox .header:not(.sidebar-menu) .column-wrapper, body.com_gridbox.gridbox .body .column-wrapper, body.com_gridbox.gridbox .footer .column-wrapper { display: flex; } body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, .lightbox-open .header.header:before { left: auto !important; right: 1px; } body.com_gridbox.gridbox .ba-hamburger-menu.ba-menu-position-left .main-menu.visible-menu { left: 35px!important; } body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, body.com_gridbox.gridbox.lightbox-open .header.header:before { background: #f5f5f5; content: ""; height: 50px !important; position: fixed; left: calc(100% - 66px); top: 0; width: 50px !important; } body.com_gridbox.gridbox .ba-hamburger-menu.ba-menu-position-left .main-menu.visible-menu, body.com_gridbox.gridbox .ba-hamburger-menu .main-menu.visible-menu { margin-right: 54px; } body.com_gridbox.gridbox.lightbox-open .side-navigation-menu { right: 97px; } body.com_gridbox.gridbox .side-navigation-menu .ba-edit-item { right: -25px; } body.com_gridbox.gridbox .side-navigation-menu .ba-box-model { left: auto; right: -25px; width: 50px; } body.com_gridbox.gridbox .side-navigation-menu { right: 80px; } body.com_gridbox.gridbox.blog-post-editor .side-navigation-menu { right: 430px; } body.com_gridbox.gridbox .ba-sticky-header { left: 52px !important; margin: 0 auto; max-width: calc(100% - 103px)!important; right: 51px; } body.com_gridbox.gridbox.sticky-header-opened.lightbox-open .ba-sticky-header { margin-left: 0 ; } body.com_gridbox.gridbox .sidebar-menu ~ .footer .ba-sticky-header, body.com_gridbox.gridbox .sidebar-menu + .body .ba-sticky-header, body.com_gridbox.gridbox .sidebar-menu .ba-sticky-header { max-width: calc(100% - var(--sidebar-menu-width) - 100px)!important } .ba-tabs-wrapper.tabs-right > .tab-content, .ba-tabs-wrapper.tabs-left > .tab-content { flex-grow: 1; max-width: 75%; } /* Blog Post Editor */ body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .lightbox-top-left .ba-lightbox { top: 120px !important; } body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-lightbox-backdrop.lightbox-center { top: 65px; min-height: auto; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { left: 50px; right: 400px; } .gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: calc(100vh - 65px) !important; } body.com_gridbox.gridbox.blog-post-editor.lightbox-open { min-height: 100vh; } body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.ba-cookies.visible-lightbox { left: 52px; } body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox { right: 400px; } .gridbox.ba-lightbox-open.blog-post-editor .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open.blog-post-editor .ba-cookies.notification-bar-bottom { width: calc(100% - 450px) !important; } body.com_gridbox.gridbox .megamenu-item > .tabs-content-wrapper:not(.ba-container) { box-sizing: border-box; } body.com_gridbox.gridbox .sidebar-menu .ba-row-wrapper:hover { z-index: 45; } .ba-date-cell.ba-event-date:hover:after { background-color: var(--hover); } .event-calendar-events-list > i{ display: none; } } @media (min-width: 1441px) { body:not(.show-hidden-elements) .ba-hidden-lg { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-lg:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } .com_gridbox.gridbox .ba-item-reading-progress-bar { left: 51px; right: 51px; width: calc(100% - 102px) !important; } /* /* Panel Right */ body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-item-scroll-to-top.scroll-btn-right { right: 425px; } body.com_gridbox.gridbox.gridbox-page-structure-left .ba-item-scroll-to-top.scroll-btn-left { left: 365px; } body.com_gridbox.gridbox.gridbox-cp-panel-right .side-navigation-menu { right: 465px; } .com_gridbox.gridbox.gridbox-page-structure-left .ba-item-reading-progress-bar, .com_gridbox.gridbox.ba-lightbox-open.gridbox-page-structure-left .ba-cookies.notification-bar-top, .com_gridbox.gridbox.ba-lightbox-open.gridbox-page-structure-left .ba-cookies.notification-bar-bottom, body.com_gridbox.gridbox.gridbox-page-structure-left .ba-sticky-header { left: 391px !important; margin: 0 auto; max-width: calc(100% - 442px)!important; right: 51px; width: 1920px!important; } .com_gridbox.gridbox.gridbox-cp-panel-right .ba-item-reading-progress-bar, .com_gridbox.gridbox.ba-lightbox-open.gridbox-cp-panel-right .ba-cookies.notification-bar-top, .com_gridbox.gridbox.ba-lightbox-open.gridbox-cp-panel-right .ba-cookies.notification-bar-bottom, body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-sticky-header { left: 52px !important; margin: 0 auto; max-width: calc(100% - 493px)!important; right: 441px; width: 1920px!important; } .com_gridbox.gridbox.gridbox-cp-panel-right.gridbox-page-structure-left .ba-item-reading-progress-bar, .com_gridbox.gridbox.ba-lightbox-open.gridbox-cp-panel-right.gridbox-page-structure-left .ba-cookies.notification-bar-top, .com_gridbox.gridbox.ba-lightbox-open.gridbox-cp-panel-right.gridbox-page-structure-left .ba-cookies.notification-bar-bottom, body.com_gridbox.gridbox.gridbox-cp-panel-right.gridbox-page-structure-left .ba-sticky-header { left: 391px !important; margin: 0 auto; max-width: calc(100% - 832px)!important; right: 441px; } body.com_gridbox.gridbox.gridbox-cp-panel-right .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox.gridbox-cp-panel-right .lightbox-bottom-right .ba-lightbox { margin-right: 450px !important; } body.com_gridbox.gridbox.gridbox-page-structure-left .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox.gridbox-page-structure-left .lightbox-bottom-left .ba-lightbox { margin-left: 350px !important; } body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-item-social.ba-social-sidebar { left: calc(100% - 441px) !important; } body.com_gridbox.gridbox.gridbox-page-structure-left .ba-container header.sidebar-menu.fixed-header, body.com_gridbox.gridbox.gridbox-page-structure-left header.sidebar-menu.fixed-header { left: 391px !important; position: fixed !important; } body.com_gridbox.gridbox.gridbox-page-structure-left .lightbox-center, body.com_gridbox.gridbox.gridbox-page-structure-left .lightbox, body.com_gridbox.gridbox.gridbox-page-structure-left .horizontal-top, body.com_gridbox.gridbox.gridbox-page-structure-left .horizontal-bottom, body.com_gridbox.gridbox.gridbox-page-structure-left .ba-overlay-section-backdrop.vertical-left { left: 300px!important; } body.com_gridbox.gridbox.gridbox-cp-panel-right .lightbox-center, body.com_gridbox.gridbox.gridbox-cp-panel-right .lightbox, body.com_gridbox.gridbox.gridbox-cp-panel-right .horizontal-top, body.com_gridbox.gridbox.gridbox-cp-panel-right .horizontal-bottom, body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-overlay-section-backdrop.vertical-right { right: 343px!important; } body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-store-cart-backdrop[data-layout="sidebar"] .ba-store-cart.ba-container:not(.ba-overlay-section) { right: 400px!important; } .ba-social-sidebar .ba-social-lg, .ba-social-sidebar .ba-social-md, .ba-social-sidebar .ba-social-sm { align-items: end; display: flex; flex-direction: column; } body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-store-wishlist-backdrop, body.com_gridbox.gridbox.gridbox-cp-panel-right .ba-store-cart-backdrop[data-layout="lightbox"] { right: 343px!important; } body.com_gridbox.gridbox.gridbox-page-structure-left .ba-store-wishlist-backdrop, body.com_gridbox.gridbox.gridbox-page-structure-left .ba-store-cart-backdrop[data-layout="lightbox"]{ left: 300px!important; } }@media (min-width: 1025px) { .main-menu > .ba-item { margin: 0 !important; visibility: hidden !important; height: 0; overflow: hidden; min-height: 0; padding: 0; } }@media (max-width: 1024px) { /* /* Menu */ .open-menu i { color: inherit; font-size: inherit; padding: 15px; } .ba-opened-menu .row-with-menu { z-index: auto !important; } .ba-opened-menu .ba-section > .ba-overlay { z-index: 0; } .ba-opened-menu .ba-item-scroll-to-top { z-index: 9 !important; } .row-with-menu .ba-row { position: initial; } .ba-hamburger-menu .mod-menu__sub > .deeper:before, .ba-hamburger-menu .nav-child > .deeper:before { display: none; } .ba-hamburger-menu > .open-menu { background: transparent; border: none; display: block; font-size: 30px; } .ba-hamburger-menu > .main-menu >.close-menu { box-sizing: border-box; display: block; left: 0; padding: 15px; position: absolute; text-decoration: none; top: 0; width: 100%; z-index: 1; } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item{ display: block; } .main-menu.visible-menu.menu-sortable-started * { cursor: move!important; } .main-menu.visible-menu.menu-sortable-started .ba-item.sortable-helper { pointer-events: none!important; } .add-new-item { text-align: center; } .add-new-item > span { padding: 10px 10px 25px; display: block; } @-moz-document url-prefix() { .add-new-item > span { padding: 10px 10px 50px; display: block; } } .ba-hamburger-menu .mod-menu__sub .deeper:hover .mod-menu__sub, .ba-hamburger-menu .nav .deeper.parent .mod-menu__sub, .ba-hamburger-menu .nav-child .deeper:hover .nav-child, .ba-hamburger-menu .nav .deeper.parent .nav-child { position: static !important; margin-left: 0 !important; } .ba-hamburger-menu >.main-menu { box-shadow: var(--shadow-horizontal) var(--shadow-vertical) var(--shadow-blur) var(--shadow-spread) var(--shadow-color); box-sizing: border-box; height:100%; overflow-x: hidden; overflow-y: scroll; padding: 75px 30px 30px 30px; position: fixed; right: -100vw; top: 0; transition: right .5s ease, box-shadow .5s ease; width: 360px; max-width: 100vw; z-index: 1500; } .ba-hamburger-menu >.main-menu:not(.visible-menu) { box-shadow: 0 0 0 0 transparent!important; } @keyframes ba-visible-menu-backdrop { from { opacity: 0;} } .ba-visible-menu-backdrop.ba-menu-backdrop { animation: ba-visible-menu-backdrop 0.3s; display: block; z-index: 20; } @keyframes ba-menu-backdrop-out { to {opacity: 0;} } .ba-menu-backdrop.ba-menu-backdrop-out { animation: ba-menu-backdrop-out 0.3s; display: block; z-index: 20; } .ba-hamburger-menu >.nav .deeper.parent ul.mod-menu__sub, .ba-hamburger-menu >.nav .deeper.parent ul.nav-child { background: transparent; box-sizing: border-box; display: block; padding: 0 0 0 20px !important; } .ba-hamburger-menu >.main-menu .mod-menu li, .ba-hamburger-menu >.main-menu .nav li, .ba-hamburger-menu >.main-menu .nav.menu li { float: none; } .ba-hamburger-menu > .main-menu .nav li.deeper .mod-menu__sub, .ba-hamburger-menu .mod-menu__sub, .ba-hamburger-menu > .main-menu .nav li.deeper .nav-child, .ba-hamburger-menu .nav-child { display: block; transform: none !important; } .megamenu-item > a:after, .megamenu-item > span:after, .deeper.parent > span:after, .deeper.parent > a:after { padding: 5px; content: ''; margin-left: 0.6em; } .row-with-megamenu .ba-item-main-menu .mod-menu__sub, .row-with-megamenu .ba-item-main-menu .nav-child { display: block !important; } .row-with-megamenu .ba-item-main-menu .megamenu-item .mod-menu__sub, .row-with-megamenu .ba-item-main-menu .megamenu-item .nav-child { display: none !important; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent:not(.visible-nav-child) > ul.mod-menu__sub, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent:not(.visible-nav-child) > ul.nav-child { padding-top: 0 !important; box-sizing: border-box; padding-bottom: 0 !important; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > ul.mod-menu__sub, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > ul.nav-child { max-height: 0 ; overflow: hidden; } @keyframes visible-nav-child { 0% {max-height: 0; overflow: hidden;opacity: 0;} 99%{max-height: 400vh; overflow: visible; opacity: 1;} 100%{max-height: 400vh; overflow: visible; opacity: 1;} } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > ul.mod-menu__sub, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > ul.nav-child { animation: visible-nav-child .5s linear both!important; box-sizing: border-box; overflow: visible; } @keyframes hidden-nav-child { to {max-height: 0vh ; overflow: hidden; opacity: 0;} } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.hidden-nav-child > ul.mod-menu__sub, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.hidden-nav-child > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.hidden-nav-child > ul.nav-child { animation: hidden-nav-child .3s linear both !important; overflow: hidden; max-height: 0!important; transition: .3s; } .ba-hamburger-menu .mod-menu__sub > li.deeper > span:before, .ba-hamburger-menu .mod-menu__sub > li.deeper > a:before, .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > span i.ba-icon-caret-right, .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > a i.ba-icon-caret-right, .ba-hamburger-menu .nav-child > li.deeper > span:before, .ba-hamburger-menu .nav-child > li.deeper > a:before { display: none !important; } .ba-menu-wrapper:not(.ba-collapse-submenu).collapsible-vertical-submenu.vertical-menu .deeper.parent.hidden-nav-child > ul.mod-menu__sub, .ba-menu-wrapper:not(.ba-collapse-submenu).collapsible-vertical-submenu.vertical-menu .deeper.parent.hidden-nav-child > .tabs-content-wrapper, .ba-menu-wrapper:not(.ba-collapse-submenu).collapsible-vertical-submenu.vertical-menu .deeper.parent.hidden-nav-child > ul.nav-child { animation: none !important; max-height: none !important; } .ba-hamburger-menu.ba-collapse-submenu li.deeper > span i:not(.ba-menu-item-icon), .ba-hamburger-menu.ba-collapse-submenu li.deeper > a i:not(.ba-menu-item-icon) { align-items: center; background: transparent; box-sizing: border-box; color: inherit; display: flex !important; font-size: 24px; height: 100%; padding: 0 17px; position: absolute; right: 0; top: 0; z-index: 10; } .ba-hamburger-menu.ba-collapse-submenu li.deeper > span, .ba-hamburger-menu.ba-collapse-submenu li.deeper > a { box-sizing: border-box; padding-right: 50px !important; width: 100%; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > span i:before, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > a i:before { display: inline-flex !important; transform: rotate(0) !important; transition: all .15s linear; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > span i:not(.ba-menu-item-icon):before, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > a i:not(.ba-menu-item-icon):before { transform: rotate(90deg) !important; } .ba-hamburger-menu > .main-menu .mod-menu li, .ba-hamburger-menu > .main-menu .mod-menu > li.active, .ba-hamburger-menu > .main-menu .mod-menu > li:hover, .ba-hamburger-menu .mod-menu__sub .deeper:hover .mod-menu__sub, .ba-hamburger-menu .nav .deeper.parent .mod-menu__sub, .ba-hamburger-menu > .main-menu .nav li, .ba-hamburger-menu > .main-menu .nav > li.active, .ba-hamburger-menu > .main-menu .nav > li:hover, .ba-hamburger-menu > .main-menu .nav.menu li, .ba-hamburger-menu > .main-menu .nav.menu > li.active, .ba-hamburger-menu > .main-menu .nav.menu > li:hover, .ba-hamburger-menu .nav-child .deeper:hover .nav-child, .ba-hamburger-menu .nav .deeper.parent .nav-child { background: transparent !important; border-radius: 0px!important; border: none !important; box-shadow: none!important; width: 100%!important; margin-right: 0 !important; } .ba-hamburger-menu .nav > .deeper.parent > .mod-menu__sub, .ba-hamburger-menu .nav > .deeper.parent > .nav-child { margin-top: 0; } .ba-opened-menu.lightbox-open .ba-hamburger-menu > .main-menu.visible-menu { right: auto !important; left: 100%; transform: translateX(-100%); } .ba-hamburger-menu > .main-menu .close-menu i { color: inherit; cursor: pointer; font-size: inherit; } .row-with-megamenu .ba-item-main-menu .ba-menu-wrapper:not(.ba-collapse-submenu) .deeper.parent:not(.megamenu-item) .mod-menu__sub, .row-with-megamenu .ba-item-main-menu .ba-menu-wrapper:not(.ba-collapse-submenu) .deeper.parent:not(.megamenu-item) .nav-child { display: block !important; } /* Menu Position Left */ .ba-hamburger-menu.ba-menu-position-left >.main-menu { direction: rtl; right: auto; left: -500px; transition: left .5s ease; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-left >.main-menu, .ba-hamburger-menu.ba-menu-position-left >.main-menu.visible-menu { left: -17px !important; right: auto !important; transform: none !important; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-left >.main-menu *, .ba-hamburger-menu.ba-menu-position-left >.main-menu *{ direction: ltr; } /* Menu Position Center */ .ba-hamburger-menu.ba-menu-position-center >.main-menu { box-sizing: border-box; left: 100vw; min-height: 100vh; opacity: 0; right: auto; transition: opacity .3s ease, visibility .1s .4s ; visibility: hidden; width: 100vw !important; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-center >.main-menu, .ba-hamburger-menu.ba-menu-position-center >.main-menu.visible-menu { left: 0; opacity: 1; visibility: visible; transition: opacity .3s ease; } .ba-hamburger-menu >.main-menu .ba-overlay{ pointer-events: none; } a, .nav > .deeper.parent > .mod-menu__sub li a, .ba-hamburger-menu > .main-menu >.close-menu, .nav > .deeper.parent > .nav-child li a { -webkit-tap-highlight-color: transparent; } .gridbox .column-with-menu > .ba-grid-column-wrapper { z-index: inherit; } /* Sidebar menu */ .ba-item-one-page-menu.side-navigation-menu { position: static; right: auto; transform: none; width: 100%; } .ba-item-one-page-menu.side-navigation-menu li:not(.active) a { margin: 0; } .side-navigation-menu li a { left: 0 !important; } .ba-item-one-page-menu.side-navigation-menu li a:after, .ba-item-one-page-menu.side-navigation-menu li a:before { display: none; } .ba-item-one-page-menu.side-navigation-menu li a { text-align: inherit !important; } .vertical-menu .main-menu .nav > li.deeper.parent > .nav-child, .vertical-menu .main-menu .nav > li.deeper.parent > .mod-menu__sub, .vertical-menu .main-menu .mod-menu > li.deeper.parent > .mod-menu__sub, .vertical-menu .main-menu .mod-menu > li.deeper.parent > .nav-child, .vertical-menu .main-menu .nav.menu > li.deeper.parent > .mod-menu__sub, .vertical-menu .megamenu-item > .tabs-content-wrapper.ba-container, .vertical-menu .main-menu .nav.menu > li.deeper.parent > .nav-child { margin-left: 0 !important; } /* /* Megamenu */ .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper { display: block !important; margin: 0 !important; position: static !important; transform: none !important; } .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper .ba-section, .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper { width: 100% !important; box-shadow: none !important; } .ba-hamburger-menu > .main-menu .megamenu-item { display: flex !important; flex-direction: column-reverse; overflow: visible !important; } .ba-hamburger-menu .megamenu-item > .tabs-content-wrapper:not(.ba-container), .ba-hamburger-menu .megamenu-item > .tabs-content-wrapper { border: none !important; padding: 0 !important; } .ba-hamburger-menu .megamenu-item .ba-item .ba-edit-item{ z-index: 50; } /* /* ba-style */ body.com_gridbox.gridbox .ba-opened-menu .ba-add-section { opacity: 0 !important; z-index: 9 !important; } body.com_gridbox.gridbox.ba-opened-menu .ba-section-items { z-index: auto; } body.com_gridbox.gridbox.ba-opened-menu .main-menu.menu-sortable-started > div:not(.sortable-helper) > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .ba-row .ba-column-resizer, body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) > div > .ba-edit-item { display: none !important; } body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) > .ba-overlay-section div:hover > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) div.ba-item:hover > .ba-edit-item { display: flex !important; } body.com_gridbox.gridbox.ba-opened-menu.lightbox-open .ba-edit-item { display: block !important; } body.com_gridbox.gridbox.ba-opened-menu .nav div:hover > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .menu div:hover > .ba-edit-item { display: block !important; visibility: visible; opacity: 1; } body.com_gridbox.gridbox.ba-opened-menu:not(.lightbox-open) .active-item:not(.sortable-helper) > div > .ba-overlay { box-shadow: 0px 0px 0px 1px rgba(255,255,255,0)!important; outline-color: transparent!important; transition: none!important; } .ba-opened-menu .body:before, .ba-opened-menu .header:before { z-index: 99999; } .gridbox .ba-item-one-page-menu .ba-hamburger-menu ~ .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child, .gridbox .ba-item-main-menu .ba-hamburger-menu ~ .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child { display: inline-block !important; } /* Fields Filter */ .ba-item .open-responsive-filters { background: var(--primary); border-radius: 3px; color: #fff !important; cursor: pointer; display: block; font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; order: 100; padding: 15px 40px; text-align: center; margin-bottom: 25px; transition: all .3s; } .ba-item .open-responsive-filters i { font-size: 24px; margin-right: 10px; } .ba-item-fields-filter .ba-fields-filter-wrapper { height: 0; overflow: var(--responsive-filters-overflow); transition: height .5s; } .ba-fields-filter-wrapper.visible-responsive-filters { height: var(--responsive-filters-height); } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { flex-wrap: inherit; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle { border-radius: 15px; height: 30px; margin-top: -15px; width: 30px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:before { border-radius: 15px; height: 30px; width: 30px; } .ba-item-fields-filter .ba-field-filter-input-wrapper { margin-top: 25px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle + .price-range-handle { margin-left: -30px; } .visible-horizontal-filters-value .ba-field-filter-value-wrapper { padding: 35px 20px; } .ba-items-filter-wrapper { --responsive-filters-overflow: hidden; } .horizontal-filter-bar .ba-selected-filter-values-wrapper { flex-direction: column; } .ba-items-filter-search-button, .ba-selected-filter-values-footer { box-sizing: border-box; line-height: 24px !important; text-align: center; width: 100%; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { flex-direction: column; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter { margin-right: 0; margin-bottom: 20px !important; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-value-wrapper { left: 50%; transform: translateX(-50%); } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item > span .ba-tooltip { bottom: auto !important; top: -50px; } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item > span .ba-tooltip:before { border-top: 5px solid #2c2c2c; top: auto; bottom: -9px; border-bottom-color: transparent; } .main-menu .integration-wrapper > .ba-edit-item { opacity: 1; pointer-events: all; } .main-menu.visible-menu .ba-item-search.ba-item > .ba-edit-item:hover, .main-menu.visible-menu .ba-item-overlay-section.ba-item > .ba-edit-item:hover, .sidebar-menu .ba-wrapper:not(.ba-sticky-header) .ba-item > .ba-edit-item { right: calc(50% - 25px); left: auto; } .row-with-menu .ba-overlay { pointer-events: none; } } @media (max-width: 1440px) { body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, body.com_gridbox.gridbox.lightbox-open .header.header:before, body.com_gridbox.gridbox .ba-edit-blog-post{ display: none !important; } body.com_gridbox.gridbox:before { border: none; } body.com_gridbox.gridbox .ba-section > .ba-edit-item { right: 0; } [dir="rtl"] body.com_gridbox.gridbox .ba-section > .ba-edit-item { left: 0px; right: auto !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop.visible-lightbox > .ba-lightbox-close { left: 0; right: 0; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop.visible-lightbox > .ba-lightbox-close { right: 0px !important; top: 0; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { right: 50px; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop { padding: 0 !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.visible-section .ba-overlay-section:not(.ba-container)>.ba-section { width: calc(100vw - 6px) !important; } body .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: 100vw !important; } .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: 100% !important; } html[data-structure="left"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, html[data-structure="left"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - (calc(52px + var(--structure-width) - var(--iframe-offset)))) !important; } html[data-structure="right"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, html[data-structure="right"] .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - (calc( var(--structure-width) - var(--iframe-offset-right) - var(--scroll-width)))) !important; } html[data-structure="left"] body.com_gridbox.gridbox .ba-sticky-header { left: calc(52px + var(--structure-width) - var(--iframe-offset)) !important; width: calc(100% - (calc(52px + var(--structure-width) - var(--iframe-offset)))) !important; } html[data-structure="right"] body.com_gridbox.gridbox .ba-sticky-header { left: calc(52px + var(--structure-width) - var(--iframe-offset)) !important; width: calc(100% - (calc(52px + var(--structure-width) - var(--iframe-offset-right)))) !important; } body.com_gridbox.gridbox .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 0 !important; } body.com_gridbox.gridbox .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-left .ba-lightbox { margin-left: 0 !important; } .gridbox .ba-image-modal.gridbox-gallery-modal { right: 0px; } body.com_gridbox.gridbox .gridbox-gallery-modal i { left: 0; } body.com_gridbox.gridbox .gridbox-gallery-modal i.ba-icon-close, body.com_gridbox.gridbox .gridbox-gallery-modal i + i{ left: auto; right: 0; } body.com_gridbox.gridbox .ba-item-scroll-to-top { margin: 0; } body.com_gridbox.gridbox .sidebar-menu + .body .ba-sticky-header, body.com_gridbox.gridbox .sidebar-menu ~ .footer .ba-sticky-header, body.com_gridbox.gridbox .sidebar-menu .ba-sticky-header, body.com_gridbox.gridbox .ba-sticky-header { left: 0px !important; max-width: 100% !important; right: 0px; } body.com_gridbox.gridbox .ba-item-social.ba-social-sidebar { left: 100% !important; } body.com_gridbox.gridbox.blog-post-editor .side-navigation-menu{ right: 30px; } body.com_gridbox.gridbox.blog-post-editor .ba-item-social.ba-social-sidebar { transform: translateY(-49%) translateX(-100%); } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { top: 0; left: 0; right: 0 !important; } .gridbox.blog-post-editor .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .gridbox.blog-post-editor .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: 100vh!important; } body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox { right: 50px; } body.com_gridbox.gridbox.blog-post-editor .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-left .ba-lightbox { left: 50px } body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-left .ba-lightbox { top: 50px !important; } body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.ba-cookies.visible-lightbox { left: 0; width: 100% !important; } .ba-container header.sidebar-menu.fixed-header, body.com_gridbox.gridbox header.sidebar-menu.fixed-header { left: 0!important; } .com_gridbox.gridbox.ba-system-editing .sidebar-menu + .body .ba-item-preloader { margin-left: calc(0px - var(--sidebar-menu-width)); width: calc(100% + var(--sidebar-menu-width)) !important; } .ba-laptop-sticky-column-enabled { display: block !important; } .ba-laptop-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-laptop-sticky-column-disabled { display: flex !important; } .ba-laptop-sticky-column-disabled > .ba-grid-column { position: relative; top: 0 !important; } .ba-laptop-sticky-row-enabled { position:sticky; top: var(--row-sticky-offset); z-index:15; } .ba-laptop-sticky-row-disabled { position: relative; top: 0; } .ba-laptop-sticky-section-enabled.ba-wrapper{ position:sticky; top: var(--section-sticky-offset); z-index:15; } .ba-laptop-sticky-section-disabled.ba-wrapper{ position: relative; top: 0; } /* Column Vertical Direction Laptop */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left-lp { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center-lp { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right-lp { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction).column-content-align-top-lp { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle-lp { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom-lp { justify-content: end !important; } /* Column Horizontal Direction Laptop*/ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-top-lp { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle-lp { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom-lp { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left-lp { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center-lp { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right-lp { justify-content: end !important; }} @media (max-width: 1280px) { .body .module-position > [class*="ba-col"], .footer .module-position >[class*="ba-col"], .module-position > [class*="ba-col"] { margin-left: 0; width: 100%; } [class*="ba-col-"] { margin-left: 0; } .ba-edit-blog-post, .ba-item-blog-content:hover > .ba-edit-item{ display: none; } .ba-item-image .ba-image-wrapper img { width: 100% ; } /* Plugin Tabs */ .ba-item .ba-tabs-wrapper.tabs-left, .ba-item .ba-tabs-wrapper.tabs-right { flex-direction: column } .ba-item .ba-tabs-wrapper.tabs-right > .nav-tabsli a:before { left: -1px; right: auto; } .ba-item .ba-tabs-wrapper.tabs-right > .nav-tabs, .ba-item .ba-tabs-wrapper.tabs-left > .nav-tabs { flex-direction: row; width: 100%; } .ba-item .ba-tabs-wrapper .nav-tabs { display: flex !important; flex-wrap: nowrap; white-space: nowrap; max-width: 100%; overflow-x: auto; } .ba-tabs-wrapper .nav-tabs::-webkit-scrollbar { width: 6px; } .ba-tabs-wrapper .nav-tabs::-webkit-scrollbar-track { background-color: transparent; } .ba-tabs-wrapper .nav-tabs::-webkit-scrollbar-thumb { background: transparent; border-radius: 6px; } .ba-tabs-wrapper .nav-tabs:not(#blog-post-editor-fields-options) { scrollbar-width: thin; scrollbar-color: transparent transparent; } .ba-tabs-wrapper.tabs-right > .nav-tabs:before, .ba-tabs-wrapper.tabs-left > .nav-tabs:before { display: none; } .ba-tabs-wrapper.tabs-left > .nav-tabs li, .ba-tabs-wrapper.tabs-right > .nav-tabs li, .ba-tabs-wrapper.tabs-right > .nav-tabs li a, .ba-tabs-wrapper.tabs-left > .nav-tabs li a { border-width: 0; border-right-width: 0 !important; border-bottom-width: 1px; border-color: inherit; } .ba-tabs-wrapper.tabs-right > .nav-tabs li.active a:before, .ba-tabs-wrapper.tabs-left > .nav-tabs li.active a:before { height: 4px; top: auto; width: 100%; } /* Sidebar Menu */ .sidebar-menu ~ .footer .ba-wrapper.ba-sticky-header, .sidebar-menu + .body .ba-wrapper.ba-sticky-header, .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { width: 100% !important; } .header.sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section, .header.sidebar-menu .ba-section.row-fluid { min-height: auto !important; } .ba-item.sortable-placeholder, .sortable-placeholder { margin: 0 auto !important; } .header.sidebar-menu ~ .footer .ba-wrapper.ba-sticky-header, .header.sidebar-menu + .body .ba-wrapper.ba-sticky-header, .header.sidebar-menu .ba-wrapper.ba-sticky-header, .header.sidebar-menu + .body ~ .footer, .header.sidebar-menu + .body { margin: 0 !important; } /* Plugin Slideshow */ .ba-item-slideshow .ba-slideshow-caption { padding: 20px !important; } /* Plugin Lightbox */ .ba-overlay-section-backdrop .ba-section, .ba-lightbox .ba-section, .ba-lightbox { box-sizing: border-box; max-width: 100%; } .ba-overlay-section-backdrop.lightbox .ba-overlay-section, .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { max-width: 100vw; } .ba-lightbox-backdrop:not(.lightbox-center):not(.ba-cookies) .ba-lightbox { margin: 0 20px; max-width: calc(100% - 40px); } .ba-overlay-section-backdrop, .ba-lightbox-backdrop { right: 0 !important; } .lightbox-bottom-right .ba-lightbox, .lightbox-top-right .ba-lightbox { right: 0 !important; } .lightbox-top-left .ba-lightbox, .lightbox-bottom-left .ba-lightbox { left: 0 !important; } .ba-search-result-body { padding-left: 25px; padding-right: 25px; } .parallax-wrapper { display: none; } .ba-slideshow-img video, .ba-slideshow-img iframe { display: none !important; } @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media(max-width: 1024px) { .com_gridbox:not(.gridbox).ba-visible-checkout-authentication .body { overflow: visible; } } } @supports (-webkit-text-size-adjust:none) and (-webkit-marquee-repetition:infinite) and (object-fit:fill) { @media(max-width: 1024px) { .com_gridbox:not(.gridbox).ba-visible-checkout-authentication .body { overflow: visible; } } } @media not all and (min-resolution:.001dpcm) { @media(max-width: 1024px) { .com_gridbox:not(.gridbox).ba-visible-checkout-authentication .body { overflow: visible; } } } .com_gridbox input:not([type="checkbox"]) { -webkit-appearance: none !important; } .body .login + div, .body .remind > form, .body .reset > form, .body .login > form { margin: 0 auto!important; width: calc(100% - 50px) !important; } .control-group .control-label { width: 30%!important; } .form-horizontal .controls { margin-left: 35% !important; } .body .login #password, .body .login #username { width: 100%!important; } .column-wrapper { display: flex; flex-wrap: wrap; flex-direction: row; } .column-wrapper .ba-grid-column-wrapper { flex-grow: 0; } [dir="rtl"] .body [class*="ba-col"], [dir="rtl"] .footer [class*="ba-col"], [dir="rtl"] [class*="ba-col"] { margin-right: 0 !important; } .body .ba-col-12 { width: 100%; } .body .ba-col-11 { width: 91.66666667%; } .body .ba-col-10 { width: 83.33333333%; } .body .ba-col-9 { width: 75%; } .body .ba-col-8 { width: 66.66666667%; } .body .ba-col-7 { width: 58.33333333%; } .body .ba-col-6 { width: 50%; } .body .ba-col-5 { width: 41.66666667%; } .body .ba-col-4 { width: 33.33333333%; } .body .ba-col-3 { width: 25%; } .body .ba-col-2 { width: 16.66666667%; } .body .ba-col-1 { width: 8.33333333%; } .header .ba-col-12, .header [class*="ba-col"].ba-tb-la-12, .body .ba-tb-la-12, .footer .ba-tb-la-12, .ba-tb-la-12 { width: 100%; } .header .ba-col-11, .header [class*="ba-col"].ba-tb-la-11, .body .ba-tb-la-11, .footer .ba-tb-la-11, .ba-tb-la-11 { width: 91.66666667%; } .header .ba-col-10, .header [class*="ba-col"].ba-tb-la-10, .body .ba-tb-la-10, .footer .ba-tb-la-10, .ba-tb-la-10 { width: 83.33333333%; } .header .ba-col-9, .header [class*="ba-col"].ba-tb-la-9, .body .ba-tb-la-9, .footer .ba-tb-la-9, .ba-tb-la-9 { width: 75%; } .header .ba-col-8, .header [class*="ba-col"].ba-tb-la-8, .body .ba-tb-la-8, .footer .ba-tb-la-8, .ba-tb-la-8 { width: 66.66666667%; } .header .ba-col-7, .header [class*="ba-col"].ba-tb-la-7, .body .ba-tb-la-7, .footer .ba-tb-la-7, .ba-tb-la-7 { width: 58.33333333%; } .header .ba-col-6, .header [class*="ba-col"].ba-tb-la-6, .body .ba-tb-la-6, .footer .ba-tb-la-6, .ba-tb-la-6 { width: 50%; } .header .ba-col-5, .header [class*="ba-col"].ba-tb-la-5, .body .ba-tb-la-5, .footer .ba-tb-la-5, .ba-tb-la-5 { width: 41.66666667%; } .header .ba-col-4, .header [class*="ba-col"].ba-tb-la-4, .body .ba-tb-la-4, .footer .ba-tb-la-4, .ba-tb-la-4 { width: 33.33333333%; } .header .ba-col-3, .header [class*="ba-col"].ba-tb-la-3, .body .ba-tb-la-3, .footer .ba-tb-la-3, .ba-tb-la-3 { width: 25%; } .header .ba-col-2, .header [class*="ba-col"].ba-tb-la-2, .body .ba-tb-la-2, .footer .ba-tb-la-2, .ba-tb-la-2 { width: 16.66666667%; } .header .ba-col-1, .header [class*="ba-col"].ba-tb-la-1, .body .ba-tb-la-1, .footer .ba-tb-la-1, .ba-tb-la-1 { width: 8.33333333%; } body:not(.com_gridbox) .body { padding: 0 25px; } /* /* Columns Order */ .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-1 { order: 1; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-2 { order: 2; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-3 { order: 3; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-4 { order: 4; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-5 { order: 5; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-6 { order: 6; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-7 { order: 7; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-8 { order: 8; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-9 { order: 9; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-10 { order: 10; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-11 { order: 11; } .column-wrapper .ba-grid-column-wrapper.ba-tb-la-order-12 { order: 12; } /* /* ba-style.css */ body.com_gridbox.gridbox > * .ba-row .ba-column-resizer { display: none; } body.com_gridbox.gridbox .ba-grid-column { transition: none !important; } body.com_gridbox.gridbox .header:hover + .body .ba-add-section { z-index: 100; } body.com_gridbox.gridbox .active-item { z-index: 5; } body.com_gridbox.gridbox .column-with-menu .ba-grid-column-wrapper, body.com_gridbox.gridbox .row-with-menu .active-item { z-index: initial; } body.com_gridbox.gridbox .ba-add-section { transition: opacity .3s ease-in-out; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop { padding: 0 !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.visible-section .ba-overlay-section:not(.ba-container)>.ba-section { width: calc(100vw - 6px) !important; } body .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: 100vw !important; } div .ba-video-background video, div .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } /* Preloader */ .preloader-animation-out .preloader-wrapper { animation: pt-fade-out .5s .3s linear both !important; } .preloader-wrapper.ba-pt-split-diamond:after, .preloader-wrapper.ba-pt-split-diamond:before { animation: none!important; bottom: 0 !important; left: 0 !important; right: 0 !important; top: 0 !important; } /* Calendar */ @keyframes calendar-tablet { from {opacity: 0;} to {opacity: 1;} } .event-calendar-events-list { animation: calendar-tablet .3s cubic-bezier(0.4, 0, 0.2, 1) both !important; left: calc(50% - 186px) !important; max-height: 90vh; max-width: 90%; overflow-y: auto; position: fixed !important; top: calc(50% - (var(--event-calendar-list-height)/2) )!important; } .event-calendar-events-list .event-calendar-row-wrapper { box-sizing: border-box; max-height: 90vh; } .event-calendar-events-list:after { display: none; } .comment-reply-form-wrapper, .ba-comment-reply-wrapper { margin-left: 0 !important; } .ba-tabs-wrapper .ba-item-text li { display: list-item !important; } @keyframes notification-responsive { from {bottom: 0; transform: translateY(100%) translateX(50%); opacity: 0;} } #ba-notification.notification-in { animation: notification-responsive .4s cubic-bezier(.25,.98,.26,.99) both; } #ba-notification { right: 50%; transform: translateX(50%); } @keyframes notification-responsive-out { to {bottom: 0; transform: translateY(130%) translateX(50%); opacity: 0;} } body #ba-notification.animation-out { animation: notification-responsive-out .4s cubic-bezier(.25,.98,.26,.99) both; } .sidebar-menu .ba-section > .ba-edit-item .ba-buttons-wrapper { left: auto; padding: 5px 50px 5px 10px; right: 5px; } .com_gridbox.gridbox.ba-system-editing .sidebar-menu + .body .ba-item-preloader { margin-left: 0; width: 100% !important; } /* Store */ .ba-store-cart.ba-container:not(.ba-overlay-section) { width: 100%; } .ba-cart-products-list[class*="ba-col"] { min-height: auto; margin-bottom: 50px; padding: 0; } .ba-store-cart-backdrop { align-items: flex-start; } .ba-cart-product-title-cell { flex-grow: 1; } .ba-wishlist-product-remove-cell i, .ba-cart-product-remove-cell i { font-size: 24px; } .ba-cart-checkout-row.ba-cart-checkout-promo-code input { width: 100%; } .ba-cart-checkout-row.ba-cart-checkout-promo-code .ba-cart-apply-promo-code { padding: 15px 25px; white-space: nowrap; } .ba-left-thumbnails-navigation.dots-position-outside .ba-overlay { left: 0 !important; } .ba-store-wishlist-backdrop > .ba-store-wishlist-close, .ba-store-cart-backdrop > .ba-store-cart-close { width: 100%; } .ba-empty-cart-products-message { text-align: center; } body .ba-live-search-results { left: 20px; max-width: calc(100% - 40px); min-width: calc(100% - 40px); } .ba-account-wrapper { flex-direction: column; } .ba-account-wrapper .tab-content, .ba-account-wrapper > .nav-tabs { padding: 0; width: 100%; } .ba-account-wrapper .tab-content { padding: 0 25px; } .ba-account-wrapper > .nav-tabs li.active a:before { height: 4px; top: auto; width: 100%; } .ba-account-wrapper > .nav-tabs li > a { border: none !important; white-space: nowrap; } .ba-account-wrapper > .nav-tabs { border-bottom: 1px solid var(--border)!important; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; padding: 0 25px !important; width: 100%; overflow-y: hidden; overflow-x: scroll; } .ba-account-tr { border: none !important; } .ba-checkout-authentication-backdrop, .ba-checkout-registration-backdrop { align-items: normal; } .ba-tb-la-sticky-column-enabled { display: block !important; } .ba-tb-la-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-tb-la-sticky-column-disabled { display: flex !important; } .ba-tb-la-sticky-column-disabled > .ba-grid-column { position: relative; top: 0 !important; } .ba-tb-la-sticky-row-enabled { position:sticky; top: var(--row-sticky-offset); z-index:15; } .ba-tb-la-sticky-row-disabled { position: relative; top: 0; } .ba-tb-la-sticky-section-enabled.ba-wrapper { position:sticky; top: var(--section-sticky-offset); z-index:15; } .ba-tb-la-sticky-section-disabled.ba-wrapper { position: relative; top: 0; } .ba-item.ba-item-breadcrumbs ul { flex-wrap: nowrap; max-width: 100%; overflow: auto; } .ba-item-breadcrumbs ul::-webkit-scrollbar { width: 6px; } .ba-item-breadcrumbs ul::-webkit-scrollbar-track { background-color: transparent; } .ba-item-breadcrumbs ul::-webkit-scrollbar-thumb { background: transparent; } .com-content-category-blog__items.blog-items.columns-2 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .ba-item-hotspot .ba-hotspot-popover { bottom: auto !important; box-sizing: border-box; display: block; left: calc(50vw - var(--horizontal-offset)) !important; max-height: 95vh; max-width: 95vw; overflow-y: auto; right: auto !important; top: calc(50vh - var(--vertical-offset)) !important; transform: translate(-50%, -50%) !important; } body.com_gridbox.gridbox .ba-item-blog-content:hover > .ba-edit-item , .ba-hotspot-popover:not(.ba-visible-hotspot-popover), .ba-item-hotspot .ba-hotspot-popover:after { display: none!important; } /* Column Vertical Direction Tablet Landscape */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left-md { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center-md { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right-md { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction).column-content-align-top-md { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle-md { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom-md { justify-content: end !important; } /* Column Horizontal Direction Tablet Landscape*/ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-top-md { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle-md { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom-md { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left-md { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center-md { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right-md { justify-content: end !important; }} @media (max-width: 1024px) { /* /* Blog */ .ba-item-categories .ba-classic-layout .ba-blog-post, .ba-item-blog-posts .ba-classic-layout .ba-blog-post, .ba-item-search-result .ba-classic-layout .ba-blog-post, .ba-item-post-navigation .ba-classic-layout .ba-blog-post, .ba-item-related-posts .ba-classic-layout .ba-blog-post, .ba-item-recent-posts .ba-classic-layout .ba-blog-post { flex-direction: column !important; } .ba-item-categories .ba-blog-post .ba-blog-post-image { margin: 0 auto !important; } .ba-item-categories .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-blog-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-search-result .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-post-navigation .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-related-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-recent-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content { width: 100%; } .ba-item-categories .ba-classic-layout .ba-blog-post-content { padding-left: 0; } .header .ba-tb-pt-12, .header [class*="ba-col"].ba-tb-pt-12, .body .ba-tb-pt-12, .footer .ba-tb-pt-12, .ba-tb-pt-12 { width: 100%; } .header .ba-tb-pt-11, .header [class*="ba-col"].ba-tb-pt-11, .body .ba-tb-pt-11, .footer .ba-tb-pt-11, .ba-tb-pt-11 { width: 91.66666667%; } .header .ba-tb-pt-10, .header [class*="ba-col"].ba-tb-pt-10, .body .ba-tb-pt-10, .footer .ba-tb-pt-10, .ba-tb-pt-10 { width: 83.33333333%; } .header .ba-tb-pt-9, .header [class*="ba-col"].ba-tb-pt-9, .body .ba-tb-pt-9, .footer .ba-tb-pt-9, .ba-tb-pt-9 { width: 75%; } .header .ba-tb-pt-8, .header [class*="ba-col"].ba-tb-pt-8, .body .ba-tb-pt-8, .footer .ba-tb-pt-8, .ba-tb-pt-8 { width: 66.66666667%; } .header .ba-tb-pt-7, .header [class*="ba-col"].ba-tb-pt-7, .body .ba-tb-pt-7, .footer .ba-tb-pt-7, .ba-tb-pt-7 { width: 58.33333333%; } .header .ba-tb-pt-6, .header [class*="ba-col"].ba-tb-pt-6, .body .ba-tb-pt-6, .footer .ba-tb-pt-6, .ba-tb-pt-6 { width: 50%; } .header .ba-tb-pt-5, .header [class*="ba-col"].ba-tb-pt-5, .body .ba-tb-pt-5, .footer .ba-tb-pt-5, .ba-tb-pt-5 { width: 41.66666667%; } .header .ba-tb-pt-4, .header [class*="ba-col"].ba-tb-pt-4, .body .ba-tb-pt-4, .footer .ba-tb-pt-4, .ba-tb-pt-4 { width: 33.33333333%; } .header .ba-tb-pt-3, .header [class*="ba-col"].ba-tb-pt-3, .body .ba-tb-pt-3, .footer .ba-tb-pt-3, .ba-tb-pt-3 { width: 25%; } .header .ba-tb-pt-2, .header [class*="ba-col"].ba-tb-pt-2, .body .ba-tb-pt-2, .footer .ba-tb-pt-2, .ba-tb-pt-2 { width: 16.66666667%; } .header .ba-tb-pt-1, .header [class*="ba-col"].ba-tb-pt-1, .body .ba-tb-pt-1, .footer .ba-tb-pt-1, .ba-tb-pt-1 { width: 8.33333333%; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-1 { order: 1; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-2 { order: 2; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-3 { order: 3; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-4 { order: 4; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-5 { order: 5; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-6 { order: 6; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-7 { order: 7; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-8 { order: 8; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-9 { order: 9; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-10 { order: 10; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-11 { order: 11; } .column-wrapper .ba-grid-column-wrapper.ba-tb-pt-order-12 { order: 12; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } .ba-item-checkout-form.ba-item .ba-checkout-form-wrapper .ba-checkout-form-fields { width: 100%!important; } .ba-tb-pt-sticky-column-enabled { display: block !important; } .ba-tb-pt-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-tb-pt-sticky-column-disabled { display: flex !important; } .ba-tb-pt-sticky-column-disabled > .ba-grid-column { position: relative; top: 0 !important; } .ba-tb-pt-sticky-row-enabled { position:sticky; top: var(--row-sticky-offset); z-index:15; } .ba-tb-pt-sticky-row-disabled { position: relative; top: 0; } .ba-tb-pt-sticky-section-enabled.ba-wrapper { position:sticky; top: var(--section-sticky-offset); z-index:15; } .ba-tb-pt-sticky-section-disabled.ba-wrapper { position: relative; top: 0; } .ba-item-currency-switcher .ba-dropdown-layout .ba-currency-switcher-list:before { display: none; } .ba-item-currency-switcher .ba-dropdown-layout.visible-currency-switcher-list .ba-currency-switcher-list { left: 50%; position: fixed; top: 50%; transform: translateY(-50%) !important; } .ba-item-add-to-cart .ba-add-to-cart-sku { flex-wrap: wrap; margin-bottom: 10px; } .ba-item-add-to-cart .ba-add-to-cart-sku > div, .ba-add-to-cart-extra-option[data-type="dropdown"] > div, .ba-item-add-to-cart .ba-add-to-cart-stock > div, .ba-item-add-to-cart .ba-add-to-cart-variation > div { justify-content: center; text-align: center; width: 100%; } .ba-item-add-to-cart .ba-add-to-cart-row-label { margin: 0 !important; } .ba-add-to-cart-extra-option[data-type="dropdown"], .ba-item-add-to-cart .ba-add-to-cart-stock, .ba-add-to-cart-price, .ba-add-to-cart-button-wrapper, .ba-item-add-to-cart .ba-add-to-cart-variation { flex-direction: column; } .ba-item.ba-item-add-to-cart .ba-add-to-cart-wrapper > .ba-add-to-cart-price:not(.ba-add-to-cart-info) { align-items: center; display: flex; } .ba-add-to-cart-button-wrapper { align-items: center; } /* Column Vertical Direction Tablet Portrait */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left-md-pt { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center-md-pt { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right-md-pt { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction).column-content-align-top-md-pt { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle-md-pt { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom-md-pt { justify-content: end !important; } /* Column Horizontal Direction Tablet Portrait*/ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-top-md-pt { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle-md-pt { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom-md-pt { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left-md-pt { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center-md-pt { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right-md-pt { justify-content: end !important; } .ba-add-to-cart-quantity { margin: 0 0 20px 0; margin-right: 0 !important; } }@media (min-width: 1281px) and (max-width: 1440px){body:not(.show-hidden-elements) .ba-hidden-lp { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-lp:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } }@media (min-width: 1025px) and (max-width: 1280px){body:not(.show-hidden-elements) .ba-hidden-md { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-md:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } }@media (min-width: 769px) and (max-width: 1024px){body:not(.show-hidden-elements) .ba-hidden-md-pt { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-md-pt:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; }}@media (min-width: 421px) and (max-width: 768px){body:not(.show-hidden-elements) .ba-hidden-sm { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-sm:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } } @media (max-width: 768px) { body { word-break: break-word; } .ba-item-post-navigation .ba-blog-post { margin: 0 !important; width: 100% !important; } .ba-item-post-navigation .ba-blog-posts-wrapper { display: block !important; } .ba-item-post-navigation .ba-blog-posts-wrapper > i { display: none; } body .ba-item-post-navigation .ba-blog-posts-wrapper .ba-blog-post-image { margin-right: 0 !important; margin-left: 0 !important; } .control-group .control-label { width: 100%!important; } .form-horizontal .controls { margin-left: 0 !important; } .remind .control-group .control-label, .reset .control-group .control-label, .login .control-group .control-label { text-align: center; } .header .ba-sm-la-12, .header [class*="ba-col"].ba-sm-la-12, .ba-sm-la-12, .body .ba-sm-la-12, .footer .ba-sm-la-12 { width: 100%; } .header .ba-sm-la-11, .header [class*="ba-col"].ba-sm-la-11, .ba-sm-la-11, .body .ba-sm-la-11, .footer .ba-sm-la-11 { width: 91.66666667%; } .header .ba-sm-la-10, .header [class*="ba-col"].ba-sm-la-10, .ba-sm-la-10, .body .ba-sm-la-10, .footer .ba-sm-la-10 { width: 83.33333333%; } .header .ba-sm-la-9, .header [class*="ba-col"].ba-sm-la-9, .ba-sm-la-9, .body .ba-sm-la-9, .footer .ba-sm-la-9 { width: 75%; } .header .ba-sm-la-8, .header [class*="ba-col"].ba-sm-la-8, .ba-sm-la-8, .body .ba-sm-la-8, .footer .ba-sm-la-8 { width: 66.66666667%; } .header .ba-sm-la-7, .header [class*="ba-col"].ba-sm-la-7, .ba-sm-la-7, .body .ba-sm-la-7, .footer .ba-sm-la-7 { width: 58.33333333%; } .header .ba-sm-la-6, .header [class*="ba-col"].ba-sm-la-6, .ba-sm-la-6, .body .ba-sm-la-6, .footer .ba-sm-la-6 { width: 50%; } .header .ba-sm-la-5, .header [class*="ba-col"].ba-sm-la-5, .ba-sm-la-5, .body .ba-sm-la-5, .footer .ba-sm-la-5 { width: 41.66666667%; } .header .ba-sm-la-4, .header [class*="ba-col"].ba-sm-la-4, .ba-sm-la-4, .body .ba-sm-la-4, .footer .ba-sm-la-4 { width: 33.33333333%; } .header .ba-sm-la-3, .header [class*="ba-col"].ba-sm-la-3, .ba-sm-la-3, .body .ba-sm-la-3, .footer .ba-sm-la-3 { width: 25%; } .header .ba-sm-la-2, .header [class*="ba-col"].ba-sm-la-2, .ba-sm-la-2, .body .ba-sm-la-2, .footer .ba-sm-la-2 { width: 16.66666667%; } .header .ba-sm-la-1, .header [class*="ba-col"].ba-sm-la-1, .ba-sm-la-1, .body .ba-sm-la-1, .footer .ba-sm-la-1 { width: 8.33333333%; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-1 { order: 1; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-2 { order: 2; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-3 { order: 3; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-4 { order: 4; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-5 { order: 5; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-6 { order: 6; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-7 { order: 7; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-8 { order: 8; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-9 { order: 9; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-10 { order: 10; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-11 { order: 11; } .column-wrapper .ba-grid-column-wrapper.ba-sm-la-order-12 { order: 12; } .ba-video-background video, .ba-video-background iframe { height: calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); width: 100vw; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } .ba-guest-login-wrapper, .ba-user-login-wrapper, .ba-social-login-wrapper { justify-content: center; width: 100%; } .comment-reply-form-wrapper .ba-submit-cancel, .ba-leave-review-box-wrapper .ba-submit-cancel, .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel, .ba-submit-comment { margin-top: 15px; } .ba-user-login-btn, .ba-submit-comment { box-sizing: border-box; text-align: center !important; } .ba-item-comments-box .comment-reply-form-wrapper .ba-submit-comment-wrapper, .ba-item-comments-box div:not(.comment-edit-form-wrapper)>.ba-comment-message-wrapper .ba-submit-comment-wrapper, .ba-item-comments-box .comment-reply-form-wrapper .ba-submit-comment, .ba-item-comments-box div:not(.comment-edit-form-wrapper)>.ba-comment-message-wrapper .ba-submit-comment, .ba-comments-icons-wrapper { text-align: center; width: 100% !important; } .user-comment-wrapper { display: inline-block !important; } .comment-user-info { margin-left: 75px; min-height: 50px; position: relative; width: calc(100% - 75px) !important; } .ba-item-comments-box .comment-user-info { margin-top: 10px; } .comment-user-info-wrapper { float: left; } .comment-reply-name { flex-grow: 0; } .comment-logout-action { float: right; } .comment-logout-action { line-height: 50px !important; } .ba-item-reviews .user-comment-wrapper .ba-review-stars-wrapper, .comment-not-approved-label, .comment-moderator-label, .comment-reply-action, .comment-attachments-wrapper, .comment-attachments-image-wrapper { margin-left: 0; } .user-comment-wrapper span.comment-user-name { margin-right: 5px; } @keyframes smiles-picker-in-mobile { from { opacity: 0;} to { opacity: 1;} } .ba-comment-smiles-picker-dialog { animation: smiles-picker-in-mobile .3s cubic-bezier(0.4,0,0.2,1) both!important; left: 50% !important; max-width: 90%; position: fixed !important; top: calc(50vh - 90px) !important; transform: scale(1)translateX(-50%); } .ba-comment-smiles-picker-dialog:before { display: none; } .comment-likes-action-wrapper { display: inline-block; text-align: center; white-space: nowrap; width: 100%; } .comment-share-action, .comment-reply-action { float: none; } .comment-likes-wrapper { text-align: center; } .comment-action-wrapper > span { margin: 25px 12px 0 !important; } .user-comment-wrapper span.comment-user-name, .comment-attachments-wrapper, .comment-user-message-wrapper, .comment-likes-action-wrapper > span:first-child { margin-left: 0 !important; } .ba-comments-captcha-wrapper, .ba-comments-captcha-wrapper.inline-style { width: 100%; } .ba-comments-captcha-wrapper > .comments-recaptcha { justify-content: center; margin-top: 25px; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .ba-comments-login-wrapper { display: block; } .ba-submit-comment-wrapper { flex-direction: column-reverse; width: 100%; } .ba-submit-comment-wrapper * { margin-right: 0 !important; text-align: center; } .ba-leave-review-btn { box-sizing: border-box; justify-content: center; width: 100%; } .ba-submit-comment-wrapper *, .ba-reviews-total-rating-wrapper { width: 100%; } .ba-item-reviews .ba-comments-total-count { padding-left: 0 !important; } .ba-item-reviews .ba-comments-total-count-wrapper { flex-wrap: wrap; } .comments-moderators-context-menu.ba-context-menu { animation: smiles-picker-in-mobile .3s cubic-bezier(0.4,0,0.2,1) both!important; left: 50% !important; margin: 0; max-height: initial; position: fixed; top: 50% !important; transform: translate(-50%, -50%); } .ba-comments-login-wrapper { overflow: hidden; } /* Store */ .ba-cart-checkout, .ba-store-cart.ba-container:not(.ba-overlay-section) { padding: 25px; } .ba-wishlist-checkout-row.ba-wishlist-btn-wrapper, .ba-store-cart-backdrop:not([data-layout="sidebar"]) .ba-store-cart.ba-container:not(.ba-overlay-section), .ba-store-cart-opened .ba-store-cart-backdrop .ba-cart-checkout { padding: 0; } .ba-cart-checkout-row.ba-cart-checkout-includes-tax, .ba-wishlist-checkout-row:not(.ba-wishlist-btn-wrapper), .ba-cart-checkout-row.ba-cart-checkout-discount, .ba-cart-checkout-row.ba-cart-checkout-promo-code, .ba-cart-checkout-row.ba-cart-checkout-total, .ba-wishlist-checkout-row, .ba-wishlist-products-list, .ba-cart-checkout-row.ba-cart-checkout-discount, .ba-cart-checkout-row.ba-cart-checkout-promo-code, .ba-cart-checkout-row.ba-cart-checkout-total, .ba-store-cart-opened .ba-cart-products-list { padding: 0 25px; } .ba-wishlist-product-row, .ba-checkout-order-product-row, .ba-cart-product-row { flex-wrap: wrap; justify-content: center; } .ba-live-search-add-to-cart-cell, .ba-wishlist-add-to-cart-cell { margin-top: 10px !important; } .ba-checkout-order-product-title-cell { text-align: left; } .ba-checkout-order-product-info { display: block; } .ba-checkout-order-product-quantity-cell { margin: 0 10px; } .ba-checkout-order-product-content-cell, .ba-live-search-product-content-cell, .ba-checkout-order-product-content-cell, .ba-wishlist-product-content-cell, .ba-cart-product-content-cell { width: calc(100% - 95px); } .ba-checkout-order-product-row, .ba-cart-product-row { align-items: flex-start !important; } .ba-checkout-order-product-title-cell, .ba-wishlist-product-title-cell, .ba-cart-product-title-cell { margin-bottom: 10px !important; text-align: left !important; width: 100% !important; } .ba-wishlist-product-price-cell, .ba-cart-product-price-cell { margin-left: 0; } .ba-wishlist-product-price-cell { flex-direction: column; flex-grow: 1; } .ba-wishlist-product-remove-cell i { padding: 10px; } #ba-notification.ba-product-notice { max-width: 80%; } .ba-checkout-order-product-price-cell, .ba-checkout-order-product-title-cell, .ba-checkout-order-product-image-cell, .ba-cart-product-price-cell, .ba-cart-product-quantity-cell, .ba-wishlist-add-to-cart-btn, .ba-cart-product-title-cell, .ba-wishlist-product-title-cell, .ba-cart-product-image-cell, .ba-wishlist-product-image-cell, .ba-wishlist-add-to-cart-cell, .ba-cart-product-remove-cell { align-items: center; margin: 0; text-align: center; } .ba-live-search-add-to-cart-btn, .ba-live-search-add-to-cart-cell, .ba-wishlist-add-to-cart-btn, .ba-wishlist-add-to-cart-cell { width: 100%; } .ba-live-search-product-content-cell, .ba-wishlist-product-content-cell, .ba-checkout-order-product-price-cell, .ba-wishlist-product-price-cell { align-items: flex-start; display: flex; justify-content: center; } .ba-checkout-order-product-content-inner-cell, .ba-checkout-order-product-row, .ba-cart-product-row, .ba-live-search-product-content-inner-cell, .ba-wishlist-product-content-inner-cell, .ba-cart-product-content-inner-cell { align-items: center; flex-wrap: wrap; } .ba-checkout-order-product-row[data-extra-count="0"], .ba-cart-product-row[data-extra-count="0"], .ba-wishlist-product-row[data-extra-count="0"], .ba-live-search-product-row { align-items: flex-start; } .ba-wishlist-product-remove-cell { display: flex; justify-content: center; margin: 0; } body .ba-live-search-product-title-cell { padding: 0; width: 100%; } .ba-live-search-product-row { flex-wrap: wrap; } .ba-live-search-add-to-cart-btn, .ba-wishlist-add-to-cart-btn { margin: 0 !important; } .ba-checkout-order-product-image-cell, .ba-live-search-add-to-cart-cell, .ba-checkout-order-product-price-cell, .ba-checkout-order-product-title-cell, .ba-live-search-product-title, .ba-checkout-order-product-title, .ba-wishlist-product-title, body .ba-live-search-results .ba-live-search-product-image-cell, body .ba-live-search-product-image-cell, body .ba-wishlist-product-image-cell, body .ba-cart-product-image-cell, .ba-wishlist-checkout-row:not(.ba-wishlist-btn-wrapper), .ba-store-cart .ba-cart-checkout-row.ba-cart-checkout-promo-code, .ba-cart-product-title { justify-content: flex-start; } .ba-store-cart-backdrop[data-layout="sidebar"] .ba-store-cart .ba-cart-checkout-row.ba-cart-checkout-promo-code { align-items: center; } body .ba-cart-product-quantity-cell { margin-left: 0; margin: 0; width: auto; } .ba-live-search-product-price-cell, .ba-store-cart-backdrop .ba-cart-product-price-cell { align-items: flex-start; margin: 0 0 0 15px; flex-grow: 1; } body .ba-live-search-product-price-cell { margin: 0; } .ba-cart-checkout-row.ba-cart-checkout-promo-code { flex-direction: column; padding-bottom: 25px; } .ba-wishlist-product-row, .ba-cart-checkout-promo-code-wrapper { flex-wrap: wrap; } .ba-cart-checkout-row.ba-cart-checkout-promo-code .ba-cart-apply-promo-code { margin-bottom: 10px; } .ba-add-to-cart-extra-option[data-type="dropdown"], .ba-item-add-to-cart .ba-add-to-cart-stock, .ba-add-to-cart-price, .ba-add-to-cart-button-wrapper, .ba-item-add-to-cart .ba-add-to-cart-variation { flex-direction: column; } .ba-add-to-cart-extra-option[data-type="dropdown"] > div, .ba-item-add-to-cart .ba-add-to-cart-stock > div, .ba-item-add-to-cart .ba-add-to-cart-variation > div { justify-content: center; text-align: center; width: 100%; } .ba-variation-notice { bottom: 100%; right: 50%; transform: translate(50%, -10px); } .ba-variation-notice:before { border: 5px solid transparent !important; border-top: 5px solid #2c2c2c !important; bottom: -9px !important; right: auto !important; left: 50% !important; margin-left: -5px; } .ba-item-add-to-cart .ba-add-to-cart-row-label { margin: 0; } .ba-add-to-cart-quantity { margin: 0 0 20px 0; } .ba-add-to-cart-button-wrapper { align-items: center; } #ba-my-account-wishlist .ba-wishlist-product-remove-cell, .right-currency-position, .ba-add-to-cart-quantity + .ba-btn-transition { justify-content: center!important; } .ba-add-to-cart-sale-price-wrapper + .ba-add-to-cart-price-wrapper { margin-left: 0px; } .ba-blog-post-add-to-cart-wrapper { flex-wrap: wrap; justify-content: center; } .ba-blog-post-add-to-cart-button { justify-content: center; margin-top: 10px; } .ba-checkout-registration-wrapper, .ba-checkout-authentication-wrapper > div { padding: 25px!important } .ba-checkout-guest-wrapper .ba-checkout-authentication-btn-wrapper span { margin-bottom: 0; margin-top: 40px; } .ba-checkout-authentication-links { flex-wrap: wrap; } .ba-checkout-authentication-links a { margin: 5px 0; } .ba-checkout-authentication-backdrop { align-items: flex-start; } .ba-account-order-header-wrapper >.ba-account-order-header, .ba-account-order-details .ba-account-order-customer-info { min-width: 100%!important; padding: 25px; width: 100%!important; } .ba-account-close-order-details { right: 10px; top: 10px; } .ba-account-order-header-wrapper { flex-wrap: wrap; } .ba-account-order-info .ba-account-order-header { justify-content: space-between; } .ba-account-order-details > div { padding: 25px; } .ba-account-order-product-title-cell, .ba-account-order-product-content-inner-cell, .ba-account-order-info .ba-account-order-product-row { align-items: center; flex-direction: column; } .ba-account-order-info .ba-account-order-product-row .ba-account-order-product-price-cell { min-width: auto !important; } .ba-account-order-info .ba-account-order-product-image-cell { margin-right: 0; margin-bottom: 25px; } .ba-account-order-product-price-cell { margin-left: 0; } .ba-account-order-product-title-cell .ba-account-order-product-title { text-align: center; } .ba-account-order-customer-info .ba-account-order-header { justify-content: flex-start; } .ba-my-account-wishlist .ba-wishlist-product-row { margin-bottom: 50px; } #ba-my-account-subscriptions .ba-account-tr, #ba-my-account-downloads .ba-account-tr, #ba-my-account-orders .ba-account-tr { flex-direction: column; align-items: center; padding: 20px !important; border-bottom: 1px solid var(--border)!important; } #ba-my-account-subscriptions .ba-account-tr > div, #ba-my-account-downloads .ba-account-tr > div, #ba-my-account-orders .ba-account-tr > div { justify-content: center !important; margin-bottom: 10px; min-height: auto; padding: 0; text-align: center; width: 100%!important; } #ba-my-account-subscriptions .ba-account-thead, #ba-my-account-downloads .ba-account-thead { display: none; } #ba-my-account-profile .ba-account-profile-fields, .ba-my-account-billing-details .ba-checkout-form-fields { padding: 0px!important; width: 100%; } .ba-account-order-header-wrapper .ba-account-order-header:last-child { background: var(--bg-secondary); padding-top: 0; } .ba-store-cart-backdrop.ba-visible-store-cart { padding-bottom: calc(var(--vh, 1vh) * 10) !important; } .ba-store-wishlist-backdrop[data-layout="lightbox"], .ba-store-cart-backdrop[data-layout="lightbox"] { margin-left: var(--body-scroll-width); } .ba-account-title-wrapper { justify-content: center; flex-wrap: wrap; } .ba-account-title-wrapper .ba-account-btn, #ba-my-account-downloads .ba-account-btn { width: 100%; } .ba-account-title-wrapper .ba-account-btn { margin-top: 25px; text-align: center; } .ba-sm-la-sticky-column-enabled { display: block !important; } .ba-sm-la-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-sm-la-sticky-column-disabled { display: flex !important; } .ba-sm-la-sticky-column-disabled > .ba-grid-column { position: relative; top: 0 !important; } .ba-sm-la-sticky-row-enabled { position:sticky; top: var(--row-sticky-offset); z-index:15; } .ba-sm-la-sticky-row-disabled { position: relative; top: 0; } .ba-sm-la-sticky-section-enabled.ba-wrapper { position:sticky; top: var(--section-sticky-offset); z-index:15; } .ba-sm-la-sticky-section-disabled.ba-wrapper { position: relative; top: 0; } .ba-checkout-order-product-title, .ba-item-add-to-cart .ba-custom-select ul.visible-select li, .ba-item-add-to-cart .ba-custom-select input { text-align: left !important; } .ba-live-search-results .ba-live-search-body { box-sizing: border-box; margin: 0; max-height:100vh; width: 100%; } .ba-wishlist-headline-wrapper, .ba-cart-headline-wrapper { padding: 25px 25px 0; } .ba-item.ba-item-add-to-cart .ba-add-to-cart-wrapper > .ba-add-to-cart-price:not(.ba-add-to-cart-info) { align-items: center; display: flex; } .ba-feature-box-wrapper .ba-feature-box { flex-direction: column; } .ba-feature-list-layout .ba-feature-image-wrapper { margin-right: 0 !important; } /* Column Vertical Direction Phone Landscape */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left-sm { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center-sm { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right-sm { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction).column-content-align-top-sm { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle-sm { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom-sm { justify-content: end !important; } /* Column Horizontal Direction Phone Landscape*/ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-top-sm { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle-sm { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom-sm { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left-sm { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center-sm { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right-sm { justify-content: end !important; } .ba-gridbox-calendar { margin-left: -175px!important; width: 350px!important; } .com_gridbox:not(.editor):not(.admin) .ba-gridbox-calendar { padding: 20px !important; } .com_gridbox:not(.editor):not(.admin) .ba-gridbox-multiple-date-calendar .ba-gridbox-calendar-inner { width: auto; min-width: auto; } .com_gridbox:not(.editor):not(.admin) .ba-gridbox-multiple-date-calendar .ba-gridbox-calendar-inner .ba-gridbox-calendar-title { margin-left: -92px; } .com_gridbox:not(.editor):not(.admin) .ba-gridbox-multiple-date-calendar .ba-gridbox-calendar-inner + .ba-gridbox-calendar-inner .ba-gridbox-calendar-title { margin-left: 0; margin-right: -92px; } .ba-gridbox-multiple-date-calendar .ba-gridbox-calendar { display: block !important; left: calc(50vw - 175px) !important; margin: 0 !important; top: 25px !important; } .ba-gridbox-multiple-date-calendar .ba-gridbox-calendar .ba-gridbox-calendar-inner + .ba-gridbox-calendar-inner { margin-left: 0 !important; } .blog-post-submission-form-options-group[data-field-type="field-video"] .ba-field-submission-form-label + div > div, .blog-post-submission-form-options-group[data-field-type="url"] .ba-field-submission-form-label + div > div, .blog-post-submission-form-options-group[data-field-type="field-button"] .ba-field-submission-form-label + div > div { margin-bottom: 10px; width: 100% !important; } .blog-post-submission-form-options-group[data-field-type="field-video"] .ba-field-submission-form-label + div, .blog-post-submission-form-options-group[data-field-type="url"] .ba-field-submission-form-label + div, .blog-post-submission-form-options-group[data-field-type="field-button"] .ba-field-submission-form-label + div { flex-direction: column; } #ba-notification { right: 50% !important; transform: translateX(50%) !important; } .submitted-items-list .ba-account-tr .ba-account-td:first-child { align-items: flex-start; display: flex; flex-direction: column; } .ba-account-tr .ba-account-td { justify-content: flex-start !important; min-height: auto; position: relative; width: 100% !important; } .ba-account-tr { flex-direction: column; margin-bottom: 25px; min-height: 50px; } .submitted-items-list .ba-account-td .post-intro-image { margin-right: 0; margin-bottom: 15px; } #ba-my-account-wishlist .ba-wishlist-product-title-cell { align-items: flex-start; } } @media (max-width: 420px) { .body [class*="ba-col"], .footer [class*="ba-col"], [class*="ba-col"] { margin-left: 0; width: 100%; } .header .ba-sm-pt-12, .header [class*="ba-col"].ba-sm-pt-12, .body .ba-sm-pt-12, .footer .ba-sm-pt-12, .ba-sm-pt-12 { width: 100%; } .header .ba-sm-pt-11, .header [class*="ba-col"].ba-sm-pt-11, .body .ba-sm-pt-11, .footer .ba-sm-pt-11, .ba-sm-pt-11 { width: 91.66666667%; } .header .ba-sm-pt-10, .header [class*="ba-col"].ba-sm-pt-10, .body .ba-sm-pt-10, .footer .ba-sm-pt-10, .ba-sm-pt-10 { width: 83.33333333%; } .header .ba-sm-pt-9, .header [class*="ba-col"].ba-sm-pt-9, .body .ba-sm-pt-9, .footer .ba-sm-pt-9, .ba-sm-pt-9 { width: 75%; } .header .ba-sm-pt-8, .header [class*="ba-col"].ba-sm-pt-8, .body .ba-sm-pt-8, .footer .ba-sm-pt-8, .ba-sm-pt-8 { width: 66.66666667%; } .header .ba-sm-pt-7, .header [class*="ba-col"].ba-sm-pt-7, .body .ba-sm-pt-7, .footer .ba-sm-pt-7, .ba-sm-pt-7 { width: 58.33333333%; } .header .ba-sm-pt-6, .header [class*="ba-col"].ba-sm-pt-6, .body .ba-sm-pt-6, .footer .ba-sm-pt-6, .ba-sm-pt-6 { width: 50%; } .header .ba-sm-pt-5, .header [class*="ba-col"].ba-sm-pt-5, .body .ba-sm-pt-5, .footer .ba-sm-pt-5, .ba-sm-pt-5 { width: 41.66666667%; } .header .ba-sm-pt-4, .header [class*="ba-col"].ba-sm-pt-4, .body .ba-sm-pt-4, .footer .ba-sm-pt-4, .ba-sm-pt-4 { width: 33.33333333%; } .header .ba-sm-pt-3, .header [class*="ba-col"].ba-sm-pt-3, .body .ba-sm-pt-3, .footer .ba-sm-pt-3, .ba-sm-pt-3 { width: 25%; } .header .ba-sm-pt-2, .header [class*="ba-col"].ba-sm-pt-2, .body .ba-sm-pt-2, .footer .ba-sm-pt-2, .ba-sm-pt-2 { width: 16.66666667%; } .header .ba-sm-pt-1, .header [class*="ba-col"].ba-sm-pt-1, .body .ba-sm-pt-1, .footer .ba-sm-pt-1, .ba-sm-pt-1 { width: 8.33333333%; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-1 { order: 1; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-2 { order: 2; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-3 { order: 3; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-4 { order: 4; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-5 { order: 5; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-6 { order: 6; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-7 { order: 7; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-8 { order: 8; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-9 { order: 9; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-10 { order: 10; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-11 { order: 11; } .column-wrapper .ba-grid-column-wrapper.ba-sm-pt-order-12 { order: 12; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span { display: none; } .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span.active, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:nth-last-child(2), .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:last-child, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:first-child, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:nth-child(2){ display: inline; } .comment-user-name, .comment-user-date { justify-content: center; text-align: center; width: 100%; } .comment-user-info { display: inline-flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-top: 0 !important; min-height: 60px; position: relative; } .user-comment-wrapper span.comment-user-name { margin-right: 0; } .comment-moderator-user-settings { position: absolute; right: 0; top: -62px; } .comment-user-info-wrapper { float: none; justify-content: center; } .ba-submit-comment, .comment-user-info { margin-left: 0px; width: 100% !important; } .ba-submit-comment-wrapper { display: flex; width: 100%; } .ba-submit-cancel { order: 2; margin-right: 0 !important; } .comment-user-info .comment-user-name { order: -1; } .comment-report-user-comment { margin-top: 0 !important; position: absolute !important; right: 0; top: -50px; } .comment-report-user-comment, .comment-reply-name, .user-comment-container-wrapper .ba-review-stars-wrapper, .comment-moderator-label, .ba-comments-total-count + select, .ba-comments-total-count, .ba-review-rate-wrapper, .comment-logout-action, .comment-user-date, .comment-user-name { margin-top: 15px; } .comment-user-name, .comment-report-user-comment, .user-comment-wrapper span.comment-user-name { margin-left: 0 !important; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .comment-likes-wrapper { text-align: center; } .comment-logout-action { float: none; line-height: inherit !important; } .ba-comments-login-wrapper { flex-direction: column; margin-bottom: 0; text-align: center; } .ba-item-comments-box .ba-comments-login-wrapper { margin-bottom: 25px; } span.comment-user-name { flex-grow: 0; } .ba-item-reviews .ba-comments-total-count-wrapper, .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper { float: none; flex-direction: column; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel { margin-right: 0; } .ba-item-reviews .ba-comments-total-count { padding-left: 0; } .ba-reviews-total-rating-wrapper { flex-direction: column; text-align: center; white-space: normal; } .ba-reviews-total-rating-wrapper .ba-review-stars-wrapper { margin-left: 0; } .comment-likes-wrapper > span.comment-likes-action-wrapper { white-space: normal; } .was-review-helpful.comment-user-date { margin-bottom: 15px; margin-top: 0 !important; } .comment-likes-action[data-action="likes"] { margin-left: 0; } .event-calendar-events-list { left: 5% !important; width: 90%; } .ba-wishlist-checkout, .ba-cart-checkout { display: block !important; } .ba-sm-pt-sticky-column-enabled { display: block !important; } .ba-sm-pt-sticky-column-enabled > .ba-grid-column { position: sticky; } .ba-sm-pt-sticky-column-disabled { display: flex !important; } .ba-sm-pt-sticky-column-disabled > .ba-grid-column { position: relative; top: 0 !important; } .ba-sm-pt-sticky-row-enabled { position:sticky; top: var(--row-sticky-offset); z-index:15; } .ba-sm-pt-sticky-row-disabled { position: relative; top: 0; } .ba-sm-pt-sticky-section-enabled.ba-wrapper { position:sticky; top: var(--section-sticky-offset); z-index:15; } .ba-sm-pt-sticky-section-disabled.ba-wrapper { position: relative; top: 0; } body:not(.show-hidden-elements) .ba-hidden-sm-pt { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-sm-pt:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } .ba-lightbox-layout .ba-language-switcher-list { left: 5%; max-width: 90%; } /* Column Vertical Direction Phone Portrait */ .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-left-sm-pt { align-items: start; align-content: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-center-sm-pt { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-horizontal-align-right-sm-pt { align-items: end; align-content: end; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column:not(.column-horizontal-direction).column-content-align-top-sm-pt { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-middle-sm-pt { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column:not(.column-horizontal-direction).column-content-align-bottom-sm-pt { justify-content: end !important; } /* Column Horizontal Direction Phone Portrait*/ .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-top-sm-pt { align-content: start; align-items: start; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-middle-sm-pt { align-content: center; align-items: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-content-align-bottom-sm-pt { align-content: end; align-items: end; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-left-sm-pt { justify-content: start !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-center-sm-pt { justify-content: center !important; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-horizontal-direction.column-horizontal-align-right-sm-pt { justify-content: end !important; } }html body {--primary: rgba(11, 117, 113, 1);--secondary: rgba(103, 161, 156, 1);--accent: rgba(204, 232, 230, 1);--title: rgba(2, 73, 67, 1);--subtitle: rgba(29, 29, 31, 0.4);--text: #1b1b1d;--icon: #1b1b1d;--title-inverse: #ffffff;--text-inverse: rgba(255, 255, 255, 0.4);--bg-primary: rgba(2, 73, 67, 1);--bg-secondary: rgba(11, 112, 104, 1);--bg-dark: rgba(189, 197, 182, 1);--bg-dark-accent: rgba(10, 76, 91, 1);--border: rgba(13, 95, 114, 1);--shadow: rgba(0, 113, 143, 0.15);--overlay: rgba(0, 0, 0, 0.5);--hover: #2f3439;--color-1: rgba(0, 113, 143, 1);--color-2: rgba(42, 165, 196, 1);--color-3: #0098d8;--color-4: rgba(12, 30, 89, 1);--color-5: #ff7a2f;--color-6: #ffc700;--color-7: #34dca2;--color-8: #00ada9;}#item-1494846679 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1494846679 {background-image: none;background-color: rgba(2, 77, 72, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}body footer a {color : rgba(2, 173, 234, 1);}body footer a:hover {color : rgba(255, 255, 255, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color: rgba(182, 196, 208, 1);background-image: none;font-family: 'Roboto';font-size: 18px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;}body footer {--icon-list-line-height: 32px;} footer p, footer .content-text pre {color: rgba(182, 196, 208, 1);background-image: none;font-family: 'Roboto';font-size: 18px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;} footer h1 {color: rgba(255, 255, 255, 1);background-image: none;font-family: 'Poppins';font-size: 65px;font-style: normal;font-weight: 500;letter-spacing: -3px;line-height: 75px;text-align: center;text-decoration: none;text-transform: none;} footer h2 {color: rgba(255, 255, 255, 1);background-image: none;font-family: 'Oswald';font-size: 72px;font-style: normal;font-weight: 400;letter-spacing: -2px;line-height: 85px;text-align: left;text-decoration: none;text-transform: uppercase;} footer h3 {color: rgba(255, 255, 255, 0.75);background-image: none;font-family: 'Roboto';font-size: 18px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;} footer h4 {color: rgba(159, 180, 197, 1);background-image: none;font-family: 'Roboto';font-size: 11px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 24px;text-align: left;text-decoration: none;text-transform: uppercase;} footer h5 {color: rgba(255, 255, 255, 1);background-image: none;font-family: 'Poppins';font-size: 18px;font-style: normal;font-weight: 700;letter-spacing: -0.5px;line-height: 28px;text-align: left;text-decoration: none;text-transform: none;} footer h6 {color: rgba(90, 106, 131, 1);background-image: none;font-family: 'Poppins';font-size: 14px;font-style: normal;font-weight: 700;letter-spacing: -0.5px;line-height: 24px;text-align: left;text-decoration: none;text-transform: none;}#item-14964000033165 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;}#item-14964000033165 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17262592202210 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;}#item-17262592202210 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17318685518850 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 20px;}#item-17318685518850 > .ba-overlay {background-color: rgba(255, 255, 255, 1);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14964000033166 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-14964000033166 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1714922259348 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1740483272176 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-17262592202216 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 50px;padding-right: 0px;padding-top: 0px;}#item-17262592202216 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17318685518852 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 50px;padding-right: 0px;padding-top: 0px;}#item-17318685518852 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17260850995100 {display : block;margin-bottom: 25px;margin-top: 10px;margin-left: 0px;text-align: center;}#item-17260850995100 img {width: 280px;}#item-17260850995100 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399902972530 {display : block;margin-bottom: 20px;margin-top: 10px;margin-right: 0px;margin-left: 0px;}#item-17399902972530 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399902972530 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399902972530 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 700;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399902972530 .ba-icon-list-wrapper ul li i, #item-17399902972530 ul li a:before, #item-17399902972530 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399902972530 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399902972530 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399902972530 .ba-icon-list-wrapper ul li i, #item-17399902972530 ul li a:before, #item-17399902972530 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399904408640 {display : block;margin-bottom: 50px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399904408640 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399904408640 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399904408640 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 400;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399904408640 .ba-icon-list-wrapper ul li i, #item-17399904408640 ul li a:before, #item-17399904408640 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399904408640 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399904408640 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399904408640 .ba-icon-list-wrapper ul li i, #item-17399904408640 ul li a:before, #item-17399904408640 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17342885379620 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17342885379620 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17342885379620 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17342885379620 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17342885379620 .ba-icon-list-wrapper ul li i, #item-17342885379620 ul li a:before, #item-17342885379620 ul li.list-item-without-link:before {color: rgba(0, 0, 0, 1);font-size: 26px;background-color: rgba(43, 255, 5, 1);padding: 10px;border-radius: 50px;}#item-17342885379620 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17342885379620 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17342885379620 .ba-icon-list-wrapper ul li i, #item-17342885379620 ul li a:before, #item-17342885379620 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17342886083800 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17342886083800 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17342886083800 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17342886083800 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17342886083800 .ba-icon-list-wrapper ul li i, #item-17342886083800 ul li a:before, #item-17342886083800 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17342886083800 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17342886083800 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17342886083800 .ba-icon-list-wrapper ul li i, #item-17342886083800 ul li a:before, #item-17342886083800 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17342665692040 {display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17342665692040 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17342665692040 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17342665692040 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17342665692040 .ba-icon-list-wrapper ul li i, #item-17342665692040 ul li a:before, #item-17342665692040 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17342665692040 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17342665692040 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17342665692040 .ba-icon-list-wrapper ul li i, #item-17342665692040 ul li a:before, #item-17342665692040 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399905864170 {display : block;margin-bottom: 20px;margin-top: 10px;margin-right: 0px;margin-left: 0px;}#item-17399905864170 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399905864170 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399905864170 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399905864170 .ba-icon-list-wrapper ul li i, #item-17399905864170 ul li a:before, #item-17399905864170 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399905864170 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399905864170 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399905864170 .ba-icon-list-wrapper ul li i, #item-17399905864170 ul li a:before, #item-17399905864170 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907134860 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907134860 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907134860 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907134860 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907134860 .ba-icon-list-wrapper ul li i, #item-17399907134860 ul li a:before, #item-17399907134860 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907134860 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907134860 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907134860 .ba-icon-list-wrapper ul li i, #item-17399907134860 ul li a:before, #item-17399907134860 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907130240 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907130240 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907130240 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907130240 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907130240 .ba-icon-list-wrapper ul li i, #item-17399907130240 ul li a:before, #item-17399907130240 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907130240 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907130240 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907130240 .ba-icon-list-wrapper ul li i, #item-17399907130240 ul li a:before, #item-17399907130240 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907123870 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907123870 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907123870 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907123870 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907123870 .ba-icon-list-wrapper ul li i, #item-17399907123870 ul li a:before, #item-17399907123870 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907123870 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907123870 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907123870 .ba-icon-list-wrapper ul li i, #item-17399907123870 ul li a:before, #item-17399907123870 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907119430 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907119430 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907119430 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907119430 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907119430 .ba-icon-list-wrapper ul li i, #item-17399907119430 ul li a:before, #item-17399907119430 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907119430 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907119430 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907119430 .ba-icon-list-wrapper ul li i, #item-17399907119430 ul li a:before, #item-17399907119430 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907113350 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907113350 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907113350 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907113350 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907113350 .ba-icon-list-wrapper ul li i, #item-17399907113350 ul li a:before, #item-17399907113350 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907113350 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907113350 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907113350 .ba-icon-list-wrapper ul li i, #item-17399907113350 ul li a:before, #item-17399907113350 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17409455829080 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17409455829080 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17409455829080 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17409455829080 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17409455829080 .ba-icon-list-wrapper ul li i, #item-17409455829080 ul li a:before, #item-17409455829080 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17409455829080 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17409455829080 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17409455829080 .ba-icon-list-wrapper ul li i, #item-17409455829080 ul li a:before, #item-17409455829080 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17409456240290 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17409456240290 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17409456240290 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17409456240290 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17409456240290 .ba-icon-list-wrapper ul li i, #item-17409456240290 ul li a:before, #item-17409456240290 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17409456240290 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17409456240290 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17409456240290 .ba-icon-list-wrapper ul li i, #item-17409456240290 ul li a:before, #item-17409456240290 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17399907221280 {display : block;margin-bottom: 20px;margin-top: 0px;margin-right: 0px;margin-left: 0px;}#item-17399907221280 .ba-icon-list-wrapper ul {align-items: flex-start;justify-content: flex-start;}#item-17399907221280 .ba-icon-list-wrapper ul li {background-color:rgba(255, 255, 255, 0);--border-color: var(--border);--border-style: solid;--border-radius: 0px;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;padding-bottom: 0px;padding-left: 0px;padding-right: 60px;padding-top: 0px;}#item-17399907221280 .ba-icon-list-wrapper ul li span {font-family: 'Comfortaa';font-weight: 300;text-align: left;font-size: 22px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17399907221280 .ba-icon-list-wrapper ul li i, #item-17399907221280 ul li a:before, #item-17399907221280 ul li.list-item-without-link:before {color: var(--icon);font-size: 24px;background-color: var(--accent);padding: 10px;border-radius: 50px;}#item-17399907221280 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17399907221280 .ba-icon-list-wrapper ul li a:hover span {color : inherit;}#item-17399907221280 .ba-icon-list-wrapper ul li i, #item-17399907221280 ul li a:before, #item-17399907221280 ul li.list-item-without-link:before {order: 0;margin-right: 20px;}#item-17361894201960 {display : block;margin-bottom: 0px;margin-top: 25px;margin-left: 0px;margin-right: 0px;}#item-17361894201960 p {font-size: 16px;color: rgba(255, 255, 255, 1);background-image: none;}#item-17361894201960 h5 {font-family: 'Comfortaa';text-align: center;text-transform: none;font-size: 15px;letter-spacing: 0px;}#item-17361894201960 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-17318685518851 {display : block;margin-bottom: 0px;margin-top: 25px;margin-left: 0px;margin-right: 0px;}#item-17318685518851 p {font-size: 12px;}#item-17318685518851 h5 {font-family: 'Comfortaa';text-align: center;text-transform: none;font-size: 15px;letter-spacing: 0px;}#item-17318685518851 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1741020459442 {text-align: center;display : block;margin-bottom: 25px;margin-top: 25px;}#item-1741020459442 .ba-image-wrapper {--border-color: var(--border);--border-radius: 0px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;width: 669px;}#item-1741020459442 .ba-image-wrapper {--transition-duration: 0.3s;}#item-1741020459442 .ba-image-item-title {color: var(--title-inverse);background-image: none;font-size: 32px;font-style: normal;font-weight: 900;letter-spacing: 0px;line-height: 42px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-1741020459442 .ba-image-item-description {color: var(--title-inverse);background-image: none;font-size: 21px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 36px;text-decoration: none;text-align: center;text-transform: none;margin-bottom: 0px;margin-top: 0px;}#item-1741020459442 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1741020459442 .ba-image-wrapper { cursor: default; }body {padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}body a {color : rgba(66, 155, 255, 1);}body a:hover {color : rgba(57, 135, 222, 1);}body, ul, ol, table, blockquote, html {color: rgba(3, 3, 3, 1);background-image: none;font-family: 'Comfortaa';font-size: 20px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;}body {--icon-list-line-height: 32px;} p, .content-text pre {color: rgba(182, 196, 208, 1);background-image: none;font-family: 'Roboto';font-size: 18px;font-style: normal;font-weight: 300;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;} h1 {color: rgba(255, 255, 255, 1);background-image: none;font-family: 'Open Sans';font-size: 105px;font-style: normal;font-weight: 800;letter-spacing: 0px;line-height: 105px;text-align: center;text-decoration: none;text-transform: uppercase;} h2 {color: rgba(12, 45, 72, 1);background-image: none;font-family: 'Oswald';font-size: 72px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 75px;text-align: left;text-decoration: none;text-transform: uppercase;} h3 {color: rgba(12, 45, 72, 1);background-image: none;font-family: 'Roboto';font-size: 18px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 32px;text-align: left;text-decoration: none;text-transform: none;} h4 {color: rgba(159, 180, 197, 1);background-image: none;font-family: 'Roboto';font-size: 11px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 24px;text-align: left;text-decoration: none;text-transform: uppercase;} h5 {color: #161616;background-image: none;font-family: 'Oswald';font-size: 18px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 45px;text-align: left;text-decoration: none;text-transform: uppercase;} h6 {color: rgba(255, 255, 255, 1);background-image: none;font-family: 'Open Sans';font-size: 105px;font-style: normal;font-weight: 800;letter-spacing: 0px;line-height: 105px;text-align: center;text-decoration: none;text-transform: uppercase;}body {background-image: none;background-color: #ffffff;backdrop-filter: none;-webkit-backdrop-filter: none;}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-179497138800 {--border-bottom: 1;--border-color: rgba(255, 255, 255, 1);--border-left: 0;--border-right: 0;--border-style: solid;--border-radius: 0px;--border-top: 0;--border-width: 1px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}.ba-container .header {margin-left: 0;max-width: none;}#item-14963240910 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-14963240910 {background-image: none;background-color: rgba(2, 77, 72, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240910 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240911 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-14963240911 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1715446786390 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-1726067745228 {--border-radius: 0px;min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px;}#item-179497138803 {display : block;margin-bottom: 0px;margin-top: 5px;margin-left: 0px;margin-right: 0px;text-align: left;}#item-179497138803 img {width: 110px;}#item-179497138803 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1714928184516 {display : block;}#item-1714928184516 i.ba-btn-transition {padding-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;--shadow-horizontal: 0px;--shadow-vertical: 10px;--shadow-blur: 20px;--shadow-spread: 0px;--shadow-color: var(--shadow);--border-color: var(--border);--border-radius: 50px;--border-style: solid;--border-width: 0px;--border-bottom: 1;--border-left: 1;--border-top: 1;--border-right: 1;color: var(--title-inverse);background-color: var(--secondary);font-size : 18px;width : 18px;height : 18px;}#item-1714928184516 i.ba-btn-transition:hover {color: var(--title-inverse);background-color: var(--hover);}#item-1714928184516 i.ba-btn-transition {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-1714928184516 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1726065448304 {display : block;margin-bottom: 25px;margin-top: 25px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left: 4px;margin-right: 4px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > * > i.ba-menu-item-icon {font-size: 24px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {font-family: 'Comfortaa';font-size: 26px;font-style: normal;font-weight: 400;letter-spacing: 0px;line-height: 15px;text-decoration: none;text-align: center;text-transform: none;color: rgba(255, 255, 255, 1);background-color: rgba(5, 135, 135, 0);padding-bottom: 15px;padding-left: 15px;padding-right: 15px;padding-top: 15px;--border-radius: 0px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > *:not(ul):not(div), #item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.current > *:not(ul):not(div) {color: rgba(2, 73, 67, 1);background-color: rgba(255, 255, 255, 1);}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div):hover {color: rgba(2, 73, 67, 1);background-color: rgba(255, 255, 255, 1);}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1), color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-1726065448304 .main-menu li.deeper.parent > ul li i.ba-menu-item-icon {font-size: 24px;}#item-1726065448304 .main-menu li.deeper.parent > ul li > *:not(ul):not(div) {font-size: 13px;font-style: normal;font-weight: 500;letter-spacing: 2px;line-height: 12px;text-decoration: none;text-align: left;text-transform: uppercase;color: rgba(255, 255, 255, 1);background-color: rgba(0,0,0,0);padding-bottom: 20px;padding-left: 20px;padding-right: 20px;padding-top: 20px;--border-radius: 0px;}#item-1726065448304 .main-menu li.deeper.parent > ul li.active > *:not(ul):not(div) {color: var(--title-inverse);background-color: rgba(21, 102, 122, 1);}#item-1726065448304 .main-menu li.deeper.parent > ul li > *:not(ul):not(div):hover {color: rgba(0, 103, 127, 1);background-color: rgba(192, 248, 250, 1);}#item-1726065448304 .main-menu li.deeper.parent > ul li > *:not(ul):not(div) {transition: color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1), color 0.3s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.3s cubic-bezier(0.42, 0, 0.58, 1);}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : center;}#item-1726065448304 li.deeper.parent > ul, #item-1726065448304 li.megamenu-item > .tabs-content-wrapper > .ba-section {animation-duration: 0.4s;}#item-1726065448304 li.deeper.parent > ul {padding-bottom: 20px;padding-left: 10px;padding-right: 10px;padding-top: 20px;--border-radius: 0px;}#item-1726065448304 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}#item-1726065448304 li.deeper.parent > ul {width: 336px;background-color : rgba(11, 112, 104, 1);}#item-1726065448304 li.deeper.parent > ul > .deeper:hover > ul {top : -20px;}@media (max-width: 1024px) {#item-1726065448304 > .ba-hamburger-menu > .main-menu {background-color : var(--bg-primary);width: 413px;--shadow-horizontal: 0px;--shadow-vertical: 0px;--shadow-blur: 0px;--shadow-spread: 0px;--shadow-color: var(--shadow);padding-bottom: 30px;padding-left: 20px;padding-right: 20px;padding-top: 62px;}#item-1726065448304 > .ba-menu-backdrop {background-color : rgba(0, 0, 0, 0.1);}#item-1726065448304 .ba-hamburger-menu .open-menu {color : rgba(255, 255, 255, 1);text-align : right;font-size: 34px;}#item-1726065448304 .ba-hamburger-menu .close-menu {color : rgba(255, 255, 255, 1);text-align : right;font-size: 58px;}}#item-1726067766919 {display : block;margin-bottom: 0px;margin-top: 11px;margin-right: 0px;margin-left: 0px;}#item-1726067766919 {animation-duration: 0.9s;animation-delay: 0s;opacity: 1;}@media (max-width: 1440px) {#item-1494846679 {display : block;}#item-14964000033165 {display : block;}#item-17262592202210 {display : block;}#item-17318685518850 {display : block;}#item-14964000033166 {display : block;}#item-1714922259348 {display : block;}#item-17262592202216 {display : block;}#item-17318685518852 {display : block;}#item-17260850995100 {display : block;}#item-17399902972530 {display : block;margin-top: 10px;}#item-17399904408640 {display : block;margin-bottom: 50px;}#item-17342885379620 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17342886083800 {display : block;}#item-17342665692040 {display : block;}#item-17399905864170 {display : block;margin-top: 10px;}#item-17399907134860 {display : block;}#item-17399907130240 {display : block;}#item-17399907123870 {display : block;}#item-17399907119430 {display : block;}#item-17399907113350 {display : block;}#item-17409455829080 {display : block;}#item-17409456240290 {display : block;}#item-17399907221280 {display : block;}#item-17361894201960 {display : block;}#item-17318685518851 {display : block;}#item-1741020459442 {display : block;}body > .ba-video-background {display: none;}#item-179497138800 {display : block;}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(2, 73, 67, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240910 {display : block;margin-right: 50px;margin-left: 50px;margin-top: 10px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-14963240910 > .ba-video-background {display: none;}#item-14963240910 {background-image: none;background-color: rgba(2, 73, 67, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240911 {display : block;}#item-1715446786390 {display : block;}#item-1726067745228 {display : block;}#item-179497138803 {display : block;text-align: left;}#item-1714928184516 {display : block;}#item-1726065448304 {display : block;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {letter-spacing: 1px;}#item-1726067766919 {display : block;margin-left: 70px;}}@media (max-width: 1280px) {#item-1494846679 {display : block;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px;}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-image: none;background-color: rgba(2, 77, 72, 1);backdrop-filter: none;-webkit-backdrop-filter: none;} footer p, footer .content-text pre {text-align: center;line-height: 28px;} footer h2 {text-align: center;} footer h3 {text-align: center;} footer h4 {text-align: center;} footer h5 {text-align: center;} footer h6 {text-align: center;}#item-14964000033165 {display : block;padding-right: 25px;padding-left: 25px;padding-bottom: 0px;}#item-14964000033165 > .ba-video-background {display: none;}#item-14964000033165 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17262592202210 {display : block;padding-right: 25px;padding-left: 25px;padding-bottom: 0px;}#item-17262592202210 > .ba-video-background {display: none;}#item-17262592202210 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17318685518850 {display : block;padding-right: 25px;padding-left: 25px;padding-bottom: 0px;}#item-17318685518850 > .ba-video-background {display: none;}#item-17318685518850 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14964000033166 {display : block;}#item-1714922259348 {display : block;}#item-1740483272176 {display : block;}#item-17262592202216 {display : block;}#item-17318685518852 {display : block;}#item-17260850995100 {display : block;}#item-17399902972530 {display : block;}#item-17399904408640 {display : block;}#item-17342885379620 {display : block;}#item-17342886083800 {display : block;}#item-17342665692040 {display : block;}#item-17399905864170 {display : block;}#item-17399907134860 {display : block;}#item-17399907130240 {display : block;}#item-17399907123870 {display : block;}#item-17399907119430 {display : block;}#item-17399907113350 {display : block;}#item-17409455829080 {display : block;}#item-17409456240290 {display : block;}#item-17399907221280 {display : block;}#item-17361894201960 {display : block;}#item-17361894201960 h5 {text-align: center;}#item-17318685518851 {display : block;}#item-17318685518851 h5 {text-align: center;}#item-1741020459442 {display : block;} p, .content-text pre {text-align: center;} h1 {text-align: center;font-size: 90px;line-height: 90px;} h2 {text-align: center;} h3 {text-align: center;font-size: 24px;} h4 {text-align: center;font-size: 14px;} h5 {text-align: center;} h6 {text-align: center;}body > .ba-video-background {display: none;}#item-179497138800 {display : block;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0px;}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(2, 73, 67, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240910 {min-height: 50px;display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-14963240910 > .ba-video-background {display: none;}#item-14963240910 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240911 {display : block;}#item-14963240911 > .ba-video-background {display: none;}#item-14963240911 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1715446786390 {display : block;}#item-1726067745228 {display : block;}#item-179497138803 {display : block;margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;text-align: left;}#item-179497138803 img {width: 118px;}#item-1714928184516 {display : block;}#item-1726065448304 {display : block;margin-top: 40px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {letter-spacing: 0px;line-height: 0px;}#item-1726067766919 {display : block;margin-top: 20px;}}@media (max-width: 1024px) {#item-1494846679 {display : block;}#item-14964000033165 {display : block;}#item-17262592202210 {display : block;}#item-17318685518850 {display : block;}#item-14964000033166 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-1714922259348 {display : block;}#item-17262592202216 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17318685518852 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17260850995100 {display : block;}#item-17399902972530 {display : block;}#item-17399904408640 {display : block;}#item-17342885379620 {display : block;}#item-17342886083800 {display : block;}#item-17342665692040 {display : block;}#item-17399905864170 {display : block;}#item-17399907134860 {display : block;}#item-17399907130240 {display : block;}#item-17399907123870 {display : block;}#item-17399907119430 {display : block;}#item-17399907113350 {display : block;}#item-17409455829080 {display : block;}#item-17409456240290 {display : block;}#item-17399907221280 {display : block;}#item-17361894201960 {display : block;}#item-17318685518851 {display : block;}#item-1741020459442 {display : block;}#item-179497138800 {display : block;}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(2, 73, 67, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240910 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-14963240910 > .ba-video-background {display: none;}#item-14963240910 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240911 {display : block;}#item-14963240911 > .ba-video-background {display: none;}#item-14963240911 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1715446786390 {display : block;}#item-1726067745228 {display : block;}#item-179497138803 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: left;}#item-179497138803 img {width: 125px;}#item-1714928184516 {display : block;}#item-1726065448304 {display : block;margin-bottom: 10px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {text-align: left;font-size: 19px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-1726067766919 {display : block;margin-left: 400px;}}@media (max-width: 768px) {#item-1494846679 {display : block;}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-image: url(../../../../templates/gridbox/css/storage/../../../../images/FONS-IMATGES/f-i-1.webp);background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;} footer h1 {font-size: 60px;}#item-14964000033165 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-14964000033165 > .ba-video-background {display: none;}#item-14964000033165 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17262592202210 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17262592202210 > .ba-video-background {display: none;}#item-17262592202210 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17318685518850 {display : block;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17318685518850 > .ba-video-background {display: none;}#item-17318685518850 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14964000033166 {display : block;}#item-1714922259348 {display : block;}#item-1740483272176 {display : block;}#item-17262592202216 {display : block;}#item-17318685518852 {display : block;}#item-17260850995100 {display : block;}#item-17399902972530 {display : block;}#item-17399904408640 {display : block;}#item-17342885379620 {display : block;}#item-17342886083800 {display : block;}#item-17342665692040 {display : block;}#item-17399905864170 {display : block;}#item-17399907134860 {display : block;}#item-17399907130240 {display : block;}#item-17399907123870 {display : block;}#item-17399907119430 {display : block;}#item-17399907113350 {display : block;}#item-17409455829080 {display : block;}#item-17409456240290 {display : block;}#item-17399907221280 {display : block;}#item-17361894201960 {display : block;}#item-17361894201960 h5 {font-size: 12px;}#item-17318685518851 {display : block;}#item-17318685518851 h5 {font-size: 12px;}#item-1741020459442 {display : block;} h1 {font-size: 60px;line-height: 60px;} h4 {text-align: center;}body > .ba-video-background {display: none;}#item-179497138800 {display : block;padding-right: 0px;padding-left: 0px;padding-top: 0px;padding-bottom: 0px;}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(2, 73, 67, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240910 {min-height: 50px;display : block;}#item-14963240910 > .ba-video-background {display: none;}#item-14963240910 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14963240911 {display : block;}#item-1715446786390 {display : block;}#item-1726067745228 {display : block;}#item-179497138803 {display : block;margin-bottom: 0px;text-align: left;}#item-179497138803 img {width: 125px;}#item-1714928184516 {display : block;}#item-1726065448304 {display : block;}#item-1726067766919 {display : block;}}@media (max-width: 420px) {#item-1494846679 {display : block;}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-image: none;background-color: rgba(2, 77, 72, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-14964000033165 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17262592202210 {display : block;margin-top: 20px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17318685518850 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-14964000033166 {display : block;padding-right: 25px;padding-left: 25px;}#item-14964000033166 > .ba-video-background {display: none;}#item-14964000033166 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-1714922259348 {display : block;}#item-17262592202216 {display : block;padding-right: 25px;padding-left: 25px;}#item-17262592202216 > .ba-video-background {display: none;}#item-17262592202216 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17318685518852 {display : block;padding-right: 25px;padding-left: 25px;}#item-17318685518852 > .ba-video-background {display: none;}#item-17318685518852 {background-image: none;background-color: rgba(0, 0, 0, 0);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-17260850995100 {display : block;margin-top: 10px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-17399902972530 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 30px;margin-right: 0px;}#item-17399902972530 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399902972530 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399902972530 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399904408640 {display : block;margin-bottom: 40px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399904408640 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399904408640 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399904408640 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17342885379620 {display : block;margin-bottom: 0px;}#item-17342885379620 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17342885379620 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342885379620 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17342886083800 {display : block;margin-bottom: 0px;margin-left: 0px;margin-top: 0px;margin-right: 0px;}#item-17342886083800 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17342886083800 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342886083800 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17342665692040 {display : block;margin-bottom: 0px;margin-left: 0px;margin-top: 0px;margin-right: 0px;}#item-17342665692040 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17342665692040 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17342665692040 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399905864170 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 35px;margin-right: 0px;}#item-17399905864170 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399905864170 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399905864170 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907134860 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907134860 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907134860 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399907134860 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907130240 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907130240 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907130240 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399907130240 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907123870 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907123870 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907123870 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399907123870 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907119430 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907119430 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907119430 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399907119430 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907113350 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907113350 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907113350 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17399907113350 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17409455829080 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17409455829080 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17409455829080 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17409455829080 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17409456240290 {display : block;margin-bottom: 10px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17409456240290 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17409456240290 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-17409456240290 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17399907221280 {display : block;margin-bottom: 0px;margin-left: 0px;margin-top: 5px;margin-right: 0px;}#item-17399907221280 .ba-icon-list-wrapper ul {align-items: center;justify-content: center;}#item-17399907221280 .ba-icon-list-wrapper ul li {padding-top: 0px;padding-right: 0px;padding-bottom: 35px;padding-left: 0px;}#item-17399907221280 .ba-icon-list-wrapper ul li span {text-align: center;}#item-17361894201960 {display : block;}#item-17361894201960 h5 {font-size: 18px;}#item-17318685518851 {display : block;}#item-17318685518851 p {font-size: 9px;}#item-17318685518851 h5 {font-size: 18px;}#item-1741020459442 {display : block;} h2 {font-size: 52px;line-height: 52px;}body > .ba-video-background {display: none;}#item-179497138800 {min-height: 50px;display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(11, 112, 104, 1);backdrop-filter: none;-webkit-backdrop-filter: none;}#item-179497138800 > .ba-overlay {background-color: rgba(224, 42, 42, 0);background-image: none;backdrop-filter: none;-webkit-backdrop-filter: none;}body header.header {position:absolute;top: 0;left: 0;}.ba-container .header {margin-left: 0;max-width: none;}#item-14963240910 {min-height: 50px;display : block;margin-bottom: 0px;margin-top: 0px;margin-right: 0px;margin-left: 0px;padding-bottom: 0px;padding-top: 0px;padding-right: 0px;padding-left: 0px;}#item-14963240911 {display : block;}#item-1715446786390 {min-height: 50px;display : block;}#item-1726067745228 {display : block;}#item-179497138803 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;text-align: center;}#item-179497138803 img {width: 142px;}#item-1714928184516 {display : block;}#item-1726065448304 {display : block;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > * > i.ba-menu-item-icon {font-size: 6px;}#item-1726065448304 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > *:not(ul):not(div) {line-height: 26px;letter-spacing: 0px;font-size: 20px;padding-top: 11px;padding-right: 12px;}#item-1726065448304 .main-menu li.deeper.parent > ul li > *:not(ul):not(div) {line-height: 0px;letter-spacing: 0px;}#item-1726067766919 {display : block;margin-left: 130px;margin-bottom: 0px;margin-top: 91px;margin-right: 0px;}}.djacc{box-sizing:border-box}.djacc *{box-sizing:inherit}.djacc img{height:auto;max-width:100%}.djacc a,.djacc button{border:none;box-shadow:none;cursor:pointer;display:inline-block;font:inherit;font-size:14px;letter-spacing:normal;line-height:1;text-decoration:none;text-shadow:none;text-transform:none;transition:none}.djacc svg{vertical-align:middle}.djacc ul{list-style:none;margin:0;padding:0}.djacc--hidden{display:none}.djacc--sticky{position:fixed;z-index:99999}.djacc--sticky.djacc--top-left{left:0;top:0}.djacc--sticky.djacc--top-center{left:50%;top:0;transform:translateX(-50%)}.djacc--sticky.djacc--center-left{left:0;top:50%;transform:translateY(-50%)}.djacc--sticky.djacc--center-right{right:0;top:50%;transform:translateY(-50%)}.djacc--sticky.djacc--top-right{right:0;top:0}.djacc--sticky.djacc--bottom-left{bottom:0;left:0}.djacc--sticky.djacc--bottom-center{bottom:0;left:50%;transform:translateX(-50%)}.djacc--sticky.djacc--bottom-right{bottom:0;right:0}.djacc--static{display:inline-flex;margin:0;position:relative}.djacc-popup .djacc__openbtn{background:transparent;border:none;display:block;height:48px;line-height:1;margin:0;padding:0;position:relative;transition:all .2s ease;width:48px}.djacc-popup .djacc__openbtn--default{background:#2d79ff;border-radius:50%}.djacc-popup .djacc__openbtn--default:hover .djacc-popup .djacc__openbtn--default--active{background:#1469ff}.djacc-popup .djacc__panel{background:#242424;border-radius:40px;color:#fff;overflow-y:auto;padding:16px;pointer-events:none;position:relative;visibility:hidden;width:468px;z-index:2}@media (max-width:480px){.djacc-popup .djacc__panel{width:90vw}}.djacc-popup .djacc__panel--active{pointer-events:all;visibility:visible}.djacc-popup .djacc__header{align-items:center;display:flex;margin:0 0 25px}@media (max-width:480px){.djacc-popup .djacc__header{margin:0 0 15px}}.djacc-popup .djacc__title{flex:1;font-size:22px;font-weight:700;line-height:29px;margin:0}.djacc-popup .djacc__close,.djacc-popup .djacc__reset{background:transparent;border:1px solid transparent;border-radius:50%;box-sizing:border-box;display:block;font:inherit;height:48px;line-height:1;padding:0;width:48px}.djacc-popup .djacc__reset:hover{background:#2f2f2f;border-color:#353536}.djacc-popup .djacc__close{background:#2d79ff;margin-left:10px}.djacc-popup .djacc__close:hover{background:#1469ff;border-color:transparent}.djacc-popup .djacc__list{display:flex;flex-wrap:wrap;list-style:none;margin:0 -8px;padding:0}.djacc-popup .djacc__item{margin:0;padding:4px;width:50%}.djacc-popup .djacc__item--full{width:100%}.djacc-popup .djacc__item:after,.djacc-popup .djacc__item:before{display:none}.djacc-popup .djacc__item:not(.djacc__item--full)+.djacc__item--full{margin-top:8px}.djacc-popup .djacc__btn{align-items:center;background:#2f2f2f;border:1px solid #353536;border-radius:6px;color:inherit;display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;height:100%;line-height:19px;margin:0;padding:16px;width:100%}.djacc-popup .djacc__btn:hover{background:#343434;border-color:#2d79ff}.djacc-popup .djacc__btn--active{background:#2d79ff;border-color:#2d79ff}.djacc-popup .djacc__btn--active:hover{background:#2372ff}.djacc-popup .djacc__btn svg{flex-shrink:0;margin-right:16px}@media (max-width:480px){.djacc-popup .djacc__btn{flex-direction:column;justify-content:center;padding:10px}.djacc-popup .djacc__btn svg{margin:0 auto 10px}.djacc-popup .djacc__btn .djacc_btn-label{flex:1}}.djacc-popup .djacc__arrows{background:#2f2f2f;border:1px solid #353536;border-radius:10px;color:inherit;display:flex;font:inherit;font-size:14px;font-weight:500;line-height:19px;width:100%}.djacc-popup .djacc__arrows:hover{background:#343434;border-color:#2d79ff}.djacc-popup .djacc__label{flex:1}.djacc-popup .djacc__percent{opacity:.6}.djacc-popup .djacc__size{align-self:center;width:66px}.djacc-popup .djacc__label,.djacc-popup .djacc__size{padding:14px}.djacc-popup .djacc__dec,.djacc-popup .djacc__inc{background:transparent;border:none;border-left:1px solid #353536;border-radius:0;color:inherit;display:inline-block;font:inherit;font-size:24px;font-weight:500;line-height:1;margin:0;padding:5px;width:50px}.djacc-popup .djacc__dec:hover svg [fill^="#"],.djacc-popup .djacc__inc:hover svg [fill^="#"]{fill:#2d79ff}.djacc-popup .djacc__dec:hover svg [stroke^="#"],.djacc-popup .djacc__inc:hover svg [stroke^="#"]{stroke:#2d79ff}.djacc-popup .djacc__bar{align-self:center;background:#242424;display:block;height:4px;max-width:120px;padding:0 12px;position:relative;width:100%}.djacc-popup .djacc__bar:before{height:100%;left:0;top:0;width:50%}.djacc-popup .djacc__bar:after,.djacc-popup .djacc__bar:before{background:#2d79ff;content:"";display:block;pointer-events:none;position:absolute}.djacc-popup .djacc__bar:after{border:4px solid #fff;border-radius:50%;height:4px;left:50%;top:50%;transform:translateY(-50%);width:4px}@media (max-width:480px){.djacc-popup .djacc__bar{display:none}}.djacc-popup .djacc__arrows[data-djacc-count] .djacc__bar:before{width:100%}.djacc-popup .djacc__arrows[data-djacc-count="0"] .djacc__bar:before{width:50%}.djacc-popup .djacc__arrows[data-djacc-count="1"] .djacc__bar:before{width:55%}.djacc-popup .djacc__arrows[data-djacc-count="2"] .djacc__bar:before{width:60%}.djacc-popup .djacc__arrows[data-djacc-count="3"] .djacc__bar:before{width:65%}.djacc-popup .djacc__arrows[data-djacc-count="4"] .djacc__bar:before{width:70%}.djacc-popup .djacc__arrows[data-djacc-count="5"] .djacc__bar:before{width:75%}.djacc-popup .djacc__arrows[data-djacc-count="6"] .djacc__bar:before{width:80%}.djacc-popup .djacc__arrows[data-djacc-count="7"] .djacc__bar:before{width:85%}.djacc-popup .djacc__arrows[data-djacc-count="8"] .djacc__bar:before{width:90%}.djacc-popup .djacc__arrows[data-djacc-count="9"] .djacc__bar:before{width:95%}.djacc-popup .djacc__arrows[data-djacc-count^="-"] .djacc__bar:before{width:0}.djacc-popup .djacc__arrows[data-djacc-count="-1"] .djacc__bar:before{width:45%}.djacc-popup .djacc__arrows[data-djacc-count="-2"] .djacc__bar:before{width:40%}.djacc-popup .djacc__arrows[data-djacc-count="-3"] .djacc__bar:before{width:35%}.djacc-popup .djacc__arrows[data-djacc-count="-4"] .djacc__bar:before{width:30%}.djacc-popup .djacc__arrows[data-djacc-count="-5"] .djacc__bar:before{width:25%}.djacc-popup .djacc__arrows[data-djacc-count="-6"] .djacc__bar:before{width:20%}.djacc-popup .djacc__arrows[data-djacc-count="-7"] .djacc__bar:before{width:15%}.djacc-popup .djacc__arrows[data-djacc-count="-8"] .djacc__bar:before{width:10%}.djacc-popup .djacc__arrows[data-djacc-count="-9"] .djacc__bar:before{width:5%}.djacc-popup .djacc__arrows[data-djacc-count] .djacc__bar:after{left:100%}.djacc-popup .djacc__arrows[data-djacc-count="0"] .djacc__bar:after{left:50%}.djacc-popup .djacc__arrows[data-djacc-count="1"] .djacc__bar:after{left:55%}.djacc-popup .djacc__arrows[data-djacc-count="2"] .djacc__bar:after{left:60%}.djacc-popup .djacc__arrows[data-djacc-count="3"] .djacc__bar:after{left:65%}.djacc-popup .djacc__arrows[data-djacc-count="4"] .djacc__bar:after{left:70%}.djacc-popup .djacc__arrows[data-djacc-count="5"] .djacc__bar:after{left:75%}.djacc-popup .djacc__arrows[data-djacc-count="6"] .djacc__bar:after{left:80%}.djacc-popup .djacc__arrows[data-djacc-count="7"] .djacc__bar:after{left:85%}.djacc-popup .djacc__arrows[data-djacc-count="8"] .djacc__bar:after{left:90%}.djacc-popup .djacc__arrows[data-djacc-count="9"] .djacc__bar:after{left:95%}.djacc-popup .djacc__arrows[data-djacc-count^="-"] .djacc__bar:after{left:0}.djacc-popup .djacc__arrows[data-djacc-count="-1"] .djacc__bar:after{left:45%}.djacc-popup .djacc__arrows[data-djacc-count="-2"] .djacc__bar:after{left:40%}.djacc-popup .djacc__arrows[data-djacc-count="-3"] .djacc__bar:after{left:35%}.djacc-popup .djacc__arrows[data-djacc-count="-4"] .djacc__bar:after{left:30%}.djacc-popup .djacc__arrows[data-djacc-count="-5"] .djacc__bar:after{left:25%}.djacc-popup .djacc__arrows[data-djacc-count="-6"] .djacc__bar:after{left:20%}.djacc-popup .djacc__arrows[data-djacc-count="-7"] .djacc__bar:after{left:15%}.djacc-popup .djacc__arrows[data-djacc-count="-8"] .djacc__bar:after{left:10%}.djacc-popup .djacc__arrows[data-djacc-count="-9"] .djacc__bar:after{left:5%}.djacc-popup .djacc__footer{align-items:center;display:flex;font-size:12px;gap:20px;justify-content:space-between;line-height:1em;margin:15px 0}.djacc-popup .djacc__footer-logo svg{width:100px}.djacc-popup .djacc__footer-logo svg .djname{fill:#fff}.djacc-popup .djacc__footer-link{border-bottom:1px solid;color:inherit;text-decoration:none}.djacc-popup .djacc__footer-link:hover{color:#2d79ff}.djacc-popup.djacc--top-left .djacc__panel,.djacc-popup.djacc--top-right.djacc--direction .djacc__panel{left:0;position:absolute;top:0}.djacc-popup.djacc--top-center .djacc__panel{left:50%;position:absolute;top:0;transform:translateX(-50%)}.djacc-popup.djacc--top-left.djacc--direction .djacc__panel,.djacc-popup.djacc--top-right .djacc__panel{position:absolute;right:0;top:0}.djacc-popup.djacc--center-left .djacc__panel{left:0;position:absolute;top:0;transform:translateY(-50%)}.djacc-popup.djacc--center-right .djacc__panel{position:absolute;right:0;top:0;transform:translateY(-50%)}.djacc-popup.djacc--bottom-left .djacc__panel,.djacc-popup.djacc--bottom-right.djacc--direction .djacc__panel{bottom:0;left:0;position:absolute}.djacc-popup.djacc--bottom-center .djacc__panel{bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.djacc-popup.djacc--bottom-left.djacc--direction .djacc__panel,.djacc-popup.djacc--bottom-right .djacc__panel{bottom:0;position:absolute;right:0}.djacc-opened .djacc-popup.djacc--bottom-left .djacc__openbtn,.djacc-opened .djacc-popup.djacc--bottom-right .djacc__openbtn,.djacc-opened .djacc-popup.djacc--top-left .djacc__openbtn,.djacc-opened .djacc-popup.djacc--top-right .djacc__openbtn,.djacc-popup.djacc--bottom-left:hover .djacc__openbtn,.djacc-popup.djacc--bottom-right:hover .djacc__openbtn,.djacc-popup.djacc--top-left:hover .djacc__openbtn,.djacc-popup.djacc--top-right:hover .djacc__openbtn{margin:16px}.djacc-opened .djacc-popup.djacc--center-left .djacc__openbtn,.djacc-opened .djacc-popup.djacc--center-right .djacc__openbtn,.djacc-popup.djacc--center-left:hover .djacc__openbtn,.djacc-popup.djacc--center-right:hover .djacc__openbtn{margin:0 16px}.djacc-opened .djacc-popup.djacc--bottom-center .djacc__openbtn,.djacc-opened .djacc-popup.djacc--top-center .djacc__openbtn,.djacc-popup.djacc--bottom-center:hover .djacc__openbtn,.djacc-popup.djacc--top-center:hover .djacc__openbtn{margin:16px 0}.djacc-opened .djacc-popup.djacc--static .djacc__openbtn,.djacc-popup.djacc--static .djacc__openbtn,.djacc-popup.djacc--static:hover .djacc__openbtn{margin:16px}.admin-bar .djacc--sticky[class*=djacc--top]{top:32px}.djacc-popup.djacc--light .djacc__panel{background:#fff;box-shadow:0 3px 25px rgba(0,0,0,.05);color:#404042}.djacc-popup.djacc--light .djacc__reset svg [fill^="#"]{fill:#404042}.djacc-popup.djacc--light .djacc__reset svg [stroke^="#"]{stroke:#404042}.djacc-popup.djacc--light .djacc__arrows,.djacc-popup.djacc--light .djacc__btn,.djacc-popup.djacc--light .djacc__reset:focus,.djacc-popup.djacc--light .djacc__reset:hover{background:#f8f9fc;border-color:#ebecf1}.djacc-popup.djacc--light .djacc__arrows:hover,.djacc-popup.djacc--light .djacc__btn:hover{background:#f1f3f9;border-color:#2d79ff}.djacc-popup.djacc--light .djacc__arrows svg [fill^="#"],.djacc-popup.djacc--light .djacc__btn svg [fill^="#"]{fill:#404042}.djacc-popup.djacc--light .djacc__arrows svg [stroke^="#"],.djacc-popup.djacc--light .djacc__btn svg [stroke^="#"]{stroke:#404042}.djacc-popup.djacc--light .djacc__btn--active{background:#2d79ff;border-color:#2d79ff;color:#fff}.djacc-popup.djacc--light .djacc__btn--active:hover{background:#2372ff}.djacc-popup.djacc--light .djacc__btn--active svg [fill^="#"]{fill:#fff}.djacc-popup.djacc--light .djacc__btn--active svg [stroke^="#"]{stroke:#fff}.djacc-popup.djacc--light .djacc__dec,.djacc-popup.djacc--light .djacc__inc{border-color:#ebecf1}.djacc-popup.djacc--light .djacc__dec svg [fill^="#"],.djacc-popup.djacc--light .djacc__inc svg [fill^="#"]{fill:#a1a1a2}.djacc-popup.djacc--light .djacc__dec svg [stroke^="#"],.djacc-popup.djacc--light .djacc__inc svg [stroke^="#"]{stroke:#a1a1a2}.djacc-popup.djacc--light .djacc__dec:hover svg [fill^="#"],.djacc-popup.djacc--light .djacc__inc:hover svg [fill^="#"]{fill:#2d79ff}.djacc-popup.djacc--light .djacc__dec:hover svg [stroke^="#"],.djacc-popup.djacc--light .djacc__inc:hover svg [stroke^="#"]{stroke:#2d79ff}.djacc-popup.djacc--light .djacc__bar{background:#ebecf1}.djacc-popup.djacc--light .djacc__footer-logo svg .djname{fill:#404042}.djacc-toolbar{background:#2f2f2f;border:1px solid #353536;color:#fff}.djacc-toolbar .djacc__list{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.djacc-toolbar .djacc__item{margin-bottom:-1px;margin-top:-1px}.djacc-toolbar .djacc__item+.djacc__item{margin-left:-1px}.djacc-toolbar .djacc__item--label{padding-left:16px;padding-right:16px}.djacc-toolbar .djacc__item+.djacc__item--label{padding-left:32px}.djacc-toolbar .djacc__btn,.djacc-toolbar .djacc__reset{background:#2f2f2f;border:1px solid #353536;color:inherit;height:40px;line-height:40px;min-width:40px;padding:0 10px;position:relative}.djacc-toolbar .djacc__btn:hover,.djacc-toolbar .djacc__reset:hover{background:#2d79ff;border-color:#2d79ff;z-index:1}.djacc-toolbar .djacc__btn:hover .djacc__title,.djacc-toolbar .djacc__reset:hover .djacc__title{display:inline-block}.djacc-toolbar .djacc__btn--active,.djacc-toolbar .djacc__reset--active{background:#2d79ff;border-color:#2d79ff}.djacc-toolbar .djacc__btn--active:hover,.djacc-toolbar .djacc__reset--active:hover{background:#2372ff}.djacc-toolbar .djacc__arrows{align-items:center;background:#2f2f2f;border:1px solid #353536;color:inherit;cursor:pointer;display:flex;height:40px;min-width:40px;padding:0 10px;position:relative}.djacc-toolbar .djacc__arrows:hover{background:#343434;border-color:#2d79ff;z-index:1}.djacc-toolbar .djacc__arrows:hover .djacc__title{display:inline-block}.djacc-toolbar .djacc__title{background:#404042;border:1px solid #707070;color:#fff;display:none;font-size:12px;left:50%;line-height:1;margin:10px 0 0;padding:5px 10px;position:absolute;right:auto;top:100%;transform:translateX(-50%);white-space:nowrap;z-index:2}.djacc-toolbar .djacc__title:before{background:#404042;content:"";display:block;height:10px;left:50%;margin-left:-5px;position:absolute;top:-5px;transform:rotate(-45deg);width:10px;z-index:-1}.djacc-toolbar .djacc__dec,.djacc-toolbar .djacc__inc{background:transparent;padding:0 10px}.djacc-toolbar .djacc__dec:hover svg [fill^="#"],.djacc-toolbar .djacc__inc:hover svg [fill^="#"]{fill:#2d79ff}.djacc-toolbar .djacc__dec:hover svg [stroke^="#"],.djacc-toolbar .djacc__inc:hover svg [stroke^="#"]{stroke:#2d79ff}.djacc-toolbar svg [fill^="#"]{fill:#fff}.djacc-toolbar svg [stroke^="#"]{stroke:#fff}.djacc-toolbar img{max-height:40px}.djacc-toolbar.djacc--bottom-center,.djacc-toolbar.djacc--top-center{width:100%}.djacc-toolbar.djacc--center-left,.djacc-toolbar.djacc--center-right{align-items:center;display:flex}@media (max-height:800px){.djacc-toolbar.djacc--center-left,.djacc-toolbar.djacc--center-right{margin:0;top:0;transform:none}}.djacc-toolbar.djacc--center-left .djacc__list,.djacc-toolbar.djacc--center-right .djacc__list{flex-direction:column;max-height:100vh}.djacc-toolbar.djacc--center-left .djacc__item,.djacc-toolbar.djacc--center-right .djacc__item{margin:0 -1px;width:40px}.djacc-toolbar.djacc--center-left .djacc__item+.djacc__item,.djacc-toolbar.djacc--center-right .djacc__item+.djacc__item{margin-top:-1px}.djacc-toolbar.djacc--center-left .djacc__arrows,.djacc-toolbar.djacc--center-right .djacc__arrows{flex-direction:column;height:auto}.djacc-toolbar.djacc--center-left .djacc__item--label,.djacc-toolbar.djacc--center-right .djacc__item--label{display:none}.djacc-toolbar.djacc--center-left .djacc__dec,.djacc-toolbar.djacc--center-left .djacc__inc,.djacc-toolbar.djacc--center-right .djacc__dec,.djacc-toolbar.djacc--center-right .djacc__inc{padding:10px 0}.djacc-toolbar.djacc--center-left .djacc__dec:hover svg [fill^="#"],.djacc-toolbar.djacc--center-left .djacc__inc:hover svg [fill^="#"],.djacc-toolbar.djacc--center-right .djacc__dec:hover svg [fill^="#"],.djacc-toolbar.djacc--center-right .djacc__inc:hover svg [fill^="#"]{fill:#2d79ff}.djacc-toolbar.djacc--center-left .djacc__dec:hover svg [stroke^="#"],.djacc-toolbar.djacc--center-left .djacc__inc:hover svg [stroke^="#"],.djacc-toolbar.djacc--center-right .djacc__dec:hover svg [stroke^="#"],.djacc-toolbar.djacc--center-right .djacc__inc:hover svg [stroke^="#"]{stroke:#2d79ff}.djacc-toolbar.djacc--bottom-center .djacc__title,.djacc-toolbar.djacc--bottom-left .djacc__title,.djacc-toolbar.djacc--bottom-right .djacc__title{bottom:100%;margin:0 0 10px;top:auto}.djacc-toolbar.djacc--bottom-center .djacc__title:before,.djacc-toolbar.djacc--bottom-left .djacc__title:before,.djacc-toolbar.djacc--bottom-right .djacc__title:before{bottom:-5px;top:auto}.djacc-toolbar.djacc--center-left .djacc__title{left:100%;margin:0 0 0 10px;right:auto;top:50%;transform:translateY(-50%)}.djacc-toolbar.djacc--center-left .djacc__title:before{left:-5px;margin:-5px 0 0;right:auto;top:50%}.djacc-toolbar.djacc--center-right .djacc__title{left:auto;margin:0 10px 0 0;right:100%;top:50%;transform:translateY(-50%)}.djacc-toolbar.djacc--center-right .djacc__title:before{left:auto;margin:-5px 0 0;right:-5px;top:50%}.djacc-toolbar.djacc--light{color:#404042}.djacc-toolbar.djacc--light,.djacc-toolbar.djacc--light .djacc__btn,.djacc-toolbar.djacc--light .djacc__reset{background:#f8f9fc;border:1px solid #ebecf1}.djacc-toolbar.djacc--light .djacc__btn--active,.djacc-toolbar.djacc--light .djacc__btn:hover,.djacc-toolbar.djacc--light .djacc__reset--active,.djacc-toolbar.djacc--light .djacc__reset:hover{background:#2d79ff;border-color:#2d79ff;color:#fff}.djacc-toolbar.djacc--light .djacc__btn--active svg [fill^="#"],.djacc-toolbar.djacc--light .djacc__btn:hover svg [fill^="#"],.djacc-toolbar.djacc--light .djacc__reset--active svg [fill^="#"],.djacc-toolbar.djacc--light .djacc__reset:hover svg [fill^="#"]{fill:#fff}.djacc-toolbar.djacc--light .djacc__btn--active svg [stroke^="#"],.djacc-toolbar.djacc--light .djacc__btn:hover svg [stroke^="#"],.djacc-toolbar.djacc--light .djacc__reset--active svg [stroke^="#"],.djacc-toolbar.djacc--light .djacc__reset:hover svg [stroke^="#"]{stroke:#fff}.djacc-toolbar.djacc--light .djacc__arrows{background:#f8f9fc;border:1px solid #ebecf1}.djacc-toolbar.djacc--light .djacc__arrows:hover{background:#fff;border-color:#2d79ff}.djacc-toolbar.djacc--light .djacc__dec svg [fill^="#"],.djacc-toolbar.djacc--light .djacc__inc svg [fill^="#"]{fill:#a1a1a2}.djacc-toolbar.djacc--light .djacc__dec svg [stroke^="#"],.djacc-toolbar.djacc--light .djacc__inc svg [stroke^="#"]{stroke:#a1a1a2}.djacc-toolbar.djacc--light .djacc__dec:hover svg [fill^="#"],.djacc-toolbar.djacc--light .djacc__inc:hover svg [fill^="#"]{fill:#2d79ff}.djacc-toolbar.djacc--light .djacc__dec:hover svg [stroke^="#"],.djacc-toolbar.djacc--light .djacc__inc:hover svg [stroke^="#"]{stroke:#2d79ff}.djacc-toolbar.djacc--light svg [fill^="#"]{fill:#404042}.djacc-toolbar.djacc--light svg [stroke^="#"]{stroke:#404042}.djacc-dark-contrast .djacc-contrast,.djacc-light-contrast .djacc-contrast{background-color:transparent!important;box-shadow:none!important;text-shadow:none!important}.djacc-dark-contrast .djacc-contrast{background-color:#000!important;border-color:#fff!important;color:#fff!important}.djacc-dark-contrast .djacc-contrast:empty{background-color:transparent!important;border-color:transparent!important}.djacc-dark-contrast h1.djacc-contrast,.djacc-dark-contrast h2.djacc-contrast,.djacc-dark-contrast h3.djacc-contrast,.djacc-dark-contrast h4.djacc-contrast,.djacc-dark-contrast h5.djacc-contrast{color:#50d0a0!important}.djacc-dark-contrast a.djacc-contrast{color:#fcff3c!important;text-decoration:underline!important}.djacc-dark-contrast a.djacc-contrast:focus,.djacc-dark-contrast a.djacc-contrast:hover{text-decoration:none!important}.djacc-dark-contrast button.djacc-contrast,.djacc-dark-contrast input[type=button].djacc-contrast{background-color:#fff!important;border-color:#fff!important;color:#000!important}.djacc-dark-contrast button.djacc-contrast:focus,.djacc-dark-contrast button.djacc-contrast:hover,.djacc-dark-contrast input[type=button].djacc-contrast:focus,.djacc-dark-contrast input[type=button].djacc-contrast:hover{background-color:#000!important;border-color:#fff!important;color:#fff!important}.djacc-dark-contrast.djacc-read-mode,.djacc-dark-contrast.djacc-read-mode body{background-color:#000!important}.djacc-light-contrast .djacc-contrast{background-color:#fff!important;border-color:#000!important;color:#000!important}.djacc-light-contrast .djacc-contrast:empty{background-color:transparent!important;border-color:transparent!important}.djacc-light-contrast h1.djacc-contrast,.djacc-light-contrast h2.djacc-contrast,.djacc-light-contrast h3.djacc-contrast,.djacc-light-contrast h4.djacc-contrast,.djacc-light-contrast h5.djacc-contrast{color:#0000d3!important}.djacc-light-contrast a.djacc-contrast{color:#0000d3!important;text-decoration:underline!important}.djacc-light-contrast a.djacc-contrast:focus,.djacc-light-contrast a.djacc-contrast:hover{text-decoration:none!important}.djacc-light-contrast button.djacc-contrast,.djacc-light-contrast input[type=button].djacc-contrast{background-color:#000!important;border-color:#000!important;color:#fff!important}.djacc-light-contrast button.djacc-contrast:focus,.djacc-light-contrast button.djacc-contrast:hover,.djacc-light-contrast input[type=button].djacc-contrast:focus,.djacc-light-contrast input[type=button].djacc-contrast:hover{background-color:#fff!important;border-color:#000!important;color:#000!important}.djacc-light-contrast.djacc-read-mode,.djacc-light-contrast.djacc-read-mode body{background-color:#fff!important}.djacc-highlight-links .djacc-link{outline:2px solid #ff7216!important;outline-offset:2px!important}.djacc-highlight-titles .djacc-title{outline:2px solid #639af9!important;outline-offset:2px!important}.djacc-read-mode body{background:#f7fcff!important;color:#222!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15px!important;line-height:1.5!important;margin:auto!important;max-width:600px!important;padding:50px!important}.djacc-reader{outline:2px solid #fdf901!important;outline-offset:2px!important}:focus-visible{outline:2px solid #e0600b!important;outline-offset:-2px!important} /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFjY2Vzc2liaWxpdHkuc2NzcyIsImFjY2Vzc2liaWxpdHkuY3NzIiwiX3BvcHVwLnNjc3MiLCJfdG9vbGJhci5zY3NzIiwiX2NvbnRyYXN0LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FDQyxxQkNDRCxDRENDLFNBQ0Msa0JDQ0YsQ0RFQyxXQUVDLFdBQUEsQ0FEQSxjQ0NGLENESUMsdUJBTUMsV0FBQSxDQUNBLGVBQUEsQ0FGQSxjQUFBLENBSEEsb0JBQUEsQ0FEQSxZQUFBLENBRUEsY0FBQSxDQU9BLHFCQUFBLENBTkEsYUFBQSxDQVFBLG9CQUFBLENBSkEsZ0JBQUEsQ0FDQSxtQkFBQSxDQUVBLGVDREYsQ0RLQyxXQUNDLHFCQ0hGLENETUMsVUFDQyxlQUFBLENBRUEsUUFBQSxDQURBLFNDSEYsQ0RPQyxlQUNDLFlDTEYsQ0RTQyxlQUNDLGNBQUEsQ0FDQSxhQ1BGLENEU0UsK0JBRUMsTUFBQSxDQURBLEtDTkgsQ0RTRSxpQ0FFQyxRQUFBLENBREEsS0FBQSxDQUVBLDBCQ1BILENEU0Usa0NBRUMsTUFBQSxDQURBLE9BQUEsQ0FFQSwwQkNQSCxDRFNFLG1DQUVDLE9BQUEsQ0FEQSxPQUFBLENBRUEsMEJDUEgsQ0RTRSxnQ0FFQyxPQUFBLENBREEsS0NOSCxDRFNFLGtDQUNDLFFBQUEsQ0FDQSxNQ1BILENEU0Usb0NBQ0MsUUFBQSxDQUNBLFFBQUEsQ0FDQSwwQkNQSCxDRFNFLG1DQUNDLFFBQUEsQ0FDQSxPQ1BILENEV0MsZUFFQyxtQkFBQSxDQUNBLFFBQUEsQ0FGQSxpQkNQRixDQzdFRSw2QkFRQyxzQkFBQSxDQUNBLFdBQUEsQ0FQQSxhQUFBLENBRUEsV0FBQSxDQUNBLGFBQUEsQ0FFQSxRQUFBLENBREEsU0FBQSxDQUxBLGlCQUFBLENBU0EsdUJBQUEsQ0FQQSxVRHVGSCxDQzlFRyxzQ0FFQyxrQkFBQSxDQURBLGlCRGlGSixDQy9FSSwwRkFFQyxrQkRnRkwsQ0MzRUUsMkJBSUMsa0JBQUEsQ0FFQSxrQkFBQSxDQURBLFVBQUEsQ0FJQSxlQUFBLENBREEsWUFBQSxDQU5BLG1CQUFBLENBUUEsaUJBQUEsQ0FUQSxpQkFBQSxDQU1BLFdBQUEsQ0FJQSxTRDRFSCxDQzFFRyx5QkFiRCwyQkFjRSxVRDZFRixDQUNGLENDM0VHLG1DQUVDLGtCQUFBLENBREEsa0JEOEVKLENDekVFLDRCQUVDLGtCQUFBLENBREEsWUFBQSxDQUVBLGVEMkVILENDMUVHLHlCQUpELDRCQUtFLGVENkVGLENBQ0YsQ0MxRUUsMkJBQ0MsTUFBQSxDQUNBLGNBQUEsQ0FFQSxlQUFBLENBREEsZ0JBQUEsQ0FFQSxRRDRFSCxDQ3pFRSxzREFRQyxzQkFBQSxDQUNBLDRCQUFBLENBRUEsaUJBQUEsQ0FEQSxxQkFBQSxDQVJBLGFBQUEsQ0FHQSxZQUFBLENBREEsV0FBQSxDQUVBLGFBQUEsQ0FDQSxTQUFBLENBSkEsVURrRkgsQ0N0RUcsaUNBQ0Msa0JBQUEsQ0FDQSxvQkR3RUosQ0NyRUUsMkJBQ0Msa0JBQUEsQ0FDQSxnQkR1RUgsQ0N0RUcsaUNBQ0Msa0JBQUEsQ0FDQSx3QkR3RUosQ0NwRUUsMEJBSUMsWUFBQSxDQUNBLGNBQUEsQ0FKQSxlQUFBLENBRUEsYUFBQSxDQURBLFNEeUVILENDbkVFLDBCQUNDLFFBQUEsQ0FDQSxXQUFBLENBRUEsU0RvRUgsQ0NuRUcsZ0NBQ0MsVURxRUosQ0NuRUcsaUVBRUMsWURvRUosQ0NsRUcscUVBQ0MsY0RvRUosQ0NoRUUseUJBR0Msa0JBQUEsQ0FHQSxrQkFBQSxDQUNBLHdCQUFBLENBS0EsaUJBQUEsQ0FKQSxhQUFBLENBUEEsWUFBQSxDQUNBLGNBQUEsQ0FPQSxjQUFBLENBRUEsZUFBQSxDQU5BLFdBQUEsQ0FLQSxnQkFBQSxDQUlBLFFBQUEsQ0FEQSxZQUFBLENBVEEsVUQ0RUgsQ0NqRUcsK0JBQ0Msa0JBQUEsQ0FDQSxvQkRtRUosQ0NqRUcsaUNBQ0Msa0JBQUEsQ0FDQSxvQkRtRUosQ0NsRUksdUNBQ0Msa0JEb0VMLENDakVHLDZCQUNDLGFBQUEsQ0FDQSxpQkRtRUosQ0NqRUcseUJBOUJELHlCQWdDRSxxQkFBQSxDQUNBLHNCQUFBLENBRkEsWURzRUYsQ0NuRUUsNkJBQ0Msa0JEcUVILENDbkVFLDBDQUNDLE1EcUVILENBQ0YsQ0NqRUUsNEJBSUMsa0JBQUEsQ0FDQSx3QkFBQSxDQUtBLGtCQUFBLENBSkEsYUFBQSxDQUpBLFlBQUEsQ0FEQSxZQUFBLENBTUEsY0FBQSxDQUVBLGVBQUEsQ0FEQSxnQkFBQSxDQUxBLFVEMEVILENDbEVHLGtDQUNDLGtCQUFBLENBQ0Esb0JEb0VKLENDaEVFLDJCQUNDLE1Ea0VILENDaEVFLDZCQUNDLFVEa0VILENDL0RFLDBCQUNDLGlCQUFBLENBQ0EsVURpRUgsQ0M5REUscURBRUMsWUQrREgsQ0M1REUsa0RBS0Msc0JBQUEsQ0FLQSxXQUFBLENBQUEsNkJBQUEsQ0FDQSxlQUFBLENBUEEsYUFBQSxDQURBLG9CQUFBLENBREEsWUFBQSxDQUlBLGNBQUEsQ0FFQSxlQUFBLENBREEsYUFBQSxDQU9BLFFBQUEsQ0FEQSxXQUFBLENBREEsVUQrREgsQ0MxREssOEZBQ0MsWUQ0RE4sQ0MxREssa0dBQ0MsY0Q0RE4sQ0N0REUseUJBUUMsaUJBQUEsQ0FEQSxrQkFBQSxDQU5BLGFBQUEsQ0FLQSxVQUFBLENBREEsZUFBQSxDQUhBLGNBQUEsQ0FDQSxpQkFBQSxDQUNBLFVENERILENDdkRHLGdDQU1DLFdBQUEsQ0FEQSxNQUFBLENBREEsS0FBQSxDQUdBLFNEMkRKLENDdERHLCtEQUpDLGtCQUFBLENBUEEsVUFBQSxDQUVBLGFBQUEsQ0FNQSxtQkFBQSxDQVBBLGlCRDhFSixDQ3BFRywrQkFVQyxxQkFBQSxDQUNBLGlCQUFBLENBSkEsVUFBQSxDQUZBLFFBQUEsQ0FEQSxPQUFBLENBRUEsMEJBQUEsQ0FFQSxTRDRESixDQ3RERyx5QkFuQ0QseUJBb0NFLFlEeURGLENBQ0YsQ0N0REcsaUVBQXlDLFVEeUQ1QyxDQ3hERyxxRUFBNkMsU0QyRGhELENDMURHLHFFQUE2QyxTRDZEaEQsQ0M1REcscUVBQTZDLFNEK0RoRCxDQzlERyxxRUFBNkMsU0RpRWhELENDaEVHLHFFQUE2QyxTRG1FaEQsQ0NsRUcscUVBQTZDLFNEcUVoRCxDQ3BFRyxxRUFBNkMsU0R1RWhELENDdEVHLHFFQUE2QyxTRHlFaEQsQ0N4RUcscUVBQTZDLFNEMkVoRCxDQzFFRyxxRUFBNkMsU0Q2RWhELENDNUVHLHNFQUE4QyxPRCtFakQsQ0M5RUcsc0VBQThDLFNEaUZqRCxDQ2hGRyxzRUFBOEMsU0RtRmpELENDbEZHLHNFQUE4QyxTRHFGakQsQ0NwRkcsc0VBQThDLFNEdUZqRCxDQ3RGRyxzRUFBOEMsU0R5RmpELENDeEZHLHNFQUE4QyxTRDJGakQsQ0MxRkcsc0VBQThDLFNENkZqRCxDQzVGRyxzRUFBOEMsU0QrRmpELENDOUZHLHNFQUE4QyxRRGlHakQsQ0NoR0csZ0VBQXdDLFNEbUczQyxDQ2xHRyxvRUFBNEMsUURxRy9DLENDcEdHLG9FQUE0QyxRRHVHL0MsQ0N0R0csb0VBQTRDLFFEeUcvQyxDQ3hHRyxvRUFBNEMsUUQyRy9DLENDMUdHLG9FQUE0QyxRRDZHL0MsQ0M1R0csb0VBQTRDLFFEK0cvQyxDQzlHRyxvRUFBNEMsUURpSC9DLENDaEhHLG9FQUE0QyxRRG1IL0MsQ0NsSEcsb0VBQTRDLFFEcUgvQyxDQ3BIRyxvRUFBNEMsUUR1SC9DLENDdEhHLHFFQUE2QyxNRHlIaEQsQ0N4SEcscUVBQTZDLFFEMkhoRCxDQzFIRyxxRUFBNkMsUUQ2SGhELENDNUhHLHFFQUE2QyxRRCtIaEQsQ0M5SEcscUVBQTZDLFFEaUloRCxDQ2hJRyxxRUFBNkMsUURtSWhELENDbElHLHFFQUE2QyxRRHFJaEQsQ0NwSUcscUVBQTZDLFFEdUloRCxDQ3RJRyxxRUFBNkMsUUR5SWhELENDeElHLHFFQUE2QyxPRDJJaEQsQ0N6SUUsNEJBRUMsa0JBQUEsQ0FEQSxZQUFBLENBS0EsY0FBQSxDQURBLFFBQUEsQ0FGQSw2QkFBQSxDQUlBLGVBQUEsQ0FIQSxhRDhJSCxDQ3hJRyxxQ0FDQyxXRDBJSixDQ3pJSSw2Q0FDQyxTRDJJTCxDQ3ZJRSxpQ0FHQyx1QkFBQSxDQUZBLGFBQUEsQ0FDQSxvQkQwSUgsQ0N4SUcsdUNBQ0MsYUQwSUosQ0M1SEUsd0dBR0MsTUFBQSxDQUZBLGlCQUFBLENBQ0EsS0RnSUgsQ0MzSEUsNkNBR0MsUUFBQSxDQUZBLGlCQUFBLENBQ0EsS0FBQSxDQUVBLDBCRDZISCxDQ3hIRSx3R0FDQyxpQkFBQSxDQUVBLE9BQUEsQ0FEQSxLRDJISCxDQ3JIRSw4Q0FHQyxNQUFBLENBRkEsaUJBQUEsQ0FDQSxLQUFBLENBRUEsMEJEdUhILENDbkhFLCtDQUNDLGlCQUFBLENBRUEsT0FBQSxDQURBLEtBQUEsQ0FFQSwwQkRxSEgsQ0MvR0UsOEdBRUMsUUFBQSxDQUNBLE1BQUEsQ0FGQSxpQkRtSEgsQ0M3R0UsZ0RBRUMsUUFBQSxDQUNBLFFBQUEsQ0FGQSxpQkFBQSxDQUdBLDBCRCtHSCxDQzFHRSw4R0FFQyxRQUFBLENBREEsaUJBQUEsQ0FFQSxPRDRHSCxDQzlGRSx3Y0FDQyxXRGlHSCxDQ3pGRSwwT0FDQyxhRDJGSCxDQ25GRSwwT0FDQyxhRHFGSCxDQzlFRSxxSkFDQyxXRGdGSCxDQ3pFQyw2Q0FDQyxRRDRFRixDQ3RFQyx3Q0FDQyxlQUFBLENBRUEscUNBQUEsQ0FEQSxhRDBFRixDQ3JFRyx3REFDQyxZRHVFSixDQ3JFRywwREFDQyxjRHVFSixDQzlEQywyS0FFQyxrQkFBQSxDQUNBLG9CRG9FRixDQ25FRSwyRkFDQyxrQkFBQSxDQUNBLG9CRHNFSCxDQ25FRywrR0FDQyxZRHNFSixDQ3BFRyxtSEFDQyxjRHVFSixDQ2xFRSw4Q0FFQyxrQkFBQSxDQUNBLG9CQUFBLENBRkEsVURzRUgsQ0NuRUcsb0RBQ0Msa0JEcUVKLENDbEVJLDhEQUNDLFNEb0VMLENDbEVJLGdFQUNDLFdEb0VMLENDL0RDLDRFQUVDLG9CRGlFRixDQy9ERyw0R0FDQyxZRGtFSixDQ2hFRyxnSEFDQyxjRG1FSixDQzlESSx3SEFDQyxZRGlFTCxDQy9ESSw0SEFDQyxjRGtFTCxDQzdEQyxzQ0FDQyxrQkQrREYsQ0MzREcsMERBQ0MsWUQ2REosQ0V6bEJBLGVBQ0Msa0JBQUEsQ0FFQSx3QkFBQSxDQURBLFVGNmxCRCxDRTFsQkUsNEJBSUMsa0JBQUEsQ0FIQSxZQUFBLENBQ0EsY0FBQSxDQUNBLHNCRjZsQkgsQ0UxbEJFLDRCQUVDLGtCQUFBLENBREEsZUY2bEJILENFM2xCRyx5Q0FDQyxnQkY2bEJKLENFM2xCRyxtQ0FDQyxpQkFBQSxDQUNBLGtCRjZsQkosQ0UxbEJFLGdEQUNDLGlCRjRsQkgsQ0UxbEJFLHdEQU1DLGtCQUFBLENBRUEsd0JBQUEsQ0FEQSxhQUFBLENBTEEsV0FBQSxDQUNBLGdCQUFBLENBQ0EsY0FBQSxDQUNBLGNBQUEsQ0FJQSxpQkYybEJILENFMWxCRyxvRUFDQyxrQkFBQSxDQUNBLG9CQUFBLENBQ0EsU0Y0bEJKLENFM2xCSSxnR0FDQyxvQkY2bEJMLENFMWxCRyx3RUFDQyxrQkFBQSxDQUNBLG9CRjRsQkosQ0UzbEJJLG9GQUNDLGtCRjZsQkwsQ0V6bEJFLDhCQUVDLGtCQUFBLENBS0Esa0JBQUEsQ0FDQSx3QkFBQSxDQUZBLGFBQUEsQ0FHQSxjQUFBLENBUkEsWUFBQSxDQUVBLFdBQUEsQ0FDQSxjQUFBLENBQ0EsY0FBQSxDQUtBLGlCRjJsQkgsQ0UxbEJHLG9DQUNDLGtCQUFBLENBQ0Esb0JBQUEsQ0FDQSxTRjRsQkosQ0UzbEJJLGtEQUNDLG9CRjZsQkwsQ0V6bEJFLDZCQVVDLGtCQUFBLENBRUEsd0JBQUEsQ0FEQSxVQUFBLENBVkEsWUFBQSxDQU9BLGNBQUEsQ0FKQSxRQUFBLENBS0EsYUFBQSxDQUtBLGVBQUEsQ0FQQSxnQkFBQSxDQUxBLGlCQUFBLENBR0EsVUFBQSxDQUZBLFFBQUEsQ0FHQSwwQkFBQSxDQU9BLGtCQUFBLENBRUEsU0YybEJILENFMWxCRyxvQ0FVQyxrQkFBQSxDQVRBLFVBQUEsQ0FNQSxhQUFBLENBRUEsV0FBQSxDQUxBLFFBQUEsQ0FDQSxnQkFBQSxDQUhBLGlCQUFBLENBQ0EsUUFBQSxDQUdBLHdCQUFBLENBRUEsVUFBQSxDQUdBLFVGNGxCSixDRXpsQkUsc0RBRUMsc0JBQUEsQ0FDQSxjRjBsQkgsQ0V2bEJLLGtHQUNDLFlGeWxCTixDRXZsQkssc0dBQ0MsY0Z5bEJOLENFbGxCRSwrQkFDQyxTRm9sQkgsQ0VsbEJFLGlDQUNDLFdGb2xCSCxDRWpsQkMsbUJBQ0MsZUZtbEJGLENFaGxCQyxxRUFFQyxVRmlsQkYsQ0U5a0JDLHFFQUdDLGtCQUFBLENBREEsWUZnbEJGLENFOWtCRSwwQkFKRCxxRUFPRSxRQUFBLENBRkEsS0FBQSxDQUNBLGNGa2xCRCxDQUNGLENFaGxCRSwrRkFDQyxxQkFBQSxDQUNBLGdCRmtsQkgsQ0VobEJFLCtGQUtDLGFBQUEsQ0FKQSxVRnNsQkgsQ0VqbEJHLHlIQUNDLGVGbWxCSixDRWhsQkUsbUdBRUMscUJBQUEsQ0FEQSxXRm1sQkgsQ0VobEJFLDZHQUNDLFlGa2xCSCxDRWhsQkUsMExBRUMsY0ZtbEJILENFaGxCSyxrUkFDQyxZRm9sQk4sQ0VsbEJLLDBSQUNDLGNGc2xCTixDRTdrQkUsbUpBRUMsV0FBQSxDQUNBLGVBQUEsQ0FGQSxRRmlsQkgsQ0U5a0JHLHdLQUVDLFdBQUEsQ0FEQSxRRmlsQkosQ0Uza0JFLGdEQUVDLFNBQUEsQ0FHQSxpQkFBQSxDQUZBLFVBQUEsQ0FGQSxPQUFBLENBR0EsMEJGOGtCSCxDRTVrQkcsdURBRUMsU0FBQSxDQUdBLGVBQUEsQ0FGQSxVQUFBLENBRkEsT0ZrbEJKLENFemtCRSxpREFFQyxTQUFBLENBR0EsaUJBQUEsQ0FGQSxVQUFBLENBRkEsT0FBQSxDQUdBLDBCRjRrQkgsQ0Uxa0JHLHdEQUVDLFNBQUEsQ0FHQSxlQUFBLENBRkEsVUFBQSxDQUZBLE9GZ2xCSixDRXJrQkEsNEJBRUMsYUZ5a0JELENFdmtCQyw4R0FIQSxrQkFBQSxDQUVBLHdCRjZrQkQsQ0V4a0JFLGdNQUVDLGtCQUFBLENBQ0Esb0JBQUEsQ0FDQSxVRjJrQkgsQ0V6a0JJLGdRQUNDLFNGNmtCTCxDRTNrQkksd1FBQ0MsV0Yra0JMLENFMWtCQywyQ0FDQyxrQkFBQSxDQUNBLHdCRjRrQkYsQ0Uza0JFLGlEQUNDLGVBQUEsQ0FDQSxvQkY2a0JILENFdmtCRyxnSEFDQyxZRjBrQkosQ0V4a0JHLG9IQUNDLGNGMmtCSixDRXRrQkksNEhBQ0MsWUZ5a0JMLENFdmtCSSxnSUFDQyxjRjBrQkwsQ0Vwa0JFLDRDQUNDLFlGc2tCSCxDRXBrQkUsOENBQ0MsY0Zza0JILENHaDJCQywyRUFDQyxzQ0FBQSxDQUNBLHlCQUFBLENBQ0EsMEJIbzJCRixDRy8xQkMscUNBQ0MsK0JBQUEsQ0FDQSwyQkFBQSxDQUNBLG9CSGsyQkYsQ0dqMkJFLDJDQUNDLHNDQUFBLENBQ0Esa0NIbTJCSCxDRy8xQkUsbU1BQ0MsdUJIaTJCSCxDRzkxQkMsc0NBQ0MsdUJBQUEsQ0FDQSxtQ0hnMkJGLENHLzFCRSx3RkFFQyw4QkhnMkJILENHMzFCRSxrR0FDQywrQkFBQSxDQUNBLDJCQUFBLENBQ0Esb0JIODFCSCxDRzcxQkcsNE5BRUMsK0JBQUEsQ0FDQSwyQkFBQSxDQUNBLG9CSGcyQkosQ0c1MUJDLCtFQUVDLCtCSDYxQkYsQ0d4MUJDLHNDQUNDLCtCQUFBLENBQ0EsMkJBQUEsQ0FDQSxvQkgyMUJGLENHMTFCRSw0Q0FDQyxzQ0FBQSxDQUNBLGtDSDQxQkgsQ0d4MUJFLHdNQUNDLHVCSDAxQkgsQ0d2MUJDLHVDQUNDLHVCQUFBLENBQ0EsbUNIeTFCRixDR3gxQkUsMEZBRUMsOEJIeTFCSCxDR3AxQkUsb0dBQ0MsK0JBQUEsQ0FDQSwyQkFBQSxDQUNBLG9CSHUxQkgsQ0d0MUJHLGdPQUVDLCtCQUFBLENBQ0EsMkJBQUEsQ0FDQSxvQkh5MUJKLENHcjFCQyxpRkFFQywrQkhzMUJGLENENTBCQyxtQ0FDQyxtQ0FBQSxDQUNBLDRCQyswQkYsQ0R6MEJDLHFDQUNDLG1DQUFBLENBQ0EsNEJDNDBCRixDRHYwQkEsc0JBRUMsNEJBQUEsQ0FLQSxvQkFBQSxDQUZBLGdEQUFBLENBQ0Esd0JBQUEsQ0FFQSx5QkFBQSxDQUpBLHFCQUFBLENBREEseUJBQUEsQ0FGQSxzQkNpMUJELENEdDBCQSxjQUNDLG1DQUFBLENBQ0EsNEJDeTBCRCxDRG4wQkEsZUFDQyxtQ0FBQSxDQUNBLDZCQ3MwQkQiLCJmaWxlIjoiYWNjZXNzaWJpbGl0eS5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZGphY2Mge1xyXG5cdGJveC1zaXppbmc6IGJvcmRlci1ib3g7XHJcblxyXG5cdCoge1xyXG5cdFx0Ym94LXNpemluZzogaW5oZXJpdDtcclxuXHR9XHJcblxyXG5cdGltZyB7XHJcblx0XHRtYXgtd2lkdGg6IDEwMCU7XHJcblx0XHRoZWlnaHQ6IGF1dG87XHJcblx0fVxyXG5cclxuXHQvL3Jlc2V0IHN0eWxlc1xyXG5cdGJ1dHRvbiwgYSB7XHJcblx0XHRmb250OiBpbmhlcml0O1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG5cdFx0Zm9udC1zaXplOiAxNHB4O1xyXG5cdFx0bGluZS1oZWlnaHQ6IDE7XHJcblx0XHRjdXJzb3I6IHBvaW50ZXI7XHJcblx0XHRib3JkZXI6IG5vbmU7XHJcblx0XHRib3gtc2hhZG93OiBub25lO1xyXG5cdFx0dGV4dC1zaGFkb3c6IG5vbmU7XHJcblx0XHR0ZXh0LXRyYW5zZm9ybTogbm9uZTtcclxuXHRcdGxldHRlci1zcGFjaW5nOiBub3JtYWw7XHJcblx0XHR0cmFuc2l0aW9uOiBub25lO1xyXG5cdFx0dGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG5cdH1cclxuXHJcblx0c3ZnIHtcclxuXHRcdHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcblx0fVxyXG5cclxuXHR1bCB7XHJcblx0XHRsaXN0LXN0eWxlOiBub25lO1xyXG5cdFx0cGFkZGluZzogMDtcclxuXHRcdG1hcmdpbjogMDtcclxuXHR9XHJcblxyXG5cdCYtLWhpZGRlbiB7XHJcblx0XHRkaXNwbGF5OiBub25lO1xyXG5cdH1cclxuXHJcblx0Ly9wb3NpdGlvbnNcclxuXHQmLS1zdGlja3kge1xyXG5cdFx0cG9zaXRpb246IGZpeGVkO1xyXG5cdFx0ei1pbmRleDogOTk5OTk7XHJcblxyXG5cdFx0Ji5kamFjYy0tdG9wLWxlZnQge1xyXG5cdFx0XHR0b3A6IDA7XHJcblx0XHRcdGxlZnQ6IDA7XHJcblx0XHR9XHJcblx0XHQmLmRqYWNjLS10b3AtY2VudGVyIHtcclxuXHRcdFx0dG9wOiAwO1xyXG5cdFx0XHRsZWZ0OiA1MCU7XHJcblx0XHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcclxuXHRcdH1cclxuXHRcdCYuZGphY2MtLWNlbnRlci1sZWZ0IHtcclxuXHRcdFx0dG9wOiA1MCU7XHJcblx0XHRcdGxlZnQ6IDA7XHJcblx0XHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcclxuXHRcdH1cclxuXHRcdCYuZGphY2MtLWNlbnRlci1yaWdodCB7XHJcblx0XHRcdHRvcDogNTAlO1xyXG5cdFx0XHRyaWdodDogMDtcclxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xyXG5cdFx0fVxyXG5cdFx0Ji5kamFjYy0tdG9wLXJpZ2h0IHtcclxuXHRcdFx0dG9wOiAwO1xyXG5cdFx0XHRyaWdodDogMDtcclxuXHRcdH1cclxuXHRcdCYuZGphY2MtLWJvdHRvbS1sZWZ0IHtcclxuXHRcdFx0Ym90dG9tOiAwO1xyXG5cdFx0XHRsZWZ0OiAwO1xyXG5cdFx0fVxyXG5cdFx0Ji5kamFjYy0tYm90dG9tLWNlbnRlciB7XHJcblx0XHRcdGJvdHRvbTogMDtcclxuXHRcdFx0bGVmdDogNTAlO1xyXG5cdFx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTUwJSk7XHJcblx0XHR9XHJcblx0XHQmLmRqYWNjLS1ib3R0b20tcmlnaHQge1xyXG5cdFx0XHRib3R0b206IDA7XHJcblx0XHRcdHJpZ2h0OiAwO1xyXG5cdFx0fVxyXG5cdH1cclxuXHRcclxuXHQmLS1zdGF0aWMge1xyXG5cdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0ZGlzcGxheTogaW5saW5lLWZsZXg7XHJcblx0XHRtYXJnaW46IDA7XHJcblx0fVxyXG59XHJcblxyXG4vL2xheW91dHMgc3R5bGVcclxuQGltcG9ydCBcInBvcHVwXCI7XHJcbkBpbXBvcnQgXCJ0b29sYmFyXCI7XHJcblxyXG4vL2NvbnRyYXN0IHN0eWxlc1xyXG5AaW1wb3J0IFwiY29udHJhc3RcIjtcclxuXHJcbi8vaGlnaGxpZ2h0IGxpbmtzXHJcbi5kamFjYy1oaWdobGlnaHQtbGlua3Mge1xyXG5cdC5kamFjYy1saW5rIHtcclxuXHRcdG91dGxpbmU6IDJweCBzb2xpZCAjZmY3MjE2ICFpbXBvcnRhbnQ7XHJcblx0XHRvdXRsaW5lLW9mZnNldDogMnB4ICFpbXBvcnRhbnQ7XHJcblx0fVxyXG59XHJcblxyXG4vL2hpZ2hsaWdodCBoZWFkaW5nc1xyXG4uZGphY2MtaGlnaGxpZ2h0LXRpdGxlcyB7XHJcblx0LmRqYWNjLXRpdGxlIHtcclxuXHRcdG91dGxpbmU6IDJweCBzb2xpZCAjNjM5YWY5ICFpbXBvcnRhbnQ7XHJcblx0XHRvdXRsaW5lLW9mZnNldDogMnB4ICFpbXBvcnRhbnQ7XHJcblx0fVxyXG59XHJcblxyXG4vL3JlYWQgbW9kZVxyXG4uZGphY2MtcmVhZC1tb2RlIGJvZHkge1xyXG5cdHBhZGRpbmc6IDUwcHggIWltcG9ydGFudDtcclxuXHRiYWNrZ3JvdW5kOiAjZjdmY2ZmICFpbXBvcnRhbnQ7XHJcblx0bWF4LXdpZHRoOiA2MDBweCAhaW1wb3J0YW50O1xyXG5cdG1hcmdpbjogYXV0byAhaW1wb3J0YW50O1xyXG5cdGZvbnQtZmFtaWx5OiBBcmlhbCxIZWx2ZXRpY2Esc2Fucy1zZXJpZiAhaW1wb3J0YW50O1xyXG5cdGZvbnQtc2l6ZTogMTVweCAhaW1wb3J0YW50O1xyXG5cdGNvbG9yOiAjMjIyICFpbXBvcnRhbnQ7XHJcblx0bGluZS1oZWlnaHQ6IDEuNSAhaW1wb3J0YW50O1xyXG59XHJcblxyXG4vL3NjcmVlbiByZWFkZXJcclxuLmRqYWNjLXJlYWRlciB7XHJcblx0b3V0bGluZTogMnB4IHNvbGlkICNmZGY5MDEgIWltcG9ydGFudDtcclxuXHRvdXRsaW5lLW9mZnNldDogMnB4ICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi8vb3RoZXIgYWRqdXN0bWVudHMgZm9yIGFjY2Vzc2liaWxpdHlcclxuXHJcbi8vdmlzaWJsZSBmb2N1c1xyXG4qOmZvY3VzLXZpc2libGUge1xyXG5cdG91dGxpbmU6IDJweCBzb2xpZCAjZTA2MDBiICFpbXBvcnRhbnQ7XHJcblx0b3V0bGluZS1vZmZzZXQ6IC0ycHggIWltcG9ydGFudDtcclxufSIsIi5kamFjYyB7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG4uZGphY2MgKiB7XG4gIGJveC1zaXppbmc6IGluaGVyaXQ7XG59XG4uZGphY2MgaW1nIHtcbiAgbWF4LXdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IGF1dG87XG59XG4uZGphY2MgYnV0dG9uLCAuZGphY2MgYSB7XG4gIGZvbnQ6IGluaGVyaXQ7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgZm9udC1zaXplOiAxNHB4O1xuICBsaW5lLWhlaWdodDogMTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBib3JkZXI6IG5vbmU7XG4gIGJveC1zaGFkb3c6IG5vbmU7XG4gIHRleHQtc2hhZG93OiBub25lO1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgbGV0dGVyLXNwYWNpbmc6IG5vcm1hbDtcbiAgdHJhbnNpdGlvbjogbm9uZTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmRqYWNjIHN2ZyB7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG59XG4uZGphY2MgdWwge1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBwYWRkaW5nOiAwO1xuICBtYXJnaW46IDA7XG59XG4uZGphY2MtLWhpZGRlbiB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGphY2MtLXN0aWNreSB7XG4gIHBvc2l0aW9uOiBmaXhlZDtcbiAgei1pbmRleDogOTk5OTk7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tdG9wLWxlZnQge1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tdG9wLWNlbnRlciB7XG4gIHRvcDogMDtcbiAgbGVmdDogNTAlO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTUwJSk7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tY2VudGVyLWxlZnQge1xuICB0b3A6IDUwJTtcbiAgbGVmdDogMDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xufVxuLmRqYWNjLS1zdGlja3kuZGphY2MtLWNlbnRlci1yaWdodCB7XG4gIHRvcDogNTAlO1xuICByaWdodDogMDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xufVxuLmRqYWNjLS1zdGlja3kuZGphY2MtLXRvcC1yaWdodCB7XG4gIHRvcDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tYm90dG9tLWxlZnQge1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDA7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tYm90dG9tLWNlbnRlciB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogNTAlO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTUwJSk7XG59XG4uZGphY2MtLXN0aWNreS5kamFjYy0tYm90dG9tLXJpZ2h0IHtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbn1cbi5kamFjYy0tc3RhdGljIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBpbmxpbmUtZmxleDtcbiAgbWFyZ2luOiAwO1xufVxuXG4uZGphY2MtcG9wdXAgLmRqYWNjX19vcGVuYnRuIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgd2lkdGg6IDQ4cHg7XG4gIGhlaWdodDogNDhweDtcbiAgbGluZS1oZWlnaHQ6IDE7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMDtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGJvcmRlcjogbm9uZTtcbiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4ycztcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX29wZW5idG4tLWRlZmF1bHQge1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJhY2tncm91bmQ6ICMyZDc5ZmY7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19vcGVuYnRuLS1kZWZhdWx0OmhvdmVyIC5kamFjYy1wb3B1cCAuZGphY2NfX29wZW5idG4tLWRlZmF1bHQtLWFjdGl2ZSB7XG4gIGJhY2tncm91bmQ6ICMxNDY5ZmY7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19wYW5lbCB7XG4gIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gIGJhY2tncm91bmQ6ICMyNDI0MjQ7XG4gIGNvbG9yOiAjZmZmO1xuICBib3JkZXItcmFkaXVzOiA0MHB4O1xuICB3aWR0aDogNDY4cHg7XG4gIHBhZGRpbmc6IDE2cHg7XG4gIG92ZXJmbG93LXk6IGF1dG87XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgei1pbmRleDogMjtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xuICAuZGphY2MtcG9wdXAgLmRqYWNjX19wYW5lbCB7XG4gICAgd2lkdGg6IDkwdnc7XG4gIH1cbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX3BhbmVsLS1hY3RpdmUge1xuICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICBwb2ludGVyLWV2ZW50czogYWxsO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19faGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgbWFyZ2luOiAwIDAgMjVweDtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xuICAuZGphY2MtcG9wdXAgLmRqYWNjX19oZWFkZXIge1xuICAgIG1hcmdpbjogMCAwIDE1cHg7XG4gIH1cbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX3RpdGxlIHtcbiAgZmxleDogMTtcbiAgZm9udC1zaXplOiAyMnB4O1xuICBsaW5lLWhlaWdodDogMjlweDtcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIG1hcmdpbjogMDtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX3Jlc2V0LCAuZGphY2MtcG9wdXAgLmRqYWNjX19jbG9zZSB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogNDhweDtcbiAgaGVpZ2h0OiA0OHB4O1xuICBmb250OiBpbmhlcml0O1xuICBsaW5lLWhlaWdodDogMTtcbiAgcGFkZGluZzogMDtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIGJvcmRlcjogMXB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19yZXNldDpob3ZlciB7XG4gIGJhY2tncm91bmQ6ICMyRjJGMkY7XG4gIGJvcmRlci1jb2xvcjogIzM1MzUzNjtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Nsb3NlIHtcbiAgYmFja2dyb3VuZDogIzJENzlGRjtcbiAgbWFyZ2luLWxlZnQ6IDEwcHg7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19jbG9zZTpob3ZlciB7XG4gIGJhY2tncm91bmQ6ICMxNDY5ZmY7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19saXN0IHtcbiAgbGlzdC1zdHlsZTogbm9uZTtcbiAgcGFkZGluZzogMDtcbiAgbWFyZ2luOiAwIC04cHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtd3JhcDogd3JhcDtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2l0ZW0ge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDRweDtcbiAgd2lkdGg6IDUwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2l0ZW0tLWZ1bGwge1xuICB3aWR0aDogMTAwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2l0ZW06YmVmb3JlLCAuZGphY2MtcG9wdXAgLmRqYWNjX19pdGVtOmFmdGVyIHtcbiAgZGlzcGxheTogbm9uZTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2l0ZW06bm90KC5kamFjY19faXRlbS0tZnVsbCkgKyAuZGphY2NfX2l0ZW0tLWZ1bGwge1xuICBtYXJnaW4tdG9wOiA4cHg7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19idG4ge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJhY2tncm91bmQ6ICMyRjJGMkY7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMzNTM1MzY7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGxpbmUtaGVpZ2h0OiAxOXB4O1xuICBmb250LXdlaWdodDogNTAwO1xuICBib3JkZXItcmFkaXVzOiA2cHg7XG4gIHBhZGRpbmc6IDE2cHg7XG4gIG1hcmdpbjogMDtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2J0bjpob3ZlciB7XG4gIGJhY2tncm91bmQ6ICMzNDM0MzQ7XG4gIGJvcmRlci1jb2xvcjogIzJENzlGRjtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2J0bi0tYWN0aXZlIHtcbiAgYmFja2dyb3VuZDogIzJENzlGRjtcbiAgYm9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYnRuLS1hY3RpdmU6aG92ZXIge1xuICBiYWNrZ3JvdW5kOiAjMjM3MmZmO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYnRuIHN2ZyB7XG4gIGZsZXgtc2hyaW5rOiAwO1xuICBtYXJnaW4tcmlnaHQ6IDE2cHg7XG59XG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcbiAgLmRqYWNjLXBvcHVwIC5kamFjY19fYnRuIHtcbiAgICBwYWRkaW5nOiAxMHB4O1xuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIH1cbiAgLmRqYWNjLXBvcHVwIC5kamFjY19fYnRuIHN2ZyB7XG4gICAgbWFyZ2luOiAwIGF1dG8gMTBweDtcbiAgfVxuICAuZGphY2MtcG9wdXAgLmRqYWNjX19idG4gLmRqYWNjX2J0bi1sYWJlbCB7XG4gICAgZmxleDogMTtcbiAgfVxufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzIHtcbiAgZm9udDogaW5oZXJpdDtcbiAgZGlzcGxheTogZmxleDtcbiAgd2lkdGg6IDEwMCU7XG4gIGJhY2tncm91bmQ6ICMyRjJGMkY7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMzNTM1MzY7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBmb250LXNpemU6IDE0cHg7XG4gIGxpbmUtaGVpZ2h0OiAxOXB4O1xuICBmb250LXdlaWdodDogNTAwO1xuICBib3JkZXItcmFkaXVzOiAxMHB4O1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzOmhvdmVyIHtcbiAgYmFja2dyb3VuZDogIzM0MzQzNDtcbiAgYm9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fbGFiZWwge1xuICBmbGV4OiAxO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fcGVyY2VudCB7XG4gIG9wYWNpdHk6IDAuNjtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX3NpemUge1xuICBhbGlnbi1zZWxmOiBjZW50ZXI7XG4gIHdpZHRoOiA2NnB4O1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fbGFiZWwsIC5kamFjYy1wb3B1cCAuZGphY2NfX3NpemUge1xuICBwYWRkaW5nOiAxNHB4O1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19faW5jLCAuZGphY2MtcG9wdXAgLmRqYWNjX19kZWMge1xuICBmb250OiBpbmhlcml0O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGNvbG9yOiBpbmhlcml0O1xuICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgZm9udC1zaXplOiAyNHB4O1xuICBsaW5lLWhlaWdodDogMTtcbiAgZm9udC13ZWlnaHQ6IDUwMDtcbiAgYm9yZGVyOiBub25lO1xuICBib3JkZXItbGVmdDogMXB4IHNvbGlkICMzNTM1MzY7XG4gIGJvcmRlci1yYWRpdXM6IDA7XG4gIHdpZHRoOiA1MHB4O1xuICBwYWRkaW5nOiA1cHg7XG4gIG1hcmdpbjogMDtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2luYzpob3ZlciBzdmcgW2ZpbGxePVwiI1wiXSwgLmRqYWNjLXBvcHVwIC5kamFjY19fZGVjOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdIHtcbiAgZmlsbDogIzJENzlGRjtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2luYzpob3ZlciBzdmcgW3N0cm9rZV49XCIjXCJdLCAuZGphY2MtcG9wdXAgLmRqYWNjX19kZWM6aG92ZXIgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogIzJENzlGRjtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2JhciB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICBwYWRkaW5nOiAwIDEycHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgd2lkdGg6IDEwMCU7XG4gIG1heC13aWR0aDogMTIwcHg7XG4gIGhlaWdodDogNHB4O1xuICBiYWNrZ3JvdW5kOiAjMjQyNDI0O1xuICBhbGlnbi1zZWxmOiBjZW50ZXI7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19iYXI6YmVmb3JlIHtcbiAgY29udGVudDogXCJcIjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiA1MCU7XG4gIGJhY2tncm91bmQ6ICMyRDc5RkY7XG4gIHBvaW50ZXItZXZlbnRzOiBub25lO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYmFyOmFmdGVyIHtcbiAgY29udGVudDogXCJcIjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBkaXNwbGF5OiBibG9jaztcbiAgdG9wOiA1MCU7XG4gIGxlZnQ6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICBoZWlnaHQ6IDRweDtcbiAgd2lkdGg6IDRweDtcbiAgYmFja2dyb3VuZDogIzJENzlGRjtcbiAgYm9yZGVyOiA0cHggc29saWQgI2ZmZjtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbn1cbkBtZWRpYSAobWF4LXdpZHRoOiA0ODBweCkge1xuICAuZGphY2MtcG9wdXAgLmRqYWNjX19iYXIge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50XSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogMTAwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiMFwiXSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogNTAlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCIxXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA1NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjJcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHtcbiAgd2lkdGg6IDYwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiM1wiXSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogNjUlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCI0XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA3MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjVcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHtcbiAgd2lkdGg6IDc1JTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiNlwiXSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogODAlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCI3XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA4NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjhcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHtcbiAgd2lkdGg6IDkwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiOVwiXSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogOTUlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnRePVwiLVwiXSAuZGphY2NfX2JhcjpiZWZvcmUge1xuICB3aWR0aDogMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi0xXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA0NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi0yXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA0MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi0zXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAzNSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi00XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAzMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi01XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAyNSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi02XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAyMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi03XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAxNSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi04XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiAxMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi05XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7XG4gIHdpZHRoOiA1JTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50XSAuZGphY2NfX2JhcjphZnRlciB7XG4gIGxlZnQ6IDEwMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjBcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA1MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjFcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA1NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjJcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA2MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjNcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA2NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjRcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA3MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjVcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA3NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjZcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA4MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjdcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA4NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjhcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA5MCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIjlcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA5NSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudF49XCItXCJdIC5kamFjY19fYmFyOmFmdGVyIHtcbiAgbGVmdDogMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi0xXCJdIC5kamFjY19fYmFyOmFmdGVyIHtcbiAgbGVmdDogNDUlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCItMlwiXSAuZGphY2NfX2JhcjphZnRlciB7XG4gIGxlZnQ6IDQwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiLTNcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiAzNSU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi00XCJdIC5kamFjY19fYmFyOmFmdGVyIHtcbiAgbGVmdDogMzAlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCItNVwiXSAuZGphY2NfX2JhcjphZnRlciB7XG4gIGxlZnQ6IDI1JTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiLTZcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiAyMCU7XG59XG4uZGphY2MtcG9wdXAgLmRqYWNjX19hcnJvd3NbZGF0YS1kamFjYy1jb3VudD1cIi03XCJdIC5kamFjY19fYmFyOmFmdGVyIHtcbiAgbGVmdDogMTUlO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fYXJyb3dzW2RhdGEtZGphY2MtY291bnQ9XCItOFwiXSAuZGphY2NfX2JhcjphZnRlciB7XG4gIGxlZnQ6IDEwJTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Fycm93c1tkYXRhLWRqYWNjLWNvdW50PVwiLTlcIl0gLmRqYWNjX19iYXI6YWZ0ZXIge1xuICBsZWZ0OiA1JTtcbn1cbi5kamFjYy1wb3B1cCAuZGphY2NfX2Zvb3RlciB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcbiAgbWFyZ2luOiAxNXB4IDA7XG4gIGdhcDogMjBweDtcbiAgZm9udC1zaXplOiAxMnB4O1xuICBsaW5lLWhlaWdodDogMWVtO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fZm9vdGVyLWxvZ28gc3ZnIHtcbiAgd2lkdGg6IDEwMHB4O1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fZm9vdGVyLWxvZ28gc3ZnIC5kam5hbWUge1xuICBmaWxsOiAjZmZmO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fZm9vdGVyLWxpbmsge1xuICBjb2xvcjogaW5oZXJpdDtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICBib3JkZXItYm90dG9tOiAxcHggc29saWQgY3VycmVudENvbG9yO1xufVxuLmRqYWNjLXBvcHVwIC5kamFjY19fZm9vdGVyLWxpbms6aG92ZXIge1xuICBjb2xvcjogIzJENzlGRjtcbn1cblxuLmRqYWNjLXBvcHVwLmRqYWNjLS10b3AtbGVmdCAuZGphY2NfX3BhbmVsLCAuZGphY2MtcG9wdXAuZGphY2MtLXRvcC1yaWdodC5kamFjYy0tZGlyZWN0aW9uIC5kamFjY19fcGFuZWwge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tdG9wLWNlbnRlciAuZGphY2NfX3BhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS10b3AtcmlnaHQgLmRqYWNjX19wYW5lbCwgLmRqYWNjLXBvcHVwLmRqYWNjLS10b3AtbGVmdC5kamFjYy0tZGlyZWN0aW9uIC5kamFjY19fcGFuZWwge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgcmlnaHQ6IDA7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19fcGFuZWwge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX19wYW5lbCB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICByaWdodDogMDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1ib3R0b20tbGVmdCAuZGphY2NfX3BhbmVsLCAuZGphY2MtcG9wdXAuZGphY2MtLWJvdHRvbS1yaWdodC5kamFjYy0tZGlyZWN0aW9uIC5kamFjY19fcGFuZWwge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMDtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tYm90dG9tLWNlbnRlciAuZGphY2NfX3BhbmVsIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3R0b206IDA7XG4gIGxlZnQ6IDUwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1ib3R0b20tcmlnaHQgLmRqYWNjX19wYW5lbCwgLmRqYWNjLXBvcHVwLmRqYWNjLS1ib3R0b20tbGVmdC5kamFjYy0tZGlyZWN0aW9uIC5kamFjY19fcGFuZWwge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogMDtcbiAgcmlnaHQ6IDA7XG59XG5cbi5kamFjYy1wb3B1cC5kamFjYy0tdG9wLWxlZnQ6aG92ZXIgLmRqYWNjX19vcGVuYnRuLCAuZGphY2MtcG9wdXAuZGphY2MtLXRvcC1yaWdodDpob3ZlciAuZGphY2NfX29wZW5idG4sIC5kamFjYy1wb3B1cC5kamFjYy0tYm90dG9tLWxlZnQ6aG92ZXIgLmRqYWNjX19vcGVuYnRuLCAuZGphY2MtcG9wdXAuZGphY2MtLWJvdHRvbS1yaWdodDpob3ZlciAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS10b3AtbGVmdCAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS10b3AtcmlnaHQgLmRqYWNjX19vcGVuYnRuLCAuZGphY2Mtb3BlbmVkIC5kamFjYy1wb3B1cC5kamFjYy0tYm90dG9tLWxlZnQgLmRqYWNjX19vcGVuYnRuLCAuZGphY2Mtb3BlbmVkIC5kamFjYy1wb3B1cC5kamFjYy0tYm90dG9tLXJpZ2h0IC5kamFjY19fb3BlbmJ0biB7XG4gIG1hcmdpbjogMTZweDtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tY2VudGVyLWxlZnQ6aG92ZXIgLmRqYWNjX19vcGVuYnRuLCAuZGphY2MtcG9wdXAuZGphY2MtLWNlbnRlci1yaWdodDpob3ZlciAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS1jZW50ZXItbGVmdCAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX19vcGVuYnRuIHtcbiAgbWFyZ2luOiAwIDE2cHg7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLXRvcC1jZW50ZXI6aG92ZXIgLmRqYWNjX19vcGVuYnRuLCAuZGphY2MtcG9wdXAuZGphY2MtLWJvdHRvbS1jZW50ZXI6aG92ZXIgLmRqYWNjX19vcGVuYnRuLCAuZGphY2Mtb3BlbmVkIC5kamFjYy1wb3B1cC5kamFjYy0tdG9wLWNlbnRlciAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS1ib3R0b20tY2VudGVyIC5kamFjY19fb3BlbmJ0biB7XG4gIG1hcmdpbjogMTZweCAwO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1zdGF0aWMgLmRqYWNjX19vcGVuYnRuLCAuZGphY2MtcG9wdXAuZGphY2MtLXN0YXRpYzpob3ZlciAuZGphY2NfX29wZW5idG4sIC5kamFjYy1vcGVuZWQgLmRqYWNjLXBvcHVwLmRqYWNjLS1zdGF0aWMgLmRqYWNjX19vcGVuYnRuIHtcbiAgbWFyZ2luOiAxNnB4O1xufVxuXG4uYWRtaW4tYmFyIC5kamFjYy0tc3RpY2t5W2NsYXNzKj1kamFjYy0tdG9wXSB7XG4gIHRvcDogMzJweDtcbn1cblxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX3BhbmVsIHtcbiAgYmFja2dyb3VuZDogI2ZmZjtcbiAgY29sb3I6ICM0MDQwNDI7XG4gIGJveC1zaGFkb3c6IDAgM3B4IDI1cHggcmdiYSgwLCAwLCAwLCAwLjA1KTtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19yZXNldCBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICM0MDQwNDI7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fcmVzZXQgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogIzQwNDA0Mjtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19yZXNldDpob3ZlciwgLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX3Jlc2V0OmZvY3VzIHtcbiAgYmFja2dyb3VuZDogI0Y4RjlGQztcbiAgYm9yZGVyLWNvbG9yOiAjRUJFQ0YxO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2J0bixcbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19hcnJvd3Mge1xuICBiYWNrZ3JvdW5kOiAjRjhGOUZDO1xuICBib3JkZXItY29sb3I6ICNFQkVDRjE7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fYnRuOmhvdmVyLFxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2Fycm93czpob3ZlciB7XG4gIGJhY2tncm91bmQ6ICNmMWYzZjk7XG4gIGJvcmRlci1jb2xvcjogIzJENzlGRjtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4gc3ZnIFtmaWxsXj1cIiNcIl0sXG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fYXJyb3dzIHN2ZyBbZmlsbF49XCIjXCJdIHtcbiAgZmlsbDogIzQwNDA0Mjtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4gc3ZnIFtzdHJva2VePVwiI1wiXSxcbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19hcnJvd3Mgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogIzQwNDA0Mjtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4tLWFjdGl2ZSB7XG4gIGNvbG9yOiAjZmZmO1xuICBiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xuICBib3JkZXItY29sb3I6ICMyRDc5RkY7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fYnRuLS1hY3RpdmU6aG92ZXIge1xuICBiYWNrZ3JvdW5kOiAjMjM3MmZmO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2J0bi0tYWN0aXZlIHN2ZyBbZmlsbF49XCIjXCJdIHtcbiAgZmlsbDogI2ZmZjtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4tLWFjdGl2ZSBzdmcgW3N0cm9rZV49XCIjXCJdIHtcbiAgc3Ryb2tlOiAjZmZmO1xufVxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2luYyxcbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19kZWMge1xuICBib3JkZXItY29sb3I6ICNFQkVDRjE7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2RlYyBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICNBMUExQTI7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jIHN2ZyBbc3Ryb2tlXj1cIiNcIl0sXG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fZGVjIHN2ZyBbc3Ryb2tlXj1cIiNcIl0ge1xuICBzdHJva2U6ICNBMUExQTI7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXBvcHVwLmRqYWNjLS1saWdodCAuZGphY2NfX2RlYzpob3ZlciBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICMyRDc5RkY7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbc3Ryb2tlXj1cIiNcIl0sXG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fZGVjOmhvdmVyIHN2ZyBbc3Ryb2tlXj1cIiNcIl0ge1xuICBzdHJva2U6ICMyRDc5RkY7XG59XG4uZGphY2MtcG9wdXAuZGphY2MtLWxpZ2h0IC5kamFjY19fYmFyIHtcbiAgYmFja2dyb3VuZDogI0VCRUNGMTtcbn1cbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQgLmRqYWNjX19mb290ZXItbG9nbyBzdmcgLmRqbmFtZSB7XG4gIGZpbGw6ICM0MDQwNDI7XG59XG5cbi5kamFjYy10b29sYmFyIHtcbiAgYmFja2dyb3VuZDogIzJGMkYyRjtcbiAgY29sb3I6ICNmZmY7XG4gIGJvcmRlcjogMXB4IHNvbGlkICMzNTM1MzY7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2xpc3Qge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LXdyYXA6IHdyYXA7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19pdGVtIHtcbiAgbWFyZ2luLXRvcDogLTFweDtcbiAgbWFyZ2luLWJvdHRvbTogLTFweDtcbn1cbi5kamFjYy10b29sYmFyIC5kamFjY19faXRlbSArIC5kamFjY19faXRlbSB7XG4gIG1hcmdpbi1sZWZ0OiAtMXB4O1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19pdGVtLS1sYWJlbCB7XG4gIHBhZGRpbmctbGVmdDogMTZweDtcbiAgcGFkZGluZy1yaWdodDogMTZweDtcbn1cbi5kamFjYy10b29sYmFyIC5kamFjY19faXRlbSArIC5kamFjY19faXRlbS0tbGFiZWwge1xuICBwYWRkaW5nLWxlZnQ6IDMycHg7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2J0biwgLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19yZXNldCB7XG4gIGhlaWdodDogNDBweDtcbiAgbGluZS1oZWlnaHQ6IDQwcHg7XG4gIG1pbi13aWR0aDogNDBweDtcbiAgcGFkZGluZzogMCAxMHB4O1xuICBiYWNrZ3JvdW5kOiAjMkYyRjJGO1xuICBjb2xvcjogaW5oZXJpdDtcbiAgYm9yZGVyOiAxcHggc29saWQgIzM1MzUzNjtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19idG46aG92ZXIsIC5kamFjYy10b29sYmFyIC5kamFjY19fcmVzZXQ6aG92ZXIge1xuICBiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xuICBib3JkZXItY29sb3I6ICMyRDc5RkY7XG4gIHotaW5kZXg6IDE7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2J0bjpob3ZlciAuZGphY2NfX3RpdGxlLCAuZGphY2MtdG9vbGJhciAuZGphY2NfX3Jlc2V0OmhvdmVyIC5kamFjY19fdGl0bGUge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2J0bi0tYWN0aXZlLCAuZGphY2MtdG9vbGJhciAuZGphY2NfX3Jlc2V0LS1hY3RpdmUge1xuICBiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xuICBib3JkZXItY29sb3I6ICMyRDc5RkY7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2J0bi0tYWN0aXZlOmhvdmVyLCAuZGphY2MtdG9vbGJhciAuZGphY2NfX3Jlc2V0LS1hY3RpdmU6aG92ZXIge1xuICBiYWNrZ3JvdW5kOiAjMjM3MmZmO1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19hcnJvd3Mge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBoZWlnaHQ6IDQwcHg7XG4gIG1pbi13aWR0aDogNDBweDtcbiAgcGFkZGluZzogMCAxMHB4O1xuICBjb2xvcjogaW5oZXJpdDtcbiAgYmFja2dyb3VuZDogIzJGMkYyRjtcbiAgYm9yZGVyOiAxcHggc29saWQgIzM1MzUzNjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2Fycm93czpob3ZlciB7XG4gIGJhY2tncm91bmQ6ICMzNDM0MzQ7XG4gIGJvcmRlci1jb2xvcjogIzJENzlGRjtcbiAgei1pbmRleDogMTtcbn1cbi5kamFjYy10b29sYmFyIC5kamFjY19fYXJyb3dzOmhvdmVyIC5kamFjY19fdGl0bGUge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX3RpdGxlIHtcbiAgZGlzcGxheTogbm9uZTtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDEwMCU7XG4gIGxlZnQ6IDUwJTtcbiAgcmlnaHQ6IGF1dG87XG4gIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcbiAgcGFkZGluZzogNXB4IDEwcHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgbGluZS1oZWlnaHQ6IDE7XG4gIGJhY2tncm91bmQ6ICM0MDQwNDI7XG4gIGNvbG9yOiAjZmZmO1xuICBib3JkZXI6IDFweCBzb2xpZCAjNzA3MDcwO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xuICBtYXJnaW46IDEwcHggMCAwO1xuICB6LWluZGV4OiAyO1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX190aXRsZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlwiO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogLTVweDtcbiAgbGVmdDogNTAlO1xuICBtYXJnaW4tbGVmdDogLTVweDtcbiAgdHJhbnNmb3JtOiByb3RhdGUoLTQ1ZGVnKTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiAxMHB4O1xuICBoZWlnaHQ6IDEwcHg7XG4gIGJhY2tncm91bmQ6ICM0MDQwNDI7XG4gIHotaW5kZXg6IC0xO1xufVxuLmRqYWNjLXRvb2xiYXIgLmRqYWNjX19pbmMsIC5kamFjYy10b29sYmFyIC5kamFjY19fZGVjIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gIHBhZGRpbmc6IDAgMTBweDtcbn1cbi5kamFjYy10b29sYmFyIC5kamFjY19faW5jOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdLCAuZGphY2MtdG9vbGJhciAuZGphY2NfX2RlYzpob3ZlciBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICMyRDc5RkY7XG59XG4uZGphY2MtdG9vbGJhciAuZGphY2NfX2luYzpob3ZlciBzdmcgW3N0cm9rZV49XCIjXCJdLCAuZGphY2MtdG9vbGJhciAuZGphY2NfX2RlYzpob3ZlciBzdmcgW3N0cm9rZV49XCIjXCJdIHtcbiAgc3Ryb2tlOiAjMkQ3OUZGO1xufVxuLmRqYWNjLXRvb2xiYXIgc3ZnIFtmaWxsXj1cIiNcIl0ge1xuICBmaWxsOiAjZmZmO1xufVxuLmRqYWNjLXRvb2xiYXIgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogI2ZmZjtcbn1cbi5kamFjYy10b29sYmFyIGltZyB7XG4gIG1heC1oZWlnaHQ6IDQwcHg7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tdG9wLWNlbnRlciwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWJvdHRvbS1jZW50ZXIge1xuICB3aWR0aDogMTAwJTtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItbGVmdCwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1yaWdodCB7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG5AbWVkaWEgKG1heC1oZWlnaHQ6IDgwMHB4KSB7XG4gIC5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItbGVmdCwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1yaWdodCB7XG4gICAgdG9wOiAwO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBtYXJnaW46IDA7XG4gIH1cbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItbGVmdCAuZGphY2NfX2xpc3QsIC5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX19saXN0IHtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgbWF4LWhlaWdodDogMTAwdmg7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX19pdGVtLCAuZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19faXRlbSB7XG4gIHdpZHRoOiA0MHB4O1xuICBtYXJnaW4tdG9wOiAwO1xuICBtYXJnaW4tYm90dG9tOiAwO1xuICBtYXJnaW4tbGVmdDogLTFweDtcbiAgbWFyZ2luLXJpZ2h0OiAtMXB4O1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19faXRlbSArIC5kamFjY19faXRlbSwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1yaWdodCAuZGphY2NfX2l0ZW0gKyAuZGphY2NfX2l0ZW0ge1xuICBtYXJnaW4tdG9wOiAtMXB4O1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19fYXJyb3dzLCAuZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19fYXJyb3dzIHtcbiAgaGVpZ2h0OiBhdXRvO1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19faXRlbS0tbGFiZWwsIC5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX19pdGVtLS1sYWJlbCB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX19pbmMsXG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX19kZWMsIC5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX19pbmMsXG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19fZGVjIHtcbiAgcGFkZGluZzogMTBweCAwO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1sZWZ0IC5kamFjY19fZGVjOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdLCAuZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWNlbnRlci1yaWdodCAuZGphY2NfX2RlYzpob3ZlciBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICMyRDc5RkY7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX19pbmM6aG92ZXIgc3ZnIFtzdHJva2VePVwiI1wiXSxcbi5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItbGVmdCAuZGphY2NfX2RlYzpob3ZlciBzdmcgW3N0cm9rZV49XCIjXCJdLCAuZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbc3Ryb2tlXj1cIiNcIl0sXG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19fZGVjOmhvdmVyIHN2ZyBbc3Ryb2tlXj1cIiNcIl0ge1xuICBzdHJva2U6ICMyRDc5RkY7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tYm90dG9tLWxlZnQgLmRqYWNjX190aXRsZSwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWJvdHRvbS1jZW50ZXIgLmRqYWNjX190aXRsZSwgLmRqYWNjLXRvb2xiYXIuZGphY2MtLWJvdHRvbS1yaWdodCAuZGphY2NfX3RpdGxlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IDEwMCU7XG4gIG1hcmdpbjogMCAwIDEwcHg7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tYm90dG9tLWxlZnQgLmRqYWNjX190aXRsZTpiZWZvcmUsIC5kamFjYy10b29sYmFyLmRqYWNjLS1ib3R0b20tY2VudGVyIC5kamFjY19fdGl0bGU6YmVmb3JlLCAuZGphY2MtdG9vbGJhci5kamFjYy0tYm90dG9tLXJpZ2h0IC5kamFjY19fdGl0bGU6YmVmb3JlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IC01cHg7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX190aXRsZSB7XG4gIHRvcDogNTAlO1xuICBsZWZ0OiAxMDAlO1xuICByaWdodDogYXV0bztcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICBtYXJnaW46IDAgMCAwIDEwcHg7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLWxlZnQgLmRqYWNjX190aXRsZTpiZWZvcmUge1xuICB0b3A6IDUwJTtcbiAgbGVmdDogLTVweDtcbiAgcmlnaHQ6IGF1dG87XG4gIG1hcmdpbjogMDtcbiAgbWFyZ2luLXRvcDogLTVweDtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1jZW50ZXItcmlnaHQgLmRqYWNjX190aXRsZSB7XG4gIHRvcDogNTAlO1xuICBsZWZ0OiBhdXRvO1xuICByaWdodDogMTAwJTtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICBtYXJnaW46IDAgMTBweCAwIDA7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tY2VudGVyLXJpZ2h0IC5kamFjY19fdGl0bGU6YmVmb3JlIHtcbiAgdG9wOiA1MCU7XG4gIGxlZnQ6IGF1dG87XG4gIHJpZ2h0OiAtNXB4O1xuICBtYXJnaW46IDA7XG4gIG1hcmdpbi10b3A6IC01cHg7XG59XG5cbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCB7XG4gIGJhY2tncm91bmQ6ICNGOEY5RkM7XG4gIGNvbG9yOiAjNDA0MDQyO1xuICBib3JkZXI6IDFweCBzb2xpZCAjRUJFQ0YxO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fYnRuLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fcmVzZXQge1xuICBiYWNrZ3JvdW5kOiAjRjhGOUZDO1xuICBib3JkZXI6IDFweCBzb2xpZCAjRUJFQ0YxO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fYnRuOmhvdmVyLCAuZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4tLWFjdGl2ZSxcbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX3Jlc2V0OmhvdmVyLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fcmVzZXQtLWFjdGl2ZSB7XG4gIGJhY2tncm91bmQ6ICMyRDc5RkY7XG4gIGJvcmRlci1jb2xvcjogIzJENzlGRjtcbiAgY29sb3I6ICNmZmY7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19idG46aG92ZXIgc3ZnIFtmaWxsXj1cIiNcIl0sIC5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX2J0bi0tYWN0aXZlIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fcmVzZXQ6aG92ZXIgc3ZnIFtmaWxsXj1cIiNcIl0sXG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19yZXNldC0tYWN0aXZlIHN2ZyBbZmlsbF49XCIjXCJdIHtcbiAgZmlsbDogI2ZmZjtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX2J0bjpob3ZlciBzdmcgW3N0cm9rZV49XCIjXCJdLCAuZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19idG4tLWFjdGl2ZSBzdmcgW3N0cm9rZV49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fcmVzZXQ6aG92ZXIgc3ZnIFtzdHJva2VePVwiI1wiXSxcbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX3Jlc2V0LS1hY3RpdmUgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogI2ZmZjtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX2Fycm93cyB7XG4gIGJhY2tncm91bmQ6ICNGOEY5RkM7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNFQkVDRjE7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19hcnJvd3M6aG92ZXIge1xuICBiYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgYm9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jIHN2ZyBbZmlsbF49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fZGVjIHN2ZyBbZmlsbF49XCIjXCJdIHtcbiAgZmlsbDogI0ExQTFBMjtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCAuZGphY2NfX2luYyBzdmcgW3N0cm9rZV49XCIjXCJdLFxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19fZGVjIHN2ZyBbc3Ryb2tlXj1cIiNcIl0ge1xuICBzdHJva2U6ICNBMUExQTI7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19pbmM6aG92ZXIgc3ZnIFtmaWxsXj1cIiNcIl0sXG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19kZWM6aG92ZXIgc3ZnIFtmaWxsXj1cIiNcIl0ge1xuICBmaWxsOiAjMkQ3OUZGO1xufVxuLmRqYWNjLXRvb2xiYXIuZGphY2MtLWxpZ2h0IC5kamFjY19faW5jOmhvdmVyIHN2ZyBbc3Ryb2tlXj1cIiNcIl0sXG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgLmRqYWNjX19kZWM6aG92ZXIgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogIzJENzlGRjtcbn1cbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCBzdmcgW2ZpbGxePVwiI1wiXSB7XG4gIGZpbGw6ICM0MDQwNDI7XG59XG4uZGphY2MtdG9vbGJhci5kamFjYy0tbGlnaHQgc3ZnIFtzdHJva2VePVwiI1wiXSB7XG4gIHN0cm9rZTogIzQwNDA0Mjtcbn1cblxuLmRqYWNjLWRhcmstY29udHJhc3QgLmRqYWNjLWNvbnRyYXN0LFxuLmRqYWNjLWxpZ2h0LWNvbnRyYXN0IC5kamFjYy1jb250cmFzdCB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG4gIGJveC1zaGFkb3c6IG5vbmUgIWltcG9ydGFudDtcbiAgdGV4dC1zaGFkb3c6IG5vbmUgIWltcG9ydGFudDtcbn1cblxuLmRqYWNjLWRhcmstY29udHJhc3QgLmRqYWNjLWNvbnRyYXN0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xuICBib3JkZXItY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbi5kamFjYy1kYXJrLWNvbnRyYXN0IC5kamFjYy1jb250cmFzdDplbXB0eSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG4gIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcbn1cbi5kamFjYy1kYXJrLWNvbnRyYXN0IGgxLmRqYWNjLWNvbnRyYXN0LCAuZGphY2MtZGFyay1jb250cmFzdCBoMi5kamFjYy1jb250cmFzdCwgLmRqYWNjLWRhcmstY29udHJhc3QgaDMuZGphY2MtY29udHJhc3QsIC5kamFjYy1kYXJrLWNvbnRyYXN0IGg0LmRqYWNjLWNvbnRyYXN0LCAuZGphY2MtZGFyay1jb250cmFzdCBoNS5kamFjYy1jb250cmFzdCB7XG4gIGNvbG9yOiAjNTBkMGEwICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtZGFyay1jb250cmFzdCBhLmRqYWNjLWNvbnRyYXN0IHtcbiAgY29sb3I6ICNmY2ZmM2MgIWltcG9ydGFudDtcbiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmUgIWltcG9ydGFudDtcbn1cbi5kamFjYy1kYXJrLWNvbnRyYXN0IGEuZGphY2MtY29udHJhc3Q6aG92ZXIsIC5kamFjYy1kYXJrLWNvbnRyYXN0IGEuZGphY2MtY29udHJhc3Q6Zm9jdXMge1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmUgIWltcG9ydGFudDtcbn1cbi5kamFjYy1kYXJrLWNvbnRyYXN0IGJ1dHRvbi5kamFjYy1jb250cmFzdCxcbi5kamFjYy1kYXJrLWNvbnRyYXN0IGlucHV0W3R5cGU9YnV0dG9uXS5kamFjYy1jb250cmFzdCB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgYm9yZGVyLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtZGFyay1jb250cmFzdCBidXR0b24uZGphY2MtY29udHJhc3Q6aG92ZXIsIC5kamFjYy1kYXJrLWNvbnRyYXN0IGJ1dHRvbi5kamFjYy1jb250cmFzdDpmb2N1cyxcbi5kamFjYy1kYXJrLWNvbnRyYXN0IGlucHV0W3R5cGU9YnV0dG9uXS5kamFjYy1jb250cmFzdDpob3Zlcixcbi5kamFjYy1kYXJrLWNvbnRyYXN0IGlucHV0W3R5cGU9YnV0dG9uXS5kamFjYy1jb250cmFzdDpmb2N1cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbiAgYm9yZGVyLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtZGFyay1jb250cmFzdC5kamFjYy1yZWFkLW1vZGUsIC5kamFjYy1kYXJrLWNvbnRyYXN0LmRqYWNjLXJlYWQtbW9kZSBib2R5IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xufVxuXG4uZGphY2MtbGlnaHQtY29udHJhc3QgLmRqYWNjLWNvbnRyYXN0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xuICBib3JkZXItY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbiAgY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbn1cbi5kamFjYy1saWdodC1jb250cmFzdCAuZGphY2MtY29udHJhc3Q6ZW1wdHkge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xuICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtbGlnaHQtY29udHJhc3QgaDEuZGphY2MtY29udHJhc3QsIC5kamFjYy1saWdodC1jb250cmFzdCBoMi5kamFjYy1jb250cmFzdCwgLmRqYWNjLWxpZ2h0LWNvbnRyYXN0IGgzLmRqYWNjLWNvbnRyYXN0LCAuZGphY2MtbGlnaHQtY29udHJhc3QgaDQuZGphY2MtY29udHJhc3QsIC5kamFjYy1saWdodC1jb250cmFzdCBoNS5kamFjYy1jb250cmFzdCB7XG4gIGNvbG9yOiAjMDAwMGQzICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtbGlnaHQtY29udHJhc3QgYS5kamFjYy1jb250cmFzdCB7XG4gIGNvbG9yOiAjMDAwMGQzICFpbXBvcnRhbnQ7XG4gIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtbGlnaHQtY29udHJhc3QgYS5kamFjYy1jb250cmFzdDpob3ZlciwgLmRqYWNjLWxpZ2h0LWNvbnRyYXN0IGEuZGphY2MtY29udHJhc3Q6Zm9jdXMge1xuICB0ZXh0LWRlY29yYXRpb246IG5vbmUgIWltcG9ydGFudDtcbn1cbi5kamFjYy1saWdodC1jb250cmFzdCBidXR0b24uZGphY2MtY29udHJhc3QsXG4uZGphY2MtbGlnaHQtY29udHJhc3QgaW5wdXRbdHlwZT1idXR0b25dLmRqYWNjLWNvbnRyYXN0IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xuICBib3JkZXItY29sb3I6ICMwMDAgIWltcG9ydGFudDtcbiAgY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbn1cbi5kamFjYy1saWdodC1jb250cmFzdCBidXR0b24uZGphY2MtY29udHJhc3Q6aG92ZXIsIC5kamFjYy1saWdodC1jb250cmFzdCBidXR0b24uZGphY2MtY29udHJhc3Q6Zm9jdXMsXG4uZGphY2MtbGlnaHQtY29udHJhc3QgaW5wdXRbdHlwZT1idXR0b25dLmRqYWNjLWNvbnRyYXN0OmhvdmVyLFxuLmRqYWNjLWxpZ2h0LWNvbnRyYXN0IGlucHV0W3R5cGU9YnV0dG9uXS5kamFjYy1jb250cmFzdDpmb2N1cyB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmYgIWltcG9ydGFudDtcbiAgYm9yZGVyLWNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XG4gIGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XG59XG4uZGphY2MtbGlnaHQtY29udHJhc3QuZGphY2MtcmVhZC1tb2RlLCAuZGphY2MtbGlnaHQtY29udHJhc3QuZGphY2MtcmVhZC1tb2RlIGJvZHkge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XG59XG5cbi5kamFjYy1oaWdobGlnaHQtbGlua3MgLmRqYWNjLWxpbmsge1xuICBvdXRsaW5lOiAycHggc29saWQgI2ZmNzIxNiAhaW1wb3J0YW50O1xuICBvdXRsaW5lLW9mZnNldDogMnB4ICFpbXBvcnRhbnQ7XG59XG5cbi5kamFjYy1oaWdobGlnaHQtdGl0bGVzIC5kamFjYy10aXRsZSB7XG4gIG91dGxpbmU6IDJweCBzb2xpZCAjNjM5YWY5ICFpbXBvcnRhbnQ7XG4gIG91dGxpbmUtb2Zmc2V0OiAycHggIWltcG9ydGFudDtcbn1cblxuLmRqYWNjLXJlYWQtbW9kZSBib2R5IHtcbiAgcGFkZGluZzogNTBweCAhaW1wb3J0YW50O1xuICBiYWNrZ3JvdW5kOiAjZjdmY2ZmICFpbXBvcnRhbnQ7XG4gIG1heC13aWR0aDogNjAwcHggIWltcG9ydGFudDtcbiAgbWFyZ2luOiBhdXRvICFpbXBvcnRhbnQ7XG4gIGZvbnQtZmFtaWx5OiBBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmICFpbXBvcnRhbnQ7XG4gIGZvbnQtc2l6ZTogMTVweCAhaW1wb3J0YW50O1xuICBjb2xvcjogIzIyMiAhaW1wb3J0YW50O1xuICBsaW5lLWhlaWdodDogMS41ICFpbXBvcnRhbnQ7XG59XG5cbi5kamFjYy1yZWFkZXIge1xuICBvdXRsaW5lOiAycHggc29saWQgI2ZkZjkwMSAhaW1wb3J0YW50O1xuICBvdXRsaW5lLW9mZnNldDogMnB4ICFpbXBvcnRhbnQ7XG59XG5cbio6Zm9jdXMtdmlzaWJsZSB7XG4gIG91dGxpbmU6IDJweCBzb2xpZCAjZTA2MDBiICFpbXBvcnRhbnQ7XG4gIG91dGxpbmUtb2Zmc2V0OiAtMnB4ICFpbXBvcnRhbnQ7XG59IiwiQG1peGluIGRqYWNjLXBvcHVwIHtcclxuXHQuZGphY2Mge1xyXG5cdFx0Jl9fb3BlbmJ0biB7XHJcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdFx0ZGlzcGxheTogYmxvY2s7XHJcblx0XHRcdHdpZHRoOiA0OHB4O1xyXG5cdFx0XHRoZWlnaHQ6IDQ4cHg7XHJcblx0XHRcdGxpbmUtaGVpZ2h0OiAxO1xyXG5cdFx0XHRwYWRkaW5nOiAwO1xyXG5cdFx0XHRtYXJnaW46IDA7XHJcblx0XHRcdGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xyXG5cdFx0XHRib3JkZXI6IG5vbmU7XHJcblx0XHRcdHRyYW5zaXRpb246IGFsbCBlYXNlIDAuMnM7XHJcblxyXG5cdFx0XHQmLS1kZWZhdWx0IHtcclxuXHRcdFx0XHRib3JkZXItcmFkaXVzOiA1MCU7XHJcblx0XHRcdFx0YmFja2dyb3VuZDogIzJkNzlmZjtcclxuXHRcdFx0XHQmOmhvdmVyXHJcblx0XHRcdFx0Ji0tYWN0aXZlIHtcclxuXHRcdFx0XHRcdGJhY2tncm91bmQ6IGRhcmtlbigjMmQ3OWZmLCA1JSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fcGFuZWwge1xyXG5cdFx0XHR2aXNpYmlsaXR5OiBoaWRkZW47XHJcblx0XHRcdHBvaW50ZXItZXZlbnRzOiBub25lO1xyXG5cclxuXHRcdFx0YmFja2dyb3VuZDogIzI0MjQyNDtcclxuXHRcdFx0Y29sb3I6ICNmZmY7XHJcblx0XHRcdGJvcmRlci1yYWRpdXM6IDQwcHg7XHJcblx0XHRcdHdpZHRoOiA0NjhweDtcclxuXHRcdFx0cGFkZGluZzogMTZweDtcclxuXHRcdFx0b3ZlcmZsb3cteTogYXV0bztcclxuXHRcdFx0cG9zaXRpb246IHJlbGF0aXZlO1xyXG5cdFx0XHR6LWluZGV4OiAyO1xyXG5cclxuXHRcdFx0QG1lZGlhKG1heC13aWR0aDogNDgwcHgpIHtcclxuXHRcdFx0XHR3aWR0aDogOTB2dztcclxuXHRcdFx0fVxyXG5cclxuXHRcdFx0Ji0tYWN0aXZlIHtcclxuXHRcdFx0XHR2aXNpYmlsaXR5OiB2aXNpYmxlO1xyXG5cdFx0XHRcdHBvaW50ZXItZXZlbnRzOiBhbGw7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHJcblx0XHQmX19oZWFkZXIge1xyXG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0XHRtYXJnaW46IDAgMCAyNXB4O1xyXG5cdFx0XHRAbWVkaWEobWF4LXdpZHRoOiA0ODBweCkge1xyXG5cdFx0XHRcdG1hcmdpbjogMCAwIDE1cHg7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHJcblx0XHQmX190aXRsZSB7XHJcblx0XHRcdGZsZXg6IDE7XHJcblx0XHRcdGZvbnQtc2l6ZTogMjJweDtcclxuXHRcdFx0bGluZS1oZWlnaHQ6IDI5cHg7XHJcblx0XHRcdGZvbnQtd2VpZ2h0OiBib2xkO1xyXG5cdFx0XHRtYXJnaW46IDA7XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fcmVzZXQsXHJcblx0XHQmX19jbG9zZSB7XHJcblx0XHRcdGRpc3BsYXk6IGJsb2NrO1xyXG5cdFx0XHR3aWR0aDogNDhweDtcclxuXHRcdFx0aGVpZ2h0OiA0OHB4O1xyXG5cdFx0XHRmb250OiBpbmhlcml0O1xyXG5cdFx0XHRsaW5lLWhlaWdodDogMTtcclxuXHRcdFx0cGFkZGluZzogMDtcclxuXHRcdFx0YmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcblx0XHRcdGJvcmRlcjogMXB4IHNvbGlkIHRyYW5zcGFyZW50O1xyXG5cdFx0XHRib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG5cdFx0XHRib3JkZXItcmFkaXVzOiA1MCU7XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fcmVzZXQge1xyXG5cdFx0XHQmOmhvdmVyIHtcclxuXHRcdFx0XHRiYWNrZ3JvdW5kOiAjMkYyRjJGO1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogIzM1MzUzNjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFx0Jl9fY2xvc2Uge1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xyXG5cdFx0XHRtYXJnaW4tbGVmdDogMTBweDtcclxuXHRcdFx0Jjpob3ZlciB7XHJcblx0XHRcdFx0YmFja2dyb3VuZDogZGFya2VuKCMyZDc5ZmYsIDUlKTtcclxuXHRcdFx0XHRib3JkZXItY29sb3I6IHRyYW5zcGFyZW50O1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fbGlzdCB7XHJcblx0XHRcdGxpc3Qtc3R5bGU6IG5vbmU7XHJcblx0XHRcdHBhZGRpbmc6IDA7XHJcblx0XHRcdG1hcmdpbjogMCAtOHB4O1xyXG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0XHRmbGV4LXdyYXA6IHdyYXA7XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9faXRlbSB7XHJcblx0XHRcdG1hcmdpbjogMDtcclxuXHRcdFx0cGFkZGluZzogNHB4O1xyXG5cdFx0XHRcclxuXHRcdFx0d2lkdGg6IDUwJTtcclxuXHRcdFx0Ji0tZnVsbCB7XHJcblx0XHRcdFx0d2lkdGg6IDEwMCU7XHJcblx0XHRcdH1cclxuXHRcdFx0JjpiZWZvcmUsXHJcblx0XHRcdCY6YWZ0ZXIge1xyXG5cdFx0XHRcdGRpc3BsYXk6IG5vbmU7XHJcblx0XHRcdH1cclxuXHRcdFx0Jjpub3QoLmRqYWNjX19pdGVtLS1mdWxsKSArIC5kamFjY19faXRlbS0tZnVsbCB7XHJcblx0XHRcdFx0bWFyZ2luLXRvcDogOHB4O1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fYnRuIHtcclxuXHRcdFx0ZGlzcGxheTogZmxleDtcclxuXHRcdFx0ZmxleC13cmFwOiB3cmFwO1xyXG5cdFx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0XHR3aWR0aDogMTAwJTtcclxuXHRcdFx0aGVpZ2h0OiAxMDAlO1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiAjMkYyRjJGO1xyXG5cdFx0XHRib3JkZXI6IDFweCBzb2xpZCAjMzUzNTM2O1xyXG5cdFx0XHRjb2xvcjogaW5oZXJpdDtcclxuXHRcdFx0Zm9udC1zaXplOiAxNHB4O1xyXG5cdFx0XHRsaW5lLWhlaWdodDogMTlweDtcclxuXHRcdFx0Zm9udC13ZWlnaHQ6IDUwMDtcclxuXHRcdFx0Ym9yZGVyLXJhZGl1czogNnB4O1xyXG5cdFx0XHRwYWRkaW5nOiAxNnB4O1xyXG5cdFx0XHRtYXJnaW46IDA7XHJcblx0XHRcdCY6aG92ZXIge1xyXG5cdFx0XHRcdGJhY2tncm91bmQ6IGxpZ2h0ZW4oIzJGMkYyRiwgMiUpO1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogIzJENzlGRjtcclxuXHRcdFx0fVxyXG5cdFx0XHQmLS1hY3RpdmUge1xyXG5cdFx0XHRcdGJhY2tncm91bmQ6ICMyRDc5RkY7XHJcblx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdCY6aG92ZXIge1xyXG5cdFx0XHRcdFx0YmFja2dyb3VuZDogZGFya2VuKCMyRDc5RkYsIDIlKTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRmbGV4LXNocmluazogMDtcclxuXHRcdFx0XHRtYXJnaW4tcmlnaHQ6IDE2cHg7XHJcblx0XHRcdH1cclxuXHRcdFx0QG1lZGlhKG1heC13aWR0aDogNDgwcHgpIHtcclxuXHRcdFx0XHRwYWRkaW5nOiAxMHB4O1xyXG5cdFx0XHRcdGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcblx0XHRcdFx0anVzdGlmeS1jb250ZW50OiBjZW50ZXI7XHJcblx0XHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRcdG1hcmdpbjogMCBhdXRvIDEwcHg7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdC5kamFjY19idG4tbGFiZWwge1xyXG5cdFx0XHRcdFx0ZmxleDogMTtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHJcblx0XHQmX19hcnJvd3Mge1xyXG5cdFx0XHRmb250OiBpbmhlcml0O1xyXG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0XHR3aWR0aDogMTAwJTtcclxuXHRcdFx0YmFja2dyb3VuZDogIzJGMkYyRjtcclxuXHRcdFx0Ym9yZGVyOiAxcHggc29saWQgIzM1MzUzNjtcclxuXHRcdFx0Y29sb3I6IGluaGVyaXQ7XHJcblx0XHRcdGZvbnQtc2l6ZTogMTRweDtcclxuXHRcdFx0bGluZS1oZWlnaHQ6IDE5cHg7XHJcblx0XHRcdGZvbnQtd2VpZ2h0OiA1MDA7XHJcblx0XHRcdGJvcmRlci1yYWRpdXM6IDEwcHg7XHJcblx0XHRcdCY6aG92ZXIge1xyXG5cdFx0XHRcdGJhY2tncm91bmQ6IGxpZ2h0ZW4oIzJGMkYyRiwgMiUpO1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogIzJENzlGRjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cclxuXHRcdCZfX2xhYmVsIHtcclxuXHRcdFx0ZmxleDogMTtcclxuXHRcdH1cclxuXHRcdCZfX3BlcmNlbnQge1xyXG5cdFx0XHRvcGFjaXR5OiAwLjY7XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fc2l6ZSB7XHJcblx0XHRcdGFsaWduLXNlbGY6IGNlbnRlcjtcclxuXHRcdFx0d2lkdGg6IDY2cHg7XHJcblx0XHR9XHJcblxyXG5cdFx0Jl9fbGFiZWwsXHJcblx0XHQmX19zaXplIHtcclxuXHRcdFx0cGFkZGluZzogMTRweDtcclxuXHRcdH1cclxuXHJcblx0XHQmX19pbmMsXHJcblx0XHQmX19kZWMge1xyXG5cdFx0XHRmb250OiBpbmhlcml0O1xyXG5cdFx0XHRkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcblx0XHRcdGNvbG9yOiBpbmhlcml0O1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcclxuXHRcdFx0Zm9udC1zaXplOiAyNHB4O1xyXG5cdFx0XHRsaW5lLWhlaWdodDogMTtcclxuXHRcdFx0Zm9udC13ZWlnaHQ6IDUwMDtcclxuXHRcdFx0Ym9yZGVyOiBub25lO1xyXG5cdFx0XHRib3JkZXItbGVmdDogMXB4IHNvbGlkICMzNTM1MzY7XHJcblx0XHRcdGJvcmRlci1yYWRpdXM6IDA7XHJcblx0XHRcdHdpZHRoOiA1MHB4O1xyXG5cdFx0XHRwYWRkaW5nOiA1cHg7XHJcblx0XHRcdG1hcmdpbjogMDtcclxuXHRcdFx0Jjpob3ZlciB7XHJcblx0XHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRcdFtmaWxsXj1cIiNcIl0ge1xyXG5cdFx0XHRcdFx0XHRmaWxsOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdFx0W3N0cm9rZV49XCIjXCJdIHtcclxuXHRcdFx0XHRcdFx0c3Ryb2tlOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cclxuXHRcdCZfX2JhciB7XHJcblx0XHRcdGRpc3BsYXk6IGJsb2NrO1xyXG5cdFx0XHRwYWRkaW5nOiAwIDEycHg7XHJcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdFx0d2lkdGg6IDEwMCU7XHJcblx0XHRcdG1heC13aWR0aDogMTIwcHg7XHJcblx0XHRcdGhlaWdodDogNHB4O1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiAjMjQyNDI0O1xyXG5cdFx0XHRhbGlnbi1zZWxmOiBjZW50ZXI7XHJcblx0XHRcdCY6YmVmb3JlIHtcclxuXHRcdFx0XHRjb250ZW50OiAnJztcclxuXHRcdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRcdFx0ZGlzcGxheTogYmxvY2s7XHJcblx0XHRcdFx0dG9wOiAwO1xyXG5cdFx0XHRcdGxlZnQ6IDA7XHJcblx0XHRcdFx0aGVpZ2h0OiAxMDAlO1xyXG5cdFx0XHRcdHdpZHRoOiA1MCU7XHJcblx0XHRcdFx0YmFja2dyb3VuZDogIzJENzlGRjtcclxuXHRcdFx0XHRwb2ludGVyLWV2ZW50czogbm9uZTtcclxuXHRcdFx0fVxyXG5cdFx0XHRcclxuXHRcdFx0JjphZnRlciB7XHJcblx0XHRcdFx0Y29udGVudDogJyc7XHJcblx0XHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0XHRcdGRpc3BsYXk6IGJsb2NrO1xyXG5cdFx0XHRcdHRvcDogNTAlO1xyXG5cdFx0XHRcdGxlZnQ6IDUwJTtcclxuXHRcdFx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XHJcblx0XHRcdFx0aGVpZ2h0OiA0cHg7XHJcblx0XHRcdFx0d2lkdGg6IDRweDtcclxuXHRcdFx0XHRiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdGJvcmRlcjogNHB4IHNvbGlkICNmZmY7XHJcblx0XHRcdFx0Ym9yZGVyLXJhZGl1czogNTAlO1xyXG5cdFx0XHRcdHBvaW50ZXItZXZlbnRzOiBub25lO1xyXG5cdFx0XHR9XHJcblx0XHRcdEBtZWRpYShtYXgtd2lkdGg6IDQ4MHB4KSB7XHJcblx0XHRcdFx0ZGlzcGxheTogbm9uZTtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFx0Jl9fYXJyb3dzIHtcclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50XSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogMTAwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCIwXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiA1MCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiMVwiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogNTUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjJcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDYwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCIzXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiA2NSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiNFwiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogNzAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjVcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDc1JTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCI2XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiA4MCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiN1wiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogODUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjhcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDkwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCI5XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiA5NSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50Xj1cIi1cIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi0xXCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiA0NSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiLTJcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDQwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCItM1wiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogMzUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi00XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiAzMCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiLTVcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDI1JTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCItNlwiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogMjAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi03XCJdIC5kamFjY19fYmFyOmJlZm9yZSB7IHdpZHRoOiAxNSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiLThcIl0gLmRqYWNjX19iYXI6YmVmb3JlIHsgd2lkdGg6IDEwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCItOVwiXSAuZGphY2NfX2JhcjpiZWZvcmUgeyB3aWR0aDogNSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50XSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDEwMCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiMFwiXSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDUwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCIxXCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogNTUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjJcIl0gLmRqYWNjX19iYXI6YWZ0ZXIgeyBsZWZ0OiA2MCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiM1wiXSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDY1JTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCI0XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogNzAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjVcIl0gLmRqYWNjX19iYXI6YWZ0ZXIgeyBsZWZ0OiA3NSU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiNlwiXSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDgwJTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnQ9XCI3XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogODUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIjhcIl0gLmRqYWNjX19iYXI6YWZ0ZXIgeyBsZWZ0OiA5MCU7IH1cclxuXHRcdFx0JltkYXRhLWRqYWNjLWNvdW50PVwiOVwiXSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDk1JTsgfVxyXG5cdFx0XHQmW2RhdGEtZGphY2MtY291bnRePVwiLVwiXSAuZGphY2NfX2JhcjphZnRlciB7IGxlZnQ6IDAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi0xXCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogNDUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi0yXCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogNDAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi0zXCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMzUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi00XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMzAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi01XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMjUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi02XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMjAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi03XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMTUlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi04XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogMTAlOyB9XHJcblx0XHRcdCZbZGF0YS1kamFjYy1jb3VudD1cIi05XCJdIC5kamFjY19fYmFyOmFmdGVyIHsgbGVmdDogNSU7IH1cclxuXHRcdH1cclxuXHRcdCZfX2Zvb3RlciB7XHJcblx0XHRcdGRpc3BsYXk6IGZsZXg7XHJcblx0XHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRcdGp1c3RpZnktY29udGVudDogc3BhY2UtYmV0d2VlbjtcclxuXHRcdFx0bWFyZ2luOiAxNXB4IDA7XHJcblx0XHRcdGdhcDogMjBweDtcclxuXHRcdFx0Zm9udC1zaXplOiAxMnB4O1xyXG5cdFx0XHRsaW5lLWhlaWdodDogMWVtO1xyXG5cdFx0fVxyXG5cdFx0Jl9fZm9vdGVyLWxvZ28ge1xyXG5cdFx0XHRzdmcge1xyXG5cdFx0XHRcdHdpZHRoOiAxMDBweDtcclxuXHRcdFx0XHQuZGpuYW1lIHtcclxuXHRcdFx0XHRcdGZpbGw6ICNmZmY7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0XHQmX19mb290ZXItbGluayB7XHJcblx0XHRcdGNvbG9yOiBpbmhlcml0O1xyXG5cdFx0XHR0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcblx0XHRcdGJvcmRlci1ib3R0b206IDFweCBzb2xpZCBjdXJyZW50Q29sb3I7XHJcblx0XHRcdCY6aG92ZXIge1xyXG5cdFx0XHRcdGNvbG9yOiAjMkQ3OUZGO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG59XHJcblxyXG4uZGphY2MtcG9wdXAge1xyXG5cdEBpbmNsdWRlIGRqYWNjLXBvcHVwO1xyXG59XHJcblxyXG4vL3BhbmVsIHBvc2l0aW9uc1xyXG4uZGphY2MtcG9wdXAge1xyXG5cdCYuZGphY2MtLXRvcC1sZWZ0LFxyXG5cdCYuZGphY2MtLXRvcC1yaWdodC5kamFjYy0tZGlyZWN0aW9uIHtcclxuXHRcdC5kamFjY19fcGFuZWwge1xyXG5cdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRcdHRvcDogMDtcclxuXHRcdFx0bGVmdDogMDtcclxuXHRcdH1cclxuXHR9XHJcblx0Ji5kamFjYy0tdG9wLWNlbnRlciB7XHJcblx0XHQuZGphY2NfX3BhbmVsIHtcclxuXHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0XHR0b3A6IDA7XHJcblx0XHRcdGxlZnQ6IDUwJTtcclxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpO1xyXG5cdFx0fVxyXG5cdH1cclxuXHQmLmRqYWNjLS10b3AtcmlnaHQsXHJcblx0Ji5kamFjYy0tdG9wLWxlZnQuZGphY2MtLWRpcmVjdGlvbiB7XHJcblx0XHQuZGphY2NfX3BhbmVsIHtcclxuXHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0XHR0b3A6IDA7XHJcblx0XHRcdHJpZ2h0OiAwO1xyXG5cdFx0fVxyXG5cdH1cclxuXHJcblx0Ji5kamFjYy0tY2VudGVyLWxlZnQge1xyXG5cdFx0LmRqYWNjX19wYW5lbCB7XHJcblx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHRcdFx0dG9wOiAwO1xyXG5cdFx0XHRsZWZ0OiAwO1xyXG5cdFx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XHJcblx0XHR9XHJcblx0fVxyXG5cdCYuZGphY2MtLWNlbnRlci1yaWdodCB7XHJcblx0XHQuZGphY2NfX3BhbmVsIHtcclxuXHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0XHR0b3A6IDA7XHJcblx0XHRcdHJpZ2h0OiAwO1xyXG5cdFx0XHR0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoLTUwJSk7XHJcblx0XHR9XHJcblx0fVxyXG5cclxuXHQmLmRqYWNjLS1ib3R0b20tbGVmdCxcclxuXHQmLmRqYWNjLS1ib3R0b20tcmlnaHQuZGphY2MtLWRpcmVjdGlvbiB7XHJcblx0XHQuZGphY2NfX3BhbmVsIHtcclxuXHRcdFx0cG9zaXRpb246IGFic29sdXRlO1xyXG5cdFx0XHRib3R0b206IDA7XHJcblx0XHRcdGxlZnQ6IDA7XHJcblx0XHR9XHJcblx0fVxyXG5cdCYuZGphY2MtLWJvdHRvbS1jZW50ZXIge1xyXG5cdFx0LmRqYWNjX19wYW5lbCB7XHJcblx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHRcdFx0Ym90dG9tOiAwO1xyXG5cdFx0XHRsZWZ0OiA1MCU7XHJcblx0XHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNTAlKTtcclxuXHRcdH1cclxuXHR9XHJcblx0Ji5kamFjYy0tYm90dG9tLXJpZ2h0LFxyXG5cdCYuZGphY2MtLWJvdHRvbS1sZWZ0LmRqYWNjLS1kaXJlY3Rpb24ge1xyXG5cdFx0LmRqYWNjX19wYW5lbCB7XHJcblx0XHRcdHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuXHRcdFx0Ym90dG9tOiAwO1xyXG5cdFx0XHRyaWdodDogMDtcclxuXHRcdH1cclxuXHR9XHJcbn1cclxuXHJcbi5kamFjYy1wb3B1cCB7XHJcblx0Ji5kamFjYy0tdG9wLWxlZnQ6aG92ZXIsXHJcblx0Ji5kamFjYy0tdG9wLXJpZ2h0OmhvdmVyLFxyXG5cdCYuZGphY2MtLWJvdHRvbS1sZWZ0OmhvdmVyLFxyXG5cdCYuZGphY2MtLWJvdHRvbS1yaWdodDpob3ZlcixcclxuXHQuZGphY2Mtb3BlbmVkICYuZGphY2MtLXRvcC1sZWZ0LFxyXG5cdC5kamFjYy1vcGVuZWQgJi5kamFjYy0tdG9wLXJpZ2h0LFxyXG5cdC5kamFjYy1vcGVuZWQgJi5kamFjYy0tYm90dG9tLWxlZnQsXHJcblx0LmRqYWNjLW9wZW5lZCAmLmRqYWNjLS1ib3R0b20tcmlnaHQge1xyXG5cdFx0LmRqYWNjX19vcGVuYnRuIHtcclxuXHRcdFx0bWFyZ2luOiAxNnB4O1xyXG5cdFx0fVxyXG5cdH1cclxuXHJcblx0Ji5kamFjYy0tY2VudGVyLWxlZnQ6aG92ZXIsXHJcblx0Ji5kamFjYy0tY2VudGVyLXJpZ2h0OmhvdmVyLFxyXG5cdC5kamFjYy1vcGVuZWQgJi5kamFjYy0tY2VudGVyLWxlZnQsXHJcblx0LmRqYWNjLW9wZW5lZCAmLmRqYWNjLS1jZW50ZXItcmlnaHQge1xyXG5cdFx0LmRqYWNjX19vcGVuYnRuIHtcclxuXHRcdFx0bWFyZ2luOiAwIDE2cHg7XHJcblx0XHR9XHJcblx0fVxyXG5cclxuXHQmLmRqYWNjLS10b3AtY2VudGVyOmhvdmVyLFxyXG5cdCYuZGphY2MtLWJvdHRvbS1jZW50ZXI6aG92ZXIsXHJcblx0LmRqYWNjLW9wZW5lZCAmLmRqYWNjLS10b3AtY2VudGVyLFxyXG5cdC5kamFjYy1vcGVuZWQgJi5kamFjYy0tYm90dG9tLWNlbnRlciB7XHJcblx0XHQuZGphY2NfX29wZW5idG4ge1xyXG5cdFx0XHRtYXJnaW46IDE2cHggMDtcclxuXHRcdH1cclxuXHR9XHJcblxyXG5cdCYuZGphY2MtLXN0YXRpYyxcclxuXHQmLmRqYWNjLS1zdGF0aWM6aG92ZXIsXHJcblx0LmRqYWNjLW9wZW5lZCAmLmRqYWNjLS1zdGF0aWMge1xyXG5cdFx0LmRqYWNjX19vcGVuYnRuIHtcclxuXHRcdFx0bWFyZ2luOiAxNnB4O1xyXG5cdFx0fVxyXG5cdH1cclxufVxyXG5cclxuLy9hZG1pbiBiYXJcclxuLmFkbWluLWJhciB7XHJcblx0LmRqYWNjLS1zdGlja3lbY2xhc3MqPVwiZGphY2MtLXRvcFwiXSB7XHJcblx0XHR0b3A6IDMycHg7XHJcblx0fVxyXG59XHJcblxyXG4vL2xpZ2h0IHRoZW1lXHJcbi5kamFjYy1wb3B1cC5kamFjYy0tbGlnaHQge1xyXG5cdC5kamFjY19fcGFuZWwge1xyXG5cdFx0YmFja2dyb3VuZDogI2ZmZjtcclxuXHRcdGNvbG9yOiAjNDA0MDQyO1xyXG5cdFx0Ym94LXNoYWRvdzowIDNweCAyNXB4IHJnYmEoMCwgMCwgMCwgMC4wNSk7XHJcblx0fVxyXG5cdC5kamFjY19fcmVzZXQge1xyXG5cdFx0c3ZnIHtcclxuXHRcdFx0W2ZpbGxePVwiI1wiXSB7XHJcblx0XHRcdFx0ZmlsbDogIzQwNDA0MjtcclxuXHRcdFx0fVxyXG5cdFx0XHRbc3Ryb2tlXj1cIiNcIl0ge1xyXG5cdFx0XHRcdHN0cm9rZTogIzQwNDA0MjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFx0Jjpob3ZlcixcclxuXHRcdCY6Zm9jdXMge1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiAjRjhGOUZDO1xyXG5cdFx0XHRib3JkZXItY29sb3I6ICNFQkVDRjE7XHJcblx0XHR9XHJcblx0fVxyXG5cdC5kamFjY19fYnRuLFxyXG5cdC5kamFjY19fYXJyb3dzIHtcclxuXHRcdGJhY2tncm91bmQ6ICNGOEY5RkM7XHJcblx0XHRib3JkZXItY29sb3I6ICNFQkVDRjE7XHJcblx0XHQmOmhvdmVyIHtcclxuXHRcdFx0YmFja2dyb3VuZDogZGFya2VuKCNGOEY5RkMsIDIlKTtcclxuXHRcdFx0Ym9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xyXG5cdFx0fVxyXG5cdFx0c3ZnIHtcclxuXHRcdFx0W2ZpbGxePVwiI1wiXSB7XHJcblx0XHRcdFx0ZmlsbDogIzQwNDA0MjtcclxuXHRcdFx0fVxyXG5cdFx0XHRbc3Ryb2tlXj1cIiNcIl0ge1xyXG5cdFx0XHRcdHN0cm9rZTogIzQwNDA0MjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuXHQuZGphY2NfX2J0biB7XHJcblx0XHQmLS1hY3RpdmUge1xyXG5cdFx0XHRjb2xvcjogI2ZmZjtcclxuXHRcdFx0YmFja2dyb3VuZDogIzJENzlGRjtcclxuXHRcdFx0Ym9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xyXG5cdFx0XHQmOmhvdmVyIHtcclxuXHRcdFx0XHRiYWNrZ3JvdW5kOiBkYXJrZW4oIzJENzlGRiwgMiUpO1xyXG5cdFx0XHR9XHJcblx0XHRcdHN2ZyB7XHJcblx0XHRcdFx0W2ZpbGxePVwiI1wiXSB7XHJcblx0XHRcdFx0XHRmaWxsOiAjZmZmO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0XHRbc3Ryb2tlXj1cIiNcIl0ge1xyXG5cdFx0XHRcdFx0c3Ryb2tlOiAjZmZmO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuXHQuZGphY2NfX2luYyxcclxuXHQuZGphY2NfX2RlYyB7XHJcblx0XHRib3JkZXItY29sb3I6ICNFQkVDRjE7XHJcblx0XHRzdmcge1xyXG5cdFx0XHRbZmlsbF49XCIjXCJdIHtcclxuXHRcdFx0XHRmaWxsOiAjQTFBMUEyO1xyXG5cdFx0XHR9XHJcblx0XHRcdFtzdHJva2VePVwiI1wiXSB7XHJcblx0XHRcdFx0c3Ryb2tlOiAjQTFBMUEyO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0XHQmOmhvdmVyIHtcclxuXHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRbZmlsbF49XCIjXCJdIHtcclxuXHRcdFx0XHRcdGZpbGw6ICMyRDc5RkY7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdFtzdHJva2VePVwiI1wiXSB7XHJcblx0XHRcdFx0XHRzdHJva2U6ICMyRDc5RkY7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG5cdC5kamFjY19fYmFyIHtcclxuXHRcdGJhY2tncm91bmQ6ICNFQkVDRjE7XHJcblx0fVxyXG5cdC5kamFjY19fZm9vdGVyLWxvZ28ge1xyXG5cdFx0c3ZnIHtcclxuXHRcdFx0LmRqbmFtZSB7XHJcblx0XHRcdFx0ZmlsbDogIzQwNDA0MjtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxufSIsIi5kamFjYy10b29sYmFyIHtcclxuXHRiYWNrZ3JvdW5kOiAjMkYyRjJGO1xyXG5cdGNvbG9yOiAjZmZmO1xyXG5cdGJvcmRlcjogMXB4IHNvbGlkICMzNTM1MzY7XHJcblx0LmRqYWNjIHtcclxuXHRcdCZfX2xpc3Qge1xyXG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0XHRmbGV4LXdyYXA6IHdyYXA7XHJcblx0XHRcdGp1c3RpZnktY29udGVudDogY2VudGVyO1xyXG5cdFx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0fVxyXG5cdFx0Jl9faXRlbSB7XHJcblx0XHRcdG1hcmdpbi10b3A6IC0xcHg7XHJcblx0XHRcdG1hcmdpbi1ib3R0b206IC0xcHg7XHJcblx0XHRcdCsgLmRqYWNjX19pdGVtIHtcclxuXHRcdFx0XHRtYXJnaW4tbGVmdDogLTFweDtcclxuXHRcdFx0fVxyXG5cdFx0XHQmLS1sYWJlbCB7XHJcblx0XHRcdFx0cGFkZGluZy1sZWZ0OiAxNnB4O1xyXG5cdFx0XHRcdHBhZGRpbmctcmlnaHQ6IDE2cHg7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHRcdCZfX2l0ZW0gKyAuZGphY2NfX2l0ZW0tLWxhYmVsIHtcclxuXHRcdFx0cGFkZGluZy1sZWZ0OiAzMnB4O1xyXG5cdFx0fVxyXG5cdFx0Jl9fYnRuLFxyXG5cdFx0Jl9fcmVzZXQge1xyXG5cdFx0XHRoZWlnaHQ6IDQwcHg7XHJcblx0XHRcdGxpbmUtaGVpZ2h0OiA0MHB4O1xyXG5cdFx0XHRtaW4td2lkdGg6IDQwcHg7XHJcblx0XHRcdHBhZGRpbmc6IDAgMTBweDtcclxuXHRcdFx0YmFja2dyb3VuZDogIzJGMkYyRjtcclxuXHRcdFx0Y29sb3I6IGluaGVyaXQ7XHJcblx0XHRcdGJvcmRlcjogMXB4IHNvbGlkICMzNTM1MzY7XHJcblx0XHRcdHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuXHRcdFx0Jjpob3ZlciB7XHJcblx0XHRcdFx0YmFja2dyb3VuZDogIzJENzlGRjtcclxuXHRcdFx0XHRib3JkZXItY29sb3I6ICMyRDc5RkY7XHJcblx0XHRcdFx0ei1pbmRleDogMTtcclxuXHRcdFx0XHQuZGphY2NfX3RpdGxlIHtcclxuXHRcdFx0XHRcdGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdFx0Ji0tYWN0aXZlIHtcclxuXHRcdFx0XHRiYWNrZ3JvdW5kOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogIzJENzlGRjtcclxuXHRcdFx0XHQmOmhvdmVyIHtcclxuXHRcdFx0XHRcdGJhY2tncm91bmQ6IGRhcmtlbigjMkQ3OUZGLCAyJSk7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0XHQmX19hcnJvd3Mge1xyXG5cdFx0XHRkaXNwbGF5OiBmbGV4O1xyXG5cdFx0XHRhbGlnbi1pdGVtczogY2VudGVyO1xyXG5cdFx0XHRoZWlnaHQ6IDQwcHg7XHJcblx0XHRcdG1pbi13aWR0aDogNDBweDtcclxuXHRcdFx0cGFkZGluZzogMCAxMHB4O1xyXG5cdFx0XHRjb2xvcjogaW5oZXJpdDtcclxuXHRcdFx0YmFja2dyb3VuZDogIzJGMkYyRjtcclxuXHRcdFx0Ym9yZGVyOiAxcHggc29saWQgIzM1MzUzNjtcclxuXHRcdFx0Y3Vyc29yOiBwb2ludGVyO1xyXG5cdFx0XHRwb3NpdGlvbjogcmVsYXRpdmU7XHJcblx0XHRcdCY6aG92ZXIge1xyXG5cdFx0XHRcdGJhY2tncm91bmQ6IGxpZ2h0ZW4oIzJGMkYyRiwgMiUpO1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogIzJENzlGRjtcclxuXHRcdFx0XHR6LWluZGV4OiAxO1xyXG5cdFx0XHRcdC5kamFjY19fdGl0bGUge1xyXG5cdFx0XHRcdFx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG5cdFx0XHRcdH1cclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdFx0Jl9fdGl0bGUge1xyXG5cdFx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRcdHRvcDogMTAwJTtcclxuXHRcdFx0bGVmdDogNTAlO1xyXG5cdFx0XHRyaWdodDogYXV0bztcclxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVYKC01MCUpO1xyXG5cdFx0XHRwYWRkaW5nOiA1cHggMTBweDtcclxuXHRcdFx0Zm9udC1zaXplOiAxMnB4O1xyXG5cdFx0XHRsaW5lLWhlaWdodDogMTtcclxuXHRcdFx0YmFja2dyb3VuZDogIzQwNDA0MjtcclxuXHRcdFx0Y29sb3I6ICNmZmY7XHJcblx0XHRcdGJvcmRlcjogMXB4IHNvbGlkICM3MDcwNzA7XHJcblx0XHRcdHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcblx0XHRcdG1hcmdpbjogMTBweCAwIDA7XHJcblx0XHRcdHotaW5kZXg6IDI7XHJcblx0XHRcdCY6YmVmb3JlIHtcclxuXHRcdFx0XHRjb250ZW50OiAnJztcclxuXHRcdFx0XHRwb3NpdGlvbjogYWJzb2x1dGU7XHJcblx0XHRcdFx0dG9wOiAtNXB4O1xyXG5cdFx0XHRcdGxlZnQ6IDUwJTtcclxuXHRcdFx0XHRtYXJnaW4tbGVmdDogLTVweDtcclxuXHRcdFx0XHR0cmFuc2Zvcm06IHJvdGF0ZSgtNDVkZWcpO1xyXG5cdFx0XHRcdGRpc3BsYXk6IGJsb2NrO1xyXG5cdFx0XHRcdHdpZHRoOiAxMHB4O1xyXG5cdFx0XHRcdGhlaWdodDogMTBweDtcclxuXHRcdFx0XHRiYWNrZ3JvdW5kOiAjNDA0MDQyO1xyXG5cdFx0XHRcdHotaW5kZXg6IC0xO1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0XHQmX19pbmMsXHJcblx0XHQmX19kZWMge1xyXG5cdFx0XHRiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcclxuXHRcdFx0cGFkZGluZzogMCAxMHB4O1xyXG5cdFx0XHQmOmhvdmVyIHtcclxuXHRcdFx0XHRzdmcge1xyXG5cdFx0XHRcdFx0W2ZpbGxePVwiI1wiXSB7XHJcblx0XHRcdFx0XHRcdGZpbGw6ICMyRDc5RkY7XHJcblx0XHRcdFx0XHR9XHJcblx0XHRcdFx0XHRbc3Ryb2tlXj1cIiNcIl0ge1xyXG5cdFx0XHRcdFx0XHRzdHJva2U6ICMyRDc5RkY7XHJcblx0XHRcdFx0XHR9XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG5cdHN2ZyB7XHJcblx0XHRbZmlsbF49XCIjXCJdIHtcclxuXHRcdFx0ZmlsbDogI2ZmZjtcclxuXHRcdH1cclxuXHRcdFtzdHJva2VePVwiI1wiXSB7XHJcblx0XHRcdHN0cm9rZTogI2ZmZjtcclxuXHRcdH1cclxuXHR9XHJcblx0aW1nIHtcclxuXHRcdG1heC1oZWlnaHQ6IDQwcHg7XHJcblx0fVxyXG5cdC8vcG9zaXRpb25zXHJcblx0Ji5kamFjYy0tdG9wLWNlbnRlcixcclxuXHQmLmRqYWNjLS1ib3R0b20tY2VudGVyIHtcclxuXHRcdHdpZHRoOiAxMDAlO1xyXG5cdH1cclxuXHRcclxuXHQmLmRqYWNjLS1jZW50ZXItbGVmdCxcclxuXHQmLmRqYWNjLS1jZW50ZXItcmlnaHQge1xyXG5cdFx0ZGlzcGxheTogZmxleDtcclxuXHRcdGFsaWduLWl0ZW1zOiBjZW50ZXI7XHJcblx0XHRAbWVkaWEobWF4LWhlaWdodDogODAwcHgpIHtcclxuXHRcdFx0dG9wOiAwO1xyXG5cdFx0XHR0cmFuc2Zvcm06IG5vbmU7XHJcblx0XHRcdG1hcmdpbjogMDtcclxuXHRcdH1cclxuXHRcdC5kamFjY19fbGlzdCB7XHJcblx0XHRcdGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcblx0XHRcdG1heC1oZWlnaHQ6IDEwMHZoO1xyXG5cdFx0fVxyXG5cdFx0LmRqYWNjX19pdGVtIHtcclxuXHRcdFx0d2lkdGg6IDQwcHg7XHJcblx0XHRcdG1hcmdpbi10b3A6IDA7XHJcblx0XHRcdG1hcmdpbi1ib3R0b206IDA7XHJcblx0XHRcdG1hcmdpbi1sZWZ0OiAtMXB4O1xyXG5cdFx0XHRtYXJnaW4tcmlnaHQ6IC0xcHg7XHJcblx0XHRcdCsgLmRqYWNjX19pdGVtIHtcclxuXHRcdFx0XHRtYXJnaW4tdG9wOiAtMXB4O1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0XHQuZGphY2NfX2Fycm93cyB7XHJcblx0XHRcdGhlaWdodDogYXV0bztcclxuXHRcdFx0ZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuXHRcdH1cclxuXHRcdC5kamFjY19faXRlbS0tbGFiZWwge1xyXG5cdFx0XHRkaXNwbGF5OiBub25lO1xyXG5cdFx0fVxyXG5cdFx0LmRqYWNjX19pbmMsXHJcblx0XHQuZGphY2NfX2RlYyB7XHJcblx0XHRcdHBhZGRpbmc6IDEwcHggMDtcclxuXHRcdFx0Jjpob3ZlciB7XHJcblx0XHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRcdFtmaWxsXj1cIiNcIl0ge1xyXG5cdFx0XHRcdFx0XHRmaWxsOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdFx0W3N0cm9rZV49XCIjXCJdIHtcclxuXHRcdFx0XHRcdFx0c3Ryb2tlOiAjMkQ3OUZGO1xyXG5cdFx0XHRcdFx0fVxyXG5cdFx0XHRcdH1cclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuXHQmLmRqYWNjLS1ib3R0b20tbGVmdCxcclxuXHQmLmRqYWNjLS1ib3R0b20tY2VudGVyLFxyXG5cdCYuZGphY2MtLWJvdHRvbS1yaWdodCB7XHJcblx0XHQuZGphY2NfX3RpdGxlIHtcclxuXHRcdFx0dG9wOiBhdXRvO1xyXG5cdFx0XHRib3R0b206IDEwMCU7XHJcblx0XHRcdG1hcmdpbjogMCAwIDEwcHg7XHJcblx0XHRcdCY6YmVmb3JlIHtcclxuXHRcdFx0XHR0b3A6IGF1dG87XHJcblx0XHRcdFx0Ym90dG9tOiAtNXB4O1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG5cdCYuZGphY2MtLWNlbnRlci1sZWZ0IHtcclxuXHRcdC5kamFjY19fdGl0bGUge1xyXG5cdFx0XHR0b3A6IDUwJTtcclxuXHRcdFx0bGVmdDogMTAwJTtcclxuXHRcdFx0cmlnaHQ6IGF1dG87XHJcblx0XHRcdHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcclxuXHRcdFx0bWFyZ2luOiAwIDAgMCAxMHB4O1xyXG5cdFx0XHQmOmJlZm9yZSB7XHJcblx0XHRcdFx0dG9wOiA1MCU7XHJcblx0XHRcdFx0bGVmdDogLTVweDtcclxuXHRcdFx0XHRyaWdodDogYXV0bztcclxuXHRcdFx0XHRtYXJnaW46IDA7XHJcblx0XHRcdFx0bWFyZ2luLXRvcDogLTVweDtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuXHQmLmRqYWNjLS1jZW50ZXItcmlnaHQge1xyXG5cdFx0LmRqYWNjX190aXRsZSB7XHJcblx0XHRcdHRvcDogNTAlO1xyXG5cdFx0XHRsZWZ0OiBhdXRvO1xyXG5cdFx0XHRyaWdodDogMTAwJTtcclxuXHRcdFx0dHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xyXG5cdFx0XHRtYXJnaW46IDAgMTBweCAwIDA7XHJcblx0XHRcdCY6YmVmb3JlIHtcclxuXHRcdFx0XHR0b3A6IDUwJTtcclxuXHRcdFx0XHRsZWZ0OiBhdXRvO1xyXG5cdFx0XHRcdHJpZ2h0OiAtNXB4O1xyXG5cdFx0XHRcdG1hcmdpbjogMDtcclxuXHRcdFx0XHRtYXJnaW4tdG9wOiAtNXB4O1xyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG59XHJcblxyXG4vL2xpZ2h0IHRoZW1lXHJcbi5kamFjYy10b29sYmFyLmRqYWNjLS1saWdodCB7XHJcblx0YmFja2dyb3VuZDogI0Y4RjlGQztcclxuXHRjb2xvcjogIzQwNDA0MjtcclxuXHRib3JkZXI6IDFweCBzb2xpZCAjRUJFQ0YxO1xyXG5cdC5kamFjY19fYnRuLFxyXG5cdC5kamFjY19fcmVzZXQge1xyXG5cdFx0YmFja2dyb3VuZDogI0Y4RjlGQztcclxuXHRcdGJvcmRlcjogMXB4IHNvbGlkICNFQkVDRjE7XHJcblx0XHQmOmhvdmVyLFxyXG5cdFx0Ji0tYWN0aXZlIHtcclxuXHRcdFx0YmFja2dyb3VuZDogIzJENzlGRjtcclxuXHRcdFx0Ym9yZGVyLWNvbG9yOiAjMkQ3OUZGO1xyXG5cdFx0XHRjb2xvcjogI2ZmZjtcclxuXHRcdFx0c3ZnIHtcclxuXHRcdFx0XHRbZmlsbF49XCIjXCJdIHtcclxuXHRcdFx0XHRcdGZpbGw6ICNmZmY7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHRcdFtzdHJva2VePVwiI1wiXSB7XHJcblx0XHRcdFx0XHRzdHJva2U6ICNmZmY7XHJcblx0XHRcdFx0fVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fVxyXG5cdC5kamFjY19fYXJyb3dzIHtcclxuXHRcdGJhY2tncm91bmQ6ICNGOEY5RkM7XHJcblx0XHRib3JkZXI6IDFweCBzb2xpZCAjRUJFQ0YxO1xyXG5cdFx0Jjpob3ZlciB7XHJcblx0XHRcdGJhY2tncm91bmQ6IGxpZ2h0ZW4oI0Y4RjlGQywgMiUpO1xyXG5cdFx0XHRib3JkZXItY29sb3I6ICMyRDc5RkY7XHJcblx0XHR9XHJcblx0fVxyXG5cdC5kamFjY19faW5jLFxyXG5cdC5kamFjY19fZGVjIHtcclxuXHRcdHN2ZyB7XHJcblx0XHRcdFtmaWxsXj1cIiNcIl0ge1xyXG5cdFx0XHRcdGZpbGw6ICNBMUExQTI7XHJcblx0XHRcdH1cclxuXHRcdFx0W3N0cm9rZV49XCIjXCJdIHtcclxuXHRcdFx0XHRzdHJva2U6ICNBMUExQTI7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHRcdCY6aG92ZXIge1xyXG5cdFx0XHRzdmcge1xyXG5cdFx0XHRcdFtmaWxsXj1cIiNcIl0ge1xyXG5cdFx0XHRcdFx0ZmlsbDogIzJENzlGRjtcclxuXHRcdFx0XHR9XHJcblx0XHRcdFx0W3N0cm9rZV49XCIjXCJdIHtcclxuXHRcdFx0XHRcdHN0cm9rZTogIzJENzlGRjtcclxuXHRcdFx0XHR9XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcblx0c3ZnIHtcclxuXHRcdFtmaWxsXj1cIiNcIl0ge1xyXG5cdFx0XHRmaWxsOiAjNDA0MDQyO1xyXG5cdFx0fVxyXG5cdFx0W3N0cm9rZV49XCIjXCJdIHtcclxuXHRcdFx0c3Ryb2tlOiAjNDA0MDQyO1xyXG5cdFx0fVxyXG5cdH1cclxufSIsIi5kamFjYy1kYXJrLWNvbnRyYXN0LFxyXG4uZGphY2MtbGlnaHQtY29udHJhc3Qge1xyXG5cdC5kamFjYy1jb250cmFzdCB7XHJcblx0XHRiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xyXG5cdFx0Ym94LXNoYWRvdzogbm9uZSAhaW1wb3J0YW50O1xyXG5cdFx0dGV4dC1zaGFkb3c6IG5vbmUgIWltcG9ydGFudDtcclxuXHR9XHJcbn1cclxuXHJcbi5kamFjYy1kYXJrLWNvbnRyYXN0IHtcclxuXHQuZGphY2MtY29udHJhc3Qge1xyXG5cdFx0YmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xyXG5cdFx0Ym9yZGVyLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XHJcblx0XHRjb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xyXG5cdFx0JjplbXB0eSB7XHJcblx0XHRcdGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XHJcblx0XHRcdGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcclxuXHRcdH1cclxuXHR9XHJcblx0aDEsIGgyLCBoMywgaDQsIGg1IHtcclxuXHRcdCYuZGphY2MtY29udHJhc3Qge1xyXG5cdFx0XHRjb2xvcjogIzUwZDBhMCAhaW1wb3J0YW50O1xyXG5cdFx0fVxyXG5cdH1cclxuXHRhLmRqYWNjLWNvbnRyYXN0IHtcclxuXHRcdGNvbG9yOiAjZmNmZjNjICFpbXBvcnRhbnQ7XHJcblx0XHR0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZSAhaW1wb3J0YW50O1xyXG5cdFx0Jjpob3ZlcixcclxuXHRcdCY6Zm9jdXMge1xyXG5cdFx0XHR0ZXh0LWRlY29yYXRpb246IG5vbmUgIWltcG9ydGFudDtcclxuXHRcdH1cclxuXHR9XHJcblx0YnV0dG9uLFxyXG5cdGlucHV0W3R5cGU9XCJidXR0b25cIl0ge1xyXG5cdFx0Ji5kamFjYy1jb250cmFzdCB7XHJcblx0XHRcdGJhY2tncm91bmQtY29sb3I6ICNmZmYhaW1wb3J0YW50O1xyXG5cdFx0XHRib3JkZXItY29sb3I6ICNmZmYgIWltcG9ydGFudDtcclxuXHRcdFx0Y29sb3I6ICMwMDAgIWltcG9ydGFudDtcclxuXHRcdFx0Jjpob3ZlcixcclxuXHRcdFx0Jjpmb2N1cyB7XHJcblx0XHRcdFx0YmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xyXG5cdFx0XHRcdGJvcmRlci1jb2xvcjogI2ZmZiAhaW1wb3J0YW50O1xyXG5cdFx0XHRcdGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XHJcblx0XHRcdH1cclxuXHRcdH1cclxuXHR9XHJcblx0Ji5kamFjYy1yZWFkLW1vZGUsXHJcblx0Ji5kamFjYy1yZWFkLW1vZGUgYm9keSB7XHJcblx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XHJcblx0fVxyXG59XHJcblxyXG4uZGphY2MtbGlnaHQtY29udHJhc3Qge1xyXG5cdC5kamFjYy1jb250cmFzdCB7XHJcblx0XHRiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7XHJcblx0XHRib3JkZXItY29sb3I6ICMwMDAgIWltcG9ydGFudDtcclxuXHRcdGNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XHJcblx0XHQmOmVtcHR5IHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcclxuXHRcdFx0Ym9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudCAhaW1wb3J0YW50O1xyXG5cdFx0fVxyXG5cdH1cclxuXHRoMSwgaDIsIGgzLCBoNCwgaDUge1xyXG5cdFx0Ji5kamFjYy1jb250cmFzdCB7XHJcblx0XHRcdGNvbG9yOiAjMDAwMGQzICFpbXBvcnRhbnQ7XHJcblx0XHR9XHJcblx0fVxyXG5cdGEuZGphY2MtY29udHJhc3Qge1xyXG5cdFx0Y29sb3I6ICMwMDAwZDMgIWltcG9ydGFudDtcclxuXHRcdHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lICFpbXBvcnRhbnQ7XHJcblx0XHQmOmhvdmVyLFxyXG5cdFx0Jjpmb2N1cyB7XHJcblx0XHRcdHRleHQtZGVjb3JhdGlvbjogbm9uZSAhaW1wb3J0YW50O1xyXG5cdFx0fVxyXG5cdH1cclxuXHRidXR0b24sXHJcblx0aW5wdXRbdHlwZT1cImJ1dHRvblwiXSB7XHJcblx0XHQmLmRqYWNjLWNvbnRyYXN0IHtcclxuXHRcdFx0YmFja2dyb3VuZC1jb2xvcjogIzAwMCAhaW1wb3J0YW50O1xyXG5cdFx0XHRib3JkZXItY29sb3I6ICMwMDAgIWltcG9ydGFudDtcclxuXHRcdFx0Y29sb3I6ICNmZmYgIWltcG9ydGFudDtcclxuXHRcdFx0Jjpob3ZlcixcclxuXHRcdFx0Jjpmb2N1cyB7XHJcblx0XHRcdFx0YmFja2dyb3VuZC1jb2xvcjogI2ZmZiFpbXBvcnRhbnQ7XHJcblx0XHRcdFx0Ym9yZGVyLWNvbG9yOiAjMDAwICFpbXBvcnRhbnQ7XHJcblx0XHRcdFx0Y29sb3I6ICMwMDAgIWltcG9ydGFudDtcclxuXHRcdFx0fVxyXG5cdFx0fVxyXG5cdH1cclxuXHQmLmRqYWNjLXJlYWQtbW9kZSxcclxuXHQmLmRqYWNjLXJlYWQtbW9kZSBib2R5IHtcclxuXHRcdGJhY2tncm91bmQtY29sb3I6ICNmZmYgIWltcG9ydGFudDtcclxuXHR9XHJcbn0iXX0= */ /* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== Gallery ========================================================================== */ @import url(../../../../components/com_bagallery/assets/css/../icons/material/material.css); .com_gridbox .ba-gallery h1 { margin-top: 0.67em; margin-bottom: 0.67em; } .com_gridbox .ba-gallery h2 { margin-top: 0.83em; margin-bottom: 0.83em } .com_gridbox .ba-gallery h3 { margin-top: 1em; margin-bottom: 1em; } .com_gridbox .ba-gallery h4 { margin-top: 1.33em; margin-bottom: 1.33em; } .com_gridbox .ba-gallery h5 { margin-top: 1.67em; margin-bottom: 1.67em; } .com_gridbox .ba-gallery h6 { margin-top: 2.33em; margin-bottom: 2.33em; } .com_gridbox .ba-gallery p { margin-top: 1em; margin-bottom: 1em; } /* Category list */ .gallery-tags-wrapper, .ba-gallery select.ba-select-filter, .ba-gallery .category-filter { margin-top: 20px; } .ba-gallery .category-filter { text-align: var(--text-align); } .ba-gallery select.ba-select-filter { display: none !important; } .ba-gallery .ba-goback a, .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active { background-color: var(--bg-color); border-radius: var(--border-radius); border: 1px solid var(--border-color); box-shadow: none; color: var(--color); cursor: pointer; display: inline-block; font-size: var(--font-size); font-weight: var(--font-weight); height: auto; line-height: 1em; margin: 10px 0px 10px 10px; padding: 15px 25px; text-shadow: none; } .ba-gallery .category-filter a:hover, .ba-gallery .category-filter a.ba-filter-active { background-color:var(--active-background-color); color:var(--active-color); } .ba-gallery .category-filter a:first-child { margin-left: 0 !important; } .ba-gallery .ba-goback a, .ba-gallery .ba-goback h2 { display: inline-block; margin: 0; } .ba-gallery.album-in-lightbox .ba-goback a, .ba-gallery.album-in-lightbox .ba-goback h2 { color: var(--modal-title-color); } .ba-gallery .ba-goback h2 { border: none; text-align: left !important; width: calc(100% - 110px); } .ba-gallery .ba-goback > a { background-color: var(--background-color); border-radius: 50%; border: 1px solid var(--border-color); box-sizing: content-box; color: var(--color); float: left; font-size: 24px !important; margin-right: 50px; padding: 15px; text-align: center; width: 24px; } .ba-gallery .ba-goback > a:hover { background-color: var(--hover-background-color); color: var(--hover-color); } /* Thumbnail */ .ba-gallery-grid { width: 100%; } .ba-image img { backface-visibility: hidden; border: 0; display: block; height: auto; margin: 0; vertical-align: middle; width: 100%; width: auto \9; } .ba-gallery-items a, .ba-album-items { cursor: pointer; } .disabled-lightbox .ba-gallery-items, .disabled-lightbox .ba-album-items { cursor: default; } .ba-gallery-items { cursor: zoom-in; } .ba-video-thumbnail .ba-image:before { color: var(--title-color); content: '\f3a9'; font-family: Material-Design-Iconic-Font; font-size: 86px; left: calc(50% - 43px); opacity: .75; pointer-events: none; position: absolute; top: calc(50% - 43px); z-index: 1; transition: all .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95) } .ba-video-thumbnail .ba-image:hover:before { opacity: 0; } .ba-album .ba-album-items .ba-caption h3, .ba-album .ba-album-items .ba-caption p, .ba-gallery-items .ba-caption h3, .ba-gallery-items .ba-caption .image-category, .ba-gallery-items .ba-caption .short-description { white-space: normal; } .ba-album .ba-caption { background-color: var(--background-color); } .ba-album .ba-album-items .ba-caption p { color: var(--count-color); font-size: var(--count-size); font-weight: var(--count-weight); text-align: var(--count-text-align); } .ba-image .ba-caption { background: var(--background-color); } .ba-album .ba-album-items .ba-caption h3, .ba-caption .ba-caption-content h3 { color: var(--title-color); font-size: var(--title-size); font-weight: var(--title-weight); text-align: var(--title-text-align); } .ba-caption .ba-caption-content .image-category { color: var(--category-color); font-size: var(--category-size); font-weight: var(--category-weight); text-align: var(--category-text-align); } .ba-caption .ba-caption-content .short-description { color: var(--description-color); font-size: var(--description-size); font-weight: var(--description-weight); text-align: var(--description-text-align); } /* /* Tags */ .filter-modal-footer, .show-filter-modal { display: none; } .gallery-colors-wrapper .gallery-color, .gallery-tags-wrapper .gallery-tag { display: inline-block; margin: 0 5px 10px; padding: 5px 20px; line-height: 2em; } .gallery-tags-wrapper .gallery-tag { border: 1px solid; } .equal-positions-tags { box-sizing: border-box; float: left; padding: 0 25px; width: 25%; } .ba-gallery-content, .equal-positions-tags .gallery-colors-wrapper, .equal-positions-tags .gallery-tags-wrapper { width: 100%; } .equal-positions-tags ~ .row-fluid, .equal-positions-tags ~ .ba-gallery-content-wrapper, .ba-gallery-content:not(:first-child) { width: 75%; float: left; } .equal-positions-tags.right { float: right; } .gallery-color:before { color: #fff; content: '\f26b'; font: normal normal normal 16px/35px 'Material-Design-Iconic-Font'; left: 0; opacity: 0; position: absolute; text-align: center; top: 0; transition: opacity .3s linear; width: 35px; } .gallery-color[style="background-color: #ffffff;"]:before, .gallery-color[style="background-color: #fff;"]:before { color: #a7a7a7; } .gallery-color.active:before { opacity: 1; } .gallery-color:after { background: rgba(255, 255, 255, 0.8); border-radius: 50%; content: ""; height: 3px; left: calc(50% - 1px); opacity: 0; position: absolute; top: calc(50% - 1px); transform: scale(0); transition: all .35s ease-out; width: 3px; } .gallery-color:hover:after { background: transparent; opacity: 1; transform: scale(12); } .ba-gallery a.gallery-tag { background-color: var(--tags-background-color); border-color: var(--tags-border-color); border-radius: var(--tags-border-radius); color: var(--tags-color); font-size: var(--tags-font-size); font-weight: var(--tags-font-weight); } .ba-gallery a.gallery-tag:hover, .ba-gallery a.gallery-tag.active { color: var(--tags-hover-color); background-color: var(--tags-hover-background-color); } .ba-gallery .gallery-colors-wrapper .span12, .ba-gallery .gallery-tags-wrapper .span12, .ba-gallery .ba-reset-filter { text-align: var(--tags-text-align); } .ba-gallery a.gallery-color { border-radius: var(--colors-border-radius); } /* /* Colors */ .gallery-colors-wrapper .gallery-color { height: 35px; padding: 0; position: relative; width: 35px; } .ba-filter-title, .ba-reset-filter { text-align: inherit; line-height: 1em; } .ba-filter-title { margin-top: 10px !important; } .ba-reset-filter { margin: 10px 5px; } /* /* Pagination */ .ba-gallery .ba-pagination { margin: 20px 10px; text-align: var(--text-align); } .ba-gallery .ba-pagination-ellipsis { font-weight: bold; margin: 0 15px 0 10px; } .ba-gallery .ba-pagination a.ba-btn.ba-next span, .ba-gallery .ba-pagination a.ba-btn.ba-last-page span, .ba-gallery .ba-pagination a.ba-btn.ba-first-page span, .ba-gallery .ba-pagination a.ba-btn.ba-prev span { line-height: 18px; } .ba-gallery .ba-pagination a.ba-btn { background-color:var(--background-color) ; border: 1px solid var(--border-color) ; border-radius: var(--border-radius); box-sizing: content-box; color: var(--color) ; cursor: pointer; font-weight: bold; line-height: 18px; margin-right: 10px; padding: 10px 0 ; text-align: center; width: 38px !important; } .ba-gallery .ba-pagination a.ba-btn:hover, .ba-gallery .ba-pagination a.ba-btn.ba-current { background-color: var(--active-bg-color); color: var(--active-color); } .ba-gallery .ba-pagination a.ba-btn.scroll-to-top, .ba-gallery .ba-pagination a.ba-btn.load-more { display: inline-block; padding: 15px 50px; width: auto !important; } .ba-gallery .ba-pagination a.ba-btn.ba-prev { transform: scale(-1); } .ba-gallery .ba-pagination a.ba-btn.ba-prev span{ vertical-align: middle; } .ba-gallery .ba-pagination a:hover { text-decoration: none; } .album-in-lightbox i.albums-backdrop-close:hover, .ba-modal-header .zmdi:hover, .modal-nav .zmdi-chevron-right:hover, .modal-nav .zmdi-chevron-left:hover, .ba-gallery .ba-pagination .ba-btn.ba-dissabled { background: var(--background-color); cursor: default; opacity: .6; } .ba-pagination.ba-empty { display: none !important; } /* /* Album title and btn */ .ba-goback h3 { float: left; width: 80%; } .ba-goback input[type="button"] { float: right; } .ba-gallery .row-fluid:after { clear: both; content: ""; display: table; line-height: 0; } .ba-goback { align-items: center; display: flex; flex-wrap: wrap; margin: 25px 0; overflow: hidden; } .albums-backdrop { display: none; } .ba-gallery:not(.album-in-lightbox) { background-color: inherit !important; } .album-in-lightbox .albums-backdrop { bottom: 0; display: block; left: 0; position: fixed; right: 16px; top: 0; z-index: 1040; } .album-in-lightbox .row-fluid { background: inherit; box-sizing: border-box; padding: 10px; position: relative; z-index: 1500; } .album-in-lightbox .row-fluid:last-child { padding: 0; } .album-in-lightbox .ba-edit-gallery-btn { display: none; } .album-in-lightbox .ba-goback { margin: 0; } .ba-gallery.album-in-lightbox { animation: backdrop .5s ease-in-out both; box-sizing: border-box; height: 100vh !important; left: 0; overflow: auto; overflow-y: scroll; padding: 50px 0; position: fixed; top: 0; width: 100vw; z-index: 1050; } .album-in-lightbox .ba-gallery-row-wrapper { animation: backdrop .5s ease-in-out both; box-sizing: border-box; left: 50%; margin: 60px 0; padding: 25px; position: absolute; top: 0; transform: translateX(-50%); width: 1170px; z-index: 1500; } @media (max-width: 1170px) { .album-in-lightbox .ba-gallery-row-wrapper { width: calc(100% - 50px); } } .album-in-lightbox-open .body { z-index: 20; } .ba-album-items > .ba-caption >.ba-caption-content > p { margin: 15px; } .gallery-scroll-div { overflow: scroll; pointer-events: none; visibility: hidden; position: absolute; } /* /* Scrollable */ .ba-scrollable { background-color: var(--modal-background-color); bottom: 0; backface-visibility: hidden; left: 0; margin-right: calc(0px - var(--gallery-scroll-width)); overflow: hidden; position: fixed; right: 0; top: 0; z-index: 10000; } /* Gallery Modal */ .gallery-modal { margin: 0 auto; box-sizing: content-box; } .ba-modal.in { display: block !important; } .album-in-lightbox-open, .modal-open { box-sizing: border-box; height: initial; overflow: hidden; transition: width .3s; width: calc(100% - var(--gallery-scroll-width)) !important; } .modal-open .modal-scrollable.ba-forms-modal { z-index: 99999; } i.albums-backdrop-close { display: none; } .album-in-lightbox i.albums-backdrop-close { position: absolute; color: var(--modal-icons-color) !important; right: 10px; top: 0; z-index: 9999; } .ba-gallery-substrate { display: none; } .album-in-lightbox + .ba-gallery-substrate { display: inline-block; width: 100%; } /* Nav */ .modal-nav { left: 0; position: fixed; right: 0; top: calc(50% - 23px); z-index: 1; } .modal-nav i { border-radius: 50%; box-sizing: content-box; font-size: 36px; line-height: 36px; padding: 10px; position: absolute; text-align: center; transition: opacity .2s ease-in-out; width: 36px; z-index: 10; } .modal-nav .zmdi-chevron-left { left: 25px; } .modal-nav .zmdi-chevron-right { right: 25px; } /* /* Modal Header */ .modal-scrollable:not(.ba-scrollable) .description-wrapper, .modal-scrollable:not(.ba-scrollable) .ba-modal-header, .hide-animation .description-wrapper, .hide-animation .ba-modal-header { display: none; } .gallery-modal .ba-modal-header { box-shadow: inset 0px 130px 100px -125px var(--modal-background-color); box-sizing: border-box; height: 115px; left: 0; max-width: none; padding: 0 10px; position: fixed; right: 0; top: 0; z-index: 10; } .gallery-modal .ba-modal-header .ba-modal-title, .gallery-modal .ba-modal-header .ba-center-icons, .gallery-modal .ba-modal-header .ba-right-icons { display: inline-block; float: left; min-height: 50px; width: 33.3%; } .album-in-lightbox i.albums-backdrop-close, .gallery-modal .ba-modal-header .modal-title, .gallery-modal .ba-modal-header .zmdi { font-size: 24px; line-height: 24px; } .album-in-lightbox i.albums-backdrop-close, .gallery-modal .ba-modal-header .zmdi { box-sizing: content-box; display: inline-block; margin-left: 10px; padding: 20px 10px; text-align: center; text-decoration: none; transition: all .2s ease-in-out; width: 24px; } @keyframes icon-fade { from {opacity: 0;} } .gallery-modal .ba-modal-header .zmdi-zoom-in, .gallery-modal .ba-modal-header .ba-zoom-out, .gallery-modal .ba-modal-header .ba-download-img { animation: icon-fade .3s ease-in-out ; } @keyframes icon-fade-out { from {opacity: 1;} to {opacity: 0;} } .gallery-modal .ba-modal-header .zmdi-zoom-in.ba-hidden-icons, .gallery-modal .ba-modal-header .ba-zoom-out.ba-hidden-icons, .gallery-modal .ba-modal-header .ba-download-img.ba-hidden-icons { animation: icon-fade-out .3s ease-in-out both; } .gallery-modal .ba-modal-header .disabled-item { opacity: 0.2 !important; cursor: default !important; } .gallery-modal .ba-modal-header .ba-like-wrapper { display: inline-block; position: relative; } .gallery-tags-wrapper .gallery-tag, .ba-gallery .ba-goback a, .category-filter a, .ba-pagination a, .ba-add-like { transition: color .3s, background-color .3s; } .ba-like:not([data-count="0"]):after { background: #f64230; border-radius: 50px; color: #fff; content: attr(data-count); font-size: 12px; font-weight: bold; left: 38px; line-height: 15px; padding: 0px 5px; position: absolute; top: 16px; } @keyframes like-shadow { 0% { opacity: 0; transform: scale(2); } 30% { opacity: 1; transform: scale(3);} 100% { opacity: 0; transform: scale(5);} } .gallery-modal .ba-modal-header .likes-animation .ba-like:before { animation: like-shadow .4s ease-in-out both; color: rgba(211, 79, 55, 1);; content: '\f15f'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; left: 26px; opacity: 0; position: absolute; text-shadow: -.2px -.2px .2px rgba(211, 79, 55, 0.5), .2px -.2px .2px rgba(211, 79, 55, 0.5), -.2px .2px .2px rgba(211, 79, 55, 0.5), .2px .2px .2px rgba(211, 79, 55, 0.5); top: 27px; z-index: -1; } .ba-like { position: relative; } .ba-modal-header .modal-title { margin: 0; padding: 20px 10px; text-align: left !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ba-modal-header .ba-center-icons { text-align: center; } .ba-modal-header .ba-right-icons { text-align: right; } .ba-modal-header .zmdi:hover { color: inherit; text-decoration: none; } .modal-nav i.zmdi:hover, .zmdi { cursor: pointer !important; } .ba-modal-header .ba-download-img, .ba-modal-header .ba-icon-close { font-size: 28px; } /* /* Tooltip */ .ba-tooltip { backface-visibility: hidden; background: #2c2c2c; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: block; font: 500 14px 'Roboto', sans-serif; max-width: 200px; opacity: 1; padding: 15px; position: fixed; text-align: center; transition: margin-top .25s ease-out, opacity .25s ease-out; visibility: visible; z-index: 1060; } body > .ba-tooltip:before { border: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -14px; box-sizing: content-box; content: ""; height: 5px; left: 50% !important; margin-left: -5px; position: absolute; } /* Top Tooltip */ body > .ba-tooltip.ba-top { box-sizing: content-box; transform: translateY(-160%) translateX(-50%); } @keyframes ba-tooltip-top { from { opacity: 0; margin-top: -20px;} } body > .ba-tooltip { animation: ba-tooltip-top .3s; transform: translateY(-115%) translateX(-50%); } @keyframes tooltip-top-hidden { to { opacity: 0; margin-top: -20px;} } body > .ba-tooltip.tooltip-hidden { animation: tooltip-top-hidden .3s both; } /* Like tooltip */ .ba-modal .ba-likes { display: none; position: absolute; right: calc(50% - var(--gallery-scroll-width)); text-align: center; top: 5px; transition: all .1s .3s; width: 25px; } .ba-modal .ba-like:hover > .ba-likes { display: block; cursor: pointer; z-index: 1; } .ba-modal .header-icons *{ outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-focus-ring-color: rgba(0, 0, 0, 0); } /* Sharing */ .ba-share-icons { height: 0; left: 0; opacity: 0; position: fixed; top: 0; } .ba-share-icons.visible-sharing { align-items: center; background-color: var(--modal-background-color); bottom: 0; display: flex; height: auto; justify-content: center; opacity: 1 ; right: 0; transition: opacity .3s; z-index: 15; } .ba-share-icons.visible-sharing.sharing-out { opacity: 0; transition: opacity .3s; } .ba-share-icons.visible-sharing.sharing-out .ba-share { margin-top: calc(50vh); opacity: 0; transition: all .5s; } .ba-share-icons .ba-share > span svg { box-sizing: content-box; font-size: 36px; height: 36px; margin-right: 20px; padding: 20px; position: relative; width: 36px; } .ba-share-icons .ba-share { visibility: hidden; display: flex; flex-wrap: wrap; justify-content: center; } .ba-share-icons.visible-sharing .ba-share { text-align: center; visibility: visible; } @keyframes sharing-animation { 0%{ opacity: 0; transform: translateY(300%);} 100% {opacity: 1; transform: none;} } .ba-share-icons.visible-sharing .ba-share span { animation: sharing-animation .5s ease-in-out both ; cursor: pointer; } .ba-share-icons .ba-share span:after { border-radius: 50%; content: ""; display: block; height: 1px; left: 50%; position: absolute; top: 50%; transition: all .3s; width: 1px; z-index: -1; } .ba-share-icons .ba-share span:hover:after { height: 100px; margin: -60px; width: 100px; } .ba-share-icons .ba-share span:hover svg { fill: #fff !important; } /* Social Colors*/ .ba-share-icons .ba-share span[data-service="twitter"] svg{ fill: #fff; } .ba-share-icons .ba-share span[data-service="twitter"]:after { background: #000; } .ba-share-icons .ba-share span[data-service="facebook"] svg{ fill: #3B5997; } .ba-share-icons .ba-share span[data-service="facebook"]:after { background: #3B5997; } .ba-share-icons .ba-share span.ba-google-share-button svg{ fill: #D95433; } .ba-share-icons .ba-share span.ba-google-share-button:after { background: #D95433; } .ba-share-icons .ba-share span[data-service="pinterest"] svg{ fill: #CB2027; } .ba-share-icons .ba-share span[data-service="pinterest"]:after { background: #CB2027; } .ba-share-icons .ba-share span[data-service="linkedin"] svg{ fill: #007AB5; } .ba-share-icons .ba-share span[data-service="linkedin"]:after { background: #007AB5; } .ba-share-icons .ba-share span[data-service="vk"] svg{ fill: #4C75A3; } .ba-share-icons .ba-share span[data-service="vk"]:after { background: #4C75A3; } .ba-share-icons .ba-share span[data-service="ok"] svg{ fill: #f68634; } .ba-share-icons .ba-share span[data-service="ok"]:after { background: #f68634; } /* Modal Resize */ .ba-resize { border: 0; box-shadow: none; left: 0; margin-left: auto; margin-right: auto; margin-top: 0; overflow: visible; } .ba-resize .reload { background-color: transparent!important;; height: 40px; left: calc(50% - 20px); position: absolute; top: calc(50% - 20px); width: 40px !important; } .ba-resize.reload-parent { height: 100%; width: 100%; } /* Image */ .ba-modal .modal-image img { background-color: #fff; display: block; margin: 0; transition: none !important; vertical-align: middle; width: inherit; } .ba-modal-body:not(.ba-filled-description):not(.ba-resize) .modal-image img { margin: 0 auto; } .hide-animation .ba-modal .modal-image img { height: auto !important; left: 0 !important; width: 100% !important; } .ba-zoom-image { transition: top .15s, left .15s, width .15s, height .15s; } /* Description */ .ba-modal .modal-description, .ba-modal #disqus_thread { padding: 25px; } @keyframes description-fade { from {opacity: 0;} to {opacity: 1;} } .categories-description { width: 100%; } .ba-goback .categories-description { margin-top: 25px; } .album-in-lightbox .ba-goback .categories-description *{ color: var(--modal-title-color); } .ba-gallery .categories-description a { padding: 0; } .categories-description .com-baforms, .ba-modal.ba-description-right .modal-description, .ba-modal.ba-description-left .modal-description, .ba-modal.ba-description-below .modal-description { animation: description-fade .3s .3s both; overflow: hidden; } .ba-description-below.hidden-description .ba-modal-body { background-color: transparent !important; } .ba-description-below .ba-modal-body, .ba-description-below.hidden-description .ba-modal-body { transition: .5s; } .ba-description-below.hidden-description .modal-image img { z-index: 1; } .ba-description-below .description-wrapper { transition: opacity .15s .3s; } .ba-description-below.hidden-description .description-wrapper { opacity: 0; visibility: hidden; } /* Description Right */ @keyframes ba-description-right { from { margin-right: calc(400px + var(--gallery-scroll-width));} } .gallery-modal .ba-description-left .description-wrapper, .gallery-modal .ba-description-right .description-wrapper { animation: ba-description-right .5s both; background: var(--modal-body-color); max-height: 100vh; min-height: 100%; overflow-x: hidden; overflow-y: scroll; margin-right: calc(0px - var(--gallery-scroll-width)); top: 0; width: calc(400px + var(--gallery-scroll-width)); min-width: calc(400px + var(--gallery-scroll-width)); } .gallery-modal .ba-description-left .description-wrapper { margin-right: 0; } .ba-gallery-fade-animation.ba-description-below { max-height: 100vh; overflow-y: scroll; } .ba-gallery-fade-animation.ba-description-below .ba-modal-body { max-height: none; } .ba-gallery-fade-animation .ba-modal-body.ba-description-left { background: transparent; box-sizing: border-box; display: flex; flex-direction: row-reverse; margin: 0; padding-left: 0 !important; padding-right: 0px !important; padding-top: 0!important; } .ba-gallery-fade-animation .ba-modal-body.ba-description-left .modal-image:not(.embed) { box-sizing: border-box; margin-right: calc(0px - var(--gallery-scroll-width)); min-width: calc(100vw - 400px); } .ba-gallery-slide-animation .ba-modal-body.ba-description-left.ba-resize .modal-image:not(.embed), .ba-gallery-fade-animation .ba-modal-body.ba-description-left.ba-resize .modal-image:not(.embed) { margin-right: var(--gallery-scroll-width); } .ba-gallery-slide-animation .ba-modal-body.ba-description-right.ba-resize .modal-image:not(.embed), .ba-gallery-fade-animation .ba-modal-body.ba-description-right.ba-resize .modal-image:not(.embed) { margin: 0 auto; } .ba-description-left.ba-modal-body, .ba-description-right.ba-modal-body { box-sizing: border-box; display: flex; flex-direction: row; overflow-x: hidden; padding-top: 0!important; } .ba-description-left.ba-modal-body:not(.ba-resize), .ba-description-right.ba-modal-body:not(.ba-resize) { overflow: hidden; } .ba-description-left.ba-modal-body { flex-direction: row-reverse; } .ba-description-right.ba-modal-body .modal-image { direction: rtl; margin-left: calc(0px - var(--gallery-scroll-width)); } .ba-description-left.ba-modal-body:not(.ba-resize) .modal-image:not(.embed), .ba-description-right.ba-modal-body:not(.ba-resize) .modal-image:not(.embed) { padding-top: 60px; } .ba-modal-header { transition: right .5s, left .5s, width .5s; } .modal-nav .zmdi-chevron-left, .modal-nav .zmdi-chevron-right { transition: right .5s, left .5s, width .5s, opacity .3s; } .gallery-modal { transition: padding-right .5s, padding-left .5s; } .gallery-modal.ba-description-right + input + .modal-nav .zmdi-chevron-right { right: 425px; } .gallery-modal.ba-description-right .ba-modal-header { right: 400px; width: calc(100vw - (400px - var(--gallery-scroll-width))); } .gallery-modal.ba-description-right .reload { left: calc(50% - 239px); } /* Description Left */ @keyframes ba-description-left { from { margin-left: calc(400px - var(--gallery-scroll-width));} } .gallery-modal .ba-description-left .description-wrapper { animation: ba-description-left .5s both; direction: rtl; margin-left: calc(0px - var(--gallery-scroll-width)); right: auto; } .gallery-modal.ba-description-left .modal-description { direction: ltr; } .gallery-modal.ba-description-left .ba-modal-header { left: 400px; width: calc(100% - 400px); } .gallery-modal.ba-description-left + input + .modal-nav .zmdi-chevron-left { left: 425px; } .gallery-modal.ba-description-left .reload { left: calc(50% + 161px); } /* /* Lightbox animation */ /* Lightbox Fade Animation */ .ba-gallery-slide-animation .ba-modal-body, .ba-gallery-fade-animation .ba-modal-body { bottom: 0; left: 0; position: absolute; right: 0; top: 0; will-change: transform,opacity; } .ba-gallery-slide-animation .ba-modal-body:not(.ba-resize), .ba-gallery-fade-animation .ba-modal-body:not(.ba-resize) { padding-top: var(--modal-body-padding-top); } .ba-gallery-fade-animation .ba-modal-body:not(.ba-description-left):not(.ba-description-right) { opacity: 0; transition: opacity .3s; } .ba-gallery-fade-animation .ba-modal-body:not(.ba-description-left):not(.ba-description-right).active { opacity: 1; transition: opacity .3s; z-index: 1; } .ba-gallery-fade-animation .ba-description-left.ba-modal-body .modal-image, .ba-gallery-fade-animation .ba-description-right.ba-modal-body .modal-image { opacity: 0; transition: opacity .3s; } .ba-gallery-fade-animation .ba-description-left.ba-modal-body.active, .ba-gallery-fade-animation .ba-description-right.ba-modal-body.active { z-index: 1; } .ba-gallery-fade-animation .ba-description-left.ba-modal-body.active .modal-image, .ba-gallery-fade-animation .ba-description-right.ba-modal-body.active .modal-image { opacity: 1; transition: opacity .3s; } .ba-gallery-fade-animation .ba-description-left.ba-modal-body:not(.active) > div:not(.modal-image), .ba-gallery-fade-animation .ba-description-right.ba-modal-body:not(.active) > div:not(.modal-image) { display: none; } /* Lightbox Slide Animation */ .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body { overflow: hidden !important; } .ba-description-right .description-wrapper, .ba-description-left .description-wrapper { animation: none !important; } .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body:not(.ba-resize):not(.ba-description-below), .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body.ba-resize.ba-description-below, .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body { min-width: 100vw; width: 100vw; } .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body:not(.ba-resize).ba-description-left, .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body:not(.ba-resize).ba-description-right, .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body.ba-resize { min-width: calc(100vw + var(--gallery-scroll-width)); width: calc(100vw + var(--gallery-scroll-width)); } .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body:not(.ba-resize):not(.ba-description-below):not(.ba-description-right) .modal-image{ overflow: hidden; padding-right: calc((100vw - var(--modal-body-width) - 400px)/2 + var(--gallery-scroll-width)); } .ba-gallery-slide-animation .ba-modal-body { transition: none !important; margin: 0; } .ba-gallery-slide-animation .ba-modal-body:not(.active):not(.ba-prev-out):not(.ba-next-in):not(.ba-prev-in):not(.ba-next-out){ visibility: hidden; pointer-events: none; } @keyframes slide-right-in-animation { from { transform: translateX(-100%);} to { transform: translateX(0);} } .ba-gallery-slide-animation .ba-modal-body.ba-prev-in { animation: slide-right-in-animation .5s ease both; } @keyframes slide-right-out-animation { from { transform: translateX(0);} to { transform: translateX(100%);} } .ba-gallery-slide-animation .ba-modal-body.ba-prev-out { animation: slide-right-out-animation .5s ease both; } @keyframes slide-left-in-animation { from { transform: translateX(100%);} to { transform: translateX(0);} } .ba-gallery-slide-animation .ba-modal-body.ba-next-in { animation: slide-left-in-animation .5s ease both; } @keyframes slide-left-out-animation { from { transform: translateX(0);} to { transform: translateX(-100%);} } .ba-gallery-slide-animation .ba-modal-body.ba-next-out { animation: slide-left-out-animation .5s ease both; } /* /* Comments */ /* VK comments */ .modal-open > iframe[src*= "vk.com"] { z-index: 10010 !important; } /* Modal embed code 100% width */ .ba-modal .modal-image.embed { height: calc((var(--modal-body-width) + var(--gallery-scroll-width))/16*9); margin-top: var(--modal-body-padding-top); overflow: hidden; overflow-y: auto !important; position: relative; width: calc(var(--modal-body-width) + var(--gallery-scroll-width)); overflow-y: auto; } .ba-modal.ba-description-right .modal-image.embed { margin-left: calc((100vw - 400px - var(--modal-body-width))/2 - var(--gallery-scroll-width)); } .ba-modal.ba-description-below .modal-image.embed ~ .description-wrapper{ width: calc(var(--modal-body-width) + var(--gallery-scroll-width)); } .ba-modal .modal-image.embed iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .ba-modal-body:not(.ba-filled-description):not(.ba-resize) { padding-top: 0px; } .ba-modal-body:not(.ba-resize) { padding-top: 60px; } .ba-modal-body { backface-visibility: hidden; background: transparent; margin-left: auto; margin-right: auto; min-width: calc(100vw + var(--gallery-scroll-width)); overflow-y: scroll; overflow-x: hidden; transition: .5s; } .category-password-modal .ba-modal-body { min-width: auto; overflow-y: auto; } .ba-modal-body.ba-resize:not(.ba-description-below) { overflow-y: hidden; } .ba-modal-body > div { background: var(--modal-body-color); background-color: transparent; margin: 0 auto; max-height: 100vh; overflow-y: auto; position: relative; z-index: 1; } .ba-modal-body > div.modal-image:not(.embed) { justify-content: center; max-height: 100vh; overflow-y: auto; padding: 0 calc((100vw - var(--modal-body-width) - 400px)/2); } .ba-description-left.ba-modal-body:not(.ba-resize) > div.modal-image:not(.embed), .ba-description-right.ba-modal-body:not(.ba-resize) > div.modal-image:not(.embed){ overflow-y: scroll; } .ba-modal-body.ba-resize > div.modal-image:not(.embed) { padding-top: var(--modal-body-padding-top); } .ba-modal-body:not(.ba-resize) > div.modal-image { padding-top: 60px !important; } .ba-modal-body > div.modal-image img { min-width: var(--modal-body-width); width: var(--modal-body-width); } .ba-modal-body.ba-description-right:not(.ba-resize) > div.modal-image img, .ba-modal-body.ba-description-left:not(.ba-resize) > div.modal-image img { width: calc(var(--modal-body-width) + var(--gallery-scroll-width)); } .ba-modal-body:not(.ba-filled-description) > div.modal-image, .ba-modal-body.ba-description-below > div.modal-image { max-height: none; overflow: hidden; } .ba-modal-body.ba-resize > div.modal-image img, .ba-modal-body.ba-description-below > div.modal-image img { margin: 0 auto; } .ba-modal-body.ba-description-below > div.description-wrapper { background: var(--modal-body-color); box-sizing: border-box; margin: 0 auto; width: var(--modal-body-width); max-height: none; } .hidden-description .ba-modal-body > div.modal-image { position: initial; width: var(--modal-body-width); } .hidden-description .ba-modal-body { overflow: hidden; min-width: 100vw; margin: 0 !important; padding: 0 !important; } /* /* Category Password Modal */ @keyframes backdrop { from { opacity: 0;} } body > .modal-scrollable.gallery-password-scrollable { animation: backdrop .5s ease-in-out both; background-color: rgba(0, 0, 0, 0.56); bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1040; } @keyframes modal-sm-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .category-password-modal.in { animation: modal-sm-in .3s cubic-bezier(0.4,0,0.2,1) both; } @keyframes close-modal-sm { to {transform: scale(.8); opacity: 0;} } .modal-scrollable-out .category-password-modal { animation: close-modal-sm .3s cubic-bezier(0.4,0,0.2,1) both; } .modal-scrollable-out { animation: icon-fade-out .3s ease-in-out both !important; } .category-password-modal { background: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; left: 50%; margin-left: -162px; opacity: 1 !important; overflow: visible; padding: 25px; position: fixed; top: calc(50% - 160px) !important; width: 325px; z-index: 1050; } .category-password-modal h3.ba-modal-title { color: #1a1a1a; cursor: default; display: inline-block; font:500 18px/20px 'Roboto', sans-serif; letter-spacing: 0; margin: 0 0 50px 0; } .category-password-modal .modal-footer { background-color: transparent; border: none; box-shadow: none; margin-top: 25px; padding: 0; text-align: right; } .category-password-modal .modal-footer:before, .category-password-modal .modal-footer:after { content: ""; display: table; line-height: 0; } .category-password-modal .modal-footer:after { clear: both; } .category-password-modal .ba-input-lg { position: relative; } .category-password-modal .ba-input-lg input { background: transparent; border-color: transparent; border-bottom-color: #e3e3e3; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font: 400 22px/45px 'Roboto', sans-serif; height: 45px; margin: 25px 0 50px 0; padding: 4px 6px; width: 100%; } .category-password-modal .ba-input-lg input:focus { border-color: #fff !important; border-bottom-color: #e3e3e3 !important; } .category-password-modal .modal-footer a { background-color: transparent; border-radius: 3px; border: none; color: #363637; display: inline-block; font: 500 16px/18px 'Roboto', sans-serif; overflow: hidden; padding: 15px; position: relative; text-decoration: none !important; text-transform: uppercase; } .category-password-modal .modal-footer a:not(.ba-btn-primary):hover { background-color: rgba(0,0,0,0.1); color: #363637; } .category-password-modal .disable-button { background: transparent !important; color: #cacaca !important; cursor: not-allowed; } .category-password-modal a.ba-btn-primary.active-button { color: #fff !important; } .category-password-modal .ba-btn-primary:before { background: #75d84d; border-radius: 100%; content: ''; display: block; height: 5px; left: 50%; margin: -2px 0 0 -2px; opacity: 0; position: absolute; top: 50%; transform: scale(0); transition: all .7s ease; width: 5px; z-index: -1; } .category-password-modal .ba-btn-primary.active-button:before, .category-password-modal .ba-btn-primary.active-button:hover:after { backface-visibility: hidden; background: #75d84d; opacity: 1; transform: scale(27); } .category-password-modal .ba-btn-primary.active-button:after { cursor: pointer !important; background: #fff; border-radius: 50%; backface-visibility: hidden; content: ""; height: 3px; left: 50%; opacity: 0; position: absolute; top: 50%; transition: all .5s cubic-bezier(.25,.98,.26,.99); transform: scale(0); width: 3px; z-index: -1; } /* Focus Underline */ .category-password-modal input:focus + .focus-underline { transform: scaleX(1); } .category-password-modal .focus-underline { background: #1da6f4; top: 68px; height: 2px; left: 0px; position: absolute; transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 100%; } /* /* Notification */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } .gallery-notification.notification-in { animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; display: block; visibility: visible; } .ba-notification-message, .gallery-notification { background: #2c2c2c; box-sizing: content-box; border-radius: 6px; border: none; bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; opacity: 1; padding: 25px; position: fixed; right: 50px; text-shadow: none; visibility: hidden; z-index: 1510; } .ba-notification-message p { font-style: normal; letter-spacing: 0; text-align: left; text-decoration: none; text-transform: none; } .ba-notification-message, .gallery-notification.ba-alert { background: #f46336; padding: 40px 25px; width: 250px; } .ba-notification-message { background: #418cff; } .gallery-notification:not(.ba-alert) .ba-alert-title, .gallery-notification:not(.ba-alert) i { display: none; } .gallery-notification i { color: #fff; opacity: 1; padding: 8px; position: absolute; right: 5px; text-shadow: none; top: 0; } .ba-notification-message p, .gallery-notification p { color: #fff; font: 500 14px/24px 'Roboto', sans-serif; margin: 0; } .gallery-notification p img { height: 40px; padding-left: 40px; vertical-align: middle; width: 40px; } .ba-notification-message p, .gallery-notification.ba-alert p { opacity: .6; } .gallery-notification.ba-alert .ba-alert-title, .ba-notification-message h4 { color: #fff; display: block; font: bold 14px/16px 'Roboto', sans-serif; letter-spacing: 0; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } @keyframes notification-out { to { bottom: 0; transform: translateY(130%); opacity: 0;} } .gallery-notification.animation-out { animation: notification-out .4s cubic-bezier(.25,.98,.26,.99) both; display: block; opacity: 1; visibility: visible; } .saving-backdrop { animation: saving-backdrop .3s ease-in-out ; background: #fff; bottom: 0; left: 0; opacity: .65; position: fixed; top: 0; width: 100vw; z-index: 10000; } .saving-backdrop + img { left: calc(50vw - 20px); padding: 0; position: fixed; top: calc(50% - 20px); z-index: 10010; } /* ======================================================================== Reset ========================================================================== */ /* Disable the default border highlight */ .ba-gallery input:focus, .ba-gallery select:focus, .ba-gallery textarea:focus, .ba-gallery button:focus { outline: none; } .ba-gallery input:focus { border-color: transparent !important; } .ba-gallery a, .ba-gallery a:hover { background: none; box-sizing: content-box; text-decoration: none; } /* /* Shortcode modal */ .contentpane { background: #fafafa; margin: 0 !important; } .contentpane:not(.modal) { padding: 20px; } .contentpane #main { margin: 0; padding: 0; } .modal-shortcode form { background: #fafafa; display: block; margin-bottom: 0; padding: 20px; } .modal-shortcode input#filter_search { border: none; box-shadow: none; box-sizing: border-box; color: #3f3f3f; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; height: 50px; margin: 0; padding: 0 25px; padding-left: 80px; width: 100%; } .modal-shortcode #filter_search + i { color: #3f3f3f; font-size: 24px; left: 35px; opacity: .5; position: absolute; top: 13px; } .modal-shortcode button { display: none; } .modal-shortcode .gallery-table { background: #fff; height: 433px; min-height: 400px; overflow-y: auto; } .modal-shortcode .gallery-list { border: none; width: 100%; } #category-dialog thead th, .modal-shortcode .gallery-list tbody tr td, .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list thead tr th { border-bottom: 1px solid #f3f3f3; border-left: 1px solid #f3f3f3; box-sizing: border-box; color: #333; display: inline-block; float: left; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; padding: 20px 25px; text-align: left; width: 10%; } .modal-shortcode .gallery-list thead tr th:first-child, .modal-shortcode .gallery-list tbody tr th { padding-left: 30px; } .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list thead tr th:first-child { background: transparent; border-left: none; text-align: left; width: 70%; } .modal-shortcode .gallery-list thead tr th:nth-child(2), .modal-shortcode .gallery-list thead tr th:nth-child(3), .modal-shortcode .gallery-list tbody tr td { background: transparent; color: #333; justify-content: center; text-align: center; } .modal-shortcode .gallery-list tbody .gallery-title + td, .modal-shortcode .gallery-list thead tr th:nth-child(2) { width: 20%; } .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list tbody tr td { align-items: center; border: none; display: flex; height: 70px; } .modal-shortcode .gallery-category { color: #999; } #category-dialog tbody tr:hover, .modal-shortcode tbody tr:hover { background: #1da6f4; } #category-dialog tbody tr:hover td i, #category-dialog tbody tr:hover td, .modal-shortcode tbody tr:hover td, .modal-shortcode tbody tr:hover a { color: #fff !important; } .modal-shortcode a, .modal-shortcode a:hover { background: transparent!important; text-decoration: none!important; } #category-dialog { border-radius: 6px; box-sizing: border-box; height: 400px; left: 50%; margin-left: -250px; overflow: hidden; padding: 0; position: absolute; top: calc(50% - 200px) !important; width: 500px; z-index: 1050; } #category-dialog .modal-body { background: #fff; padding: 0; width: 100%; } #category-dialog table { display: block; width: 100%; } #category-dialog thead, #category-dialog tbody { display: inherit; width: 100%; } #category-dialog tbody { height: 340px; overflow-y: auto; } #category-dialog thead th { background: #fff; display: table-cell; float: none; } #category-dialog thead th:first-child { border-left: none; } #category-dialog thead th:nth-child(2){ width: 90%; border-left: none; padding-left: 20px; } #category-dialog tbody tr td { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400 !important; padding: 20px; } #category-dialog tbody tr:hover td { background: transparent; } #category-dialog tbody tr td:last-child { text-align: center; } #category-dialog .checkbox { position: relative; width: 5% ; } #category-dialog .checkbox input { opacity: 0; } #category-dialog tbody tr td i.zmdi { color: #ddd; font-size: 24px; left: 25px; position: absolute; top: 18px; } #category-dialog tbody tr td i.zmdi-check { color: #757575; opacity: 0; } #category-dialog .checkbox input:checked + i { opacity: 0; } #category-dialog .checkbox input:checked + i + i { opacity: 1; } #category-dialog .title { width: 70%; } .contentpane .modal-backdrop { background-color: rgba(0,0,0,.5); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1040; } .contentpane.com_bagallery.galleries .modal-backdrop { opacity: .05 !important; } #modal-filter { border: none; margin: 0 0 20px 0; padding: 0; position: relative; } .contentpane:not(.modal) #modal-filter { margin-top: 0; } .contentpane:not(.modal) form { margin: 0; } .gallery-table tr > th > a { color: #333; font-weight: normal; } th.gallery-title:hover a { color: #999; text-decoration: none; } .contentpane.component { height: 0; } .ba-btn { background-color: #f1f1f1; border-radius: 2px; border: 1px solid #e3e3e3; font-weight: bold; padding: 10px 15px; } .com_bagallery a.ba-btn { color: inherit; text-decoration: none; } .ba-btn.active, .ba-btn:hover { background-color: #eaeaea; } /* /* Edit Gallery Button */ .ba-gallery { background-color: var(--modal-background-color); position: relative; display: inline-block; width: 100%; } .ba-edit-gallery-btn { background: #f64231 !important; border-radius: 50%; box-shadow: 0 5px 12px rgba(0,0,0,0.23); color: #fff !important; display: block; font-size: 24px; height: 24px; letter-spacing: normal; line-height: 24px; margin-left: calc(100% - 60px); overflow: hidden; padding: 18px; position: absolute; text-align: center; top: 0; width: 24px; z-index: 1; } .ba-edit-gallery-btn .ba-tooltip { bottom: auto; top: calc(100% + 10px); } .ba-edit-gallery-btn .ba-tooltip:before { border-bottom: 5px solid #2c2c2c; border-top: 5px solid transparent; bottom: auto; top: -9px; } .ba-edit-gallery-btn i { transition: all 1s; vertical-align: super; } .ba-edit-gallery-btn:hover i { color: #fff; transform: rotate(360deg); } .ba-edit-gallery-btn span { display: none; } /* ======================================================================== Responsive ========================================================================== */ @media only screen and (max-device-width: 1200px) { .ba-gallery a.ba-icon-left, .ba-gallery a.ba-icon-right { display: none; } } @media (min-width: 1200px) { .equal-positions-tags.visible-filter-modal { margin-top: 0 !important } } @media (max-width: 1200px) { /* Category filters */ .ba-gallery select.ba-select-filter { background-color: #fff; border: 1px solid #f3f3f3; color: #999; display: block !important; font-size: 16px; height: 50px; width: 100%; } .ba-gallery-row-wrapper .row-fluid { margin-bottom: 15px; } .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active { display: none; } .filter-modal-open .ba-row { z-index: auto; } /* Album title and btn */ .ba-gallery:not(.album-in-lightbox) .ba-goback h2 { box-sizing: border-box; text-align: center !important; width: 100% !important; word-wrap: break-word; } /* Tag & Color filters */ .equal-positions-tags ~ .row-fluid, .equal-positions-tags ~ .ba-gallery-content-wrapper, .ba-gallery-content:not(:first-child) { width: 100%!important; } .equal-positions-tags { background: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.15); border-radius: 6px; box-sizing: border-box; left:0; margin-left: 10%; opacity: 0; visibility: hidden; overflow: hidden; overflow-y: auto; position: fixed; padding: 0; top: 0; width: 80%; z-index: 1050; } .filter-modal-open .equal-positions-tags{ transition: opacity .3s linear, visibility .3s .3s, margin-top .3s .3s; } .visible-filter-modal.equal-positions-tags { margin-bottom: 20px !important; margin-top: 20px !important; opacity: 1; transition: opacity .3s linear; visibility: visible; } .gallery-tags-wrapper, .gallery-colors-wrapper { margin-top: 25px; } .equal-positions-tags > div { box-sizing: border-box; padding: 0 25px; } .ba-reset-filter { margin-bottom: 25px !important; } .ba-filter-wrapper { max-height: calc(100vh - 100px); overflow-y: auto; } .equal-positions-tags + .filter-modal-backdrop.close-filter-modal { background: #000; bottom: 0; left: 0; opacity: 0; visibility: hidden; position: fixed; right: 0; top: 0; z-index: 1040; } .filter-modal-open .equal-positions-tags + .filter-modal-backdrop.close-filter-modal { transition: opacity .3s linear, visibility .3s .3s; } .filter-modal-open .visible-filter-modal.equal-positions-tags + .filter-modal-backdrop.close-filter-modal { opacity: .56; transition: opacity .3s linear; visibility: visible; } a.show-filter-modal:hover, a.show-filter-modal { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; display: block; font-size: 16px; height: 50px; margin-left: 10px; margin-top: 20px; padding: 15px 25px; white-space: nowrap; } a.show-filter-modal:hover { background-color: #e6e6e6; } .category-filter { align-items: center; display: flex; } .filter-modal-footer { background-color: transparent; border-top: 1px solid #f3f3f3; bottom: 20px; box-shadow: none; display: flex; padding: 0 !important; text-align: center; width: 100%; } .filter-modal-footer a:hover, .filter-modal-footer a { background: transparent; box-sizing: border-box; color: #363637; display: inline-block; float: left; font: 500 16px/18px 'Roboto'; padding: 21px !important; text-align: center; text-transform: uppercase; width: 100%; } .filter-modal-footer a:first-child { border-right: 1px solid #f3f3f3; background: #fff; } .filter-modal-footer a:last-child { background: #1da6f4; color: #fff; } .ba-gallery-row-wrapper > .ba-gallery-content-wrapper { display: block; } .ba-gallery-row-wrapper > .ba-gallery-content-wrapper .show-filter-modal { margin: 0 0 25px 0; } } @media (max-width: 1024px) { .display-lightbox-fullscreen, .modal-nav { display: none !important; } .gallery-modal .ba-modal-header .ba-center-icons { float: right; margin-right: 50px; width: 110px; } .gallery-modal .ba-modal-header .ba-center-icons i.zmdi { line-height: 36px; padding: 20px 15px; margin: 0; } .ba-scrollable { background: #000 !important; } .ba-modal .ba-modal-header { box-shadow: inset 0px 130px 100px -125px rgba(0, 0, 0, 1) !important; } .ba-modal .header-icons { box-shadow: rgba(0, 0, 0, 1) 0px -85px 150px -85px inset !important; } .gallery-modal .ba-modal-header .zmdi { color: #fff !important; } .gallery-modal .ba-modal-header .ba-modal-title { width: calc(100% - 160px); } .ba-modal-header .modal-title { font-size: 18px !important; line-height: 36px !important; max-width: 100%; } .ba-modal-header .header-icons { bottom: 0; padding-top: 50px; position: fixed; text-align: center; width: 100%; left: 0; } .ba-modal-header .ba-icon-close { position: fixed; right: 20px; top: 5px; } .gallery-modal .ba-download-img, .gallery-modal .zmdi-share, .gallery-modal .ba-like-wrapper { box-sizing: border-box; margin-left: 0 !important; padding-top: 30px; text-align: center !important; width: 30% !important; } .ba-like:not([data-count="0"]):after{ left: 55%; } .hidden-description .description-wrapper { opacity: 0; visibility: hidden; } .ba-modal-body > div.modal-image { overflow: hidden; max-height: initial; } .description-wrapper { background: var(--modal-body-color) !important; width: var(--modal-body-width); } .description-wrapper, .ba-modal .modal-image img { margin: 0 auto; } .ba-modal-body.ba-resize { overflow-y: scroll !important; } .ba-slide-animation-started.ba-gallery-slide-animation .ba-modal-body.ba-resize { min-width: 100vw; width: 100vw; } } @media (max-width: 767px) { .ba-gallery { box-sizing: border-box; padding: 0 20px; } .ba-modal .ba-modal-header a { margin-top: 0; } .gallery-modal .ba-modal-header .zmdi { padding: 20px 5px; } .modal-open { width: inherit; } .ba-edit-gallery-btn { display: none; } .ba-modal-header .zmdi:hover, .modal-nav .zmdi-chevron-right:hover, .modal-nav .zmdi-chevron-left:hover, .ba-gallery .ba-pagination .ba-btn.ba-dissabled { opacity: 1; } /* Header */ .ba-modal .ba-modal-header { position: fixed; opacity: 1 !important; visibility: visible !important; } /* Header icons and title */ .ba-modal .header-icons { text-align: center; } .modal-scrollable.ba-scrollable { margin-right: 0; overflow-y: auto; overflow-x: hidden; } .ba-gallery .ba-pagination a.ba-btn.ba-first-page, .ba-gallery .ba-pagination a.ba-btn.ba-last-page { display: none !important; } } @media (max-width: 480px) { .ba-gallery .ba-pagination a.ba-btn:not(.ba-next):not(.ba-prev):not(.load-more):not(.scroll-to-top) { display: none !important; } } /* For Gridbox */ .album-in-lightbox-open .edit-page-btn { right: auto; left: calc(100vw - 122px); } .category-password-modal-open .ba-section, .category-password-modal-open .ba-row, .category-password-modal-open .ba-grid-column { position: static; }/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* /* General styles */ .ba-caption-content h3 { line-height: normal; margin: 12px 0; padding: 0; } .ba-caption-content p { line-height: normal; margin: 15px; } .ba-caption .ba-caption-content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .ba-caption .ba-caption-content h3, .ba-caption .ba-caption-content .image-category, .ba-caption .ba-caption-content .short-description { margin: 15px; } .ba-caption { align-items: center; display: flex; overflow: hidden; } @keyframes ba-image-fade { from { opacity: 0; } to { opacity: 1;} } .ba-gallery-items, .ba-album-items { animation: ba-image-fade .8s linear both; } /* /* Style 1 - Default */ .ba-album.css-style-1 .ba-caption, .ba-gallery-grid.css-style-1 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95); width: 100%; z-index: 1; } .ba-album.css-style-1 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-1 .ba-caption:hover { opacity: 1; } .ba-album.css-style-1 .ba-caption h3, .ba-album.css-style-1 .ba-caption p, .ba-gallery-grid.css-style-1 .ba-caption h3, .ba-gallery-grid.css-style-1 .ba-caption p.image-category, .ba-gallery-grid.css-style-1 .ba-caption p.short-description { opacity: 0; transform: translateY(-100%); transition: all .4s ease-in-out; } .ba-album.css-style-1 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-1 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-1 .ba-caption:hover h3, .ba-gallery-grid.css-style-1 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-1 .ba-caption:hover p.short-description { opacity: 1; transform: none; } /* Image Rotate */ .ba-album.css-style-1 .ba-image, .ba-gallery-grid.css-style-1 .ba-image { overflow: hidden; } .ba-album.css-style-1 .ba-image img, .ba-gallery-grid.css-style-1 .ba-image img { transition: transform .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95); } .ba-album.css-style-1 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-1 .ba-image:hover img { transform: scale(1.2); } /* /* Style 2 */ .ba-album.css-style-2 .ba-caption, .ba-gallery-grid.css-style-2 .ba-caption { bottom: 0; height: 100px; max-height: 100%; opacity: 1; overflow: hidden; position: absolute; top: auto; width: 100%; z-index: -1; } .ba-album.css-style-2 .ba-image img, .ba-gallery-grid.css-style-2 .ba-image img { transition: transform .4s 0s ease-in-out; z-index: 1; } .ba-album.css-style-2 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-2 .ba-image:hover img { transform: translateY(-100px); } /* /* Style 3 */ .ba-album.css-style-3 .ba-album-items, .ba-gallery-grid.css-style-3 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-3 .ba-image img, .ba-gallery-grid.css-style-3 .ba-image img { transition: transform .4s 0s ease-in-out; } .ba-album.css-style-3 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-3 .ba-image:hover img { transform: translateY(-100px); } .ba-album.css-style-3 .ba-caption, .ba-gallery-grid.css-style-3 .ba-caption { bottom: 0; height: 100px; opacity: 0; position: absolute; top: auto; width: 100%; transform: translateY(100%); transition: all .4s 0s ease-in-out, opacity 0.1s 0.3s; } .ba-album.css-style-3 .ba-album-items:hover .ba-image + .ba-caption, .ba-gallery-grid.css-style-3 .ba-image:hover .ba-caption { opacity: 1; transform: translateY(0px); transition: all .4s 0s ease-in-out, opacity 0.1s; } .ba-album.css-style-2 .ba-caption h3, .ba-album.css-style-2 .ba-caption p, .ba-gallery-grid.css-style-2 .ba-caption h3, .ba-gallery-grid.css-style-2 .ba-caption p, .ba-album.css-style-3 .ba-caption h3, .ba-album.css-style-3 .ba-caption p, .ba-gallery-grid.css-style-3 .ba-caption h3, .ba-gallery-grid.css-style-3 .ba-caption p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* /* Style 4 */ .ba-album.css-style-4 .ba-album-items, .ba-gallery-grid.css-style-4 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-4 .ba-image img, .ba-gallery-grid.css-style-4 .ba-image img { transition: margin-left .4s 0s ease-in-out; z-index: 9; } .ba-album.css-style-4 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-4 .ba-image:hover img { margin-left: 50%; } .ba-album.css-style-4 .ba-caption, .ba-gallery-grid.css-style-4 .ba-caption { bottom: 0; height: 100%; opacity: 1; top: auto; width: 50%; margin-left: -50%; transition: all .4s 0s ease-in-out, opacity 0.3s 0.1s; position: absolute; } .ba-album.css-style-4 .ba-album-items:hover .ba-image+.ba-caption, .ba-gallery-grid.css-style-4 .ba-image:hover .ba-caption { margin-left: 0; transition: all .4s 0s ease-in-out; } /* /* Style 6 */ .ba-album.css-style-6 .ba-caption, .ba-gallery-grid.css-style-6 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out, opacity 0.4s; width: 100%; z-index: 1; } .ba-album.css-style-6 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-6 .ba-image:hover .ba-caption { opacity: 1; transform: translate(15px, 15px); } .ba-album.css-style-6 .ba-album-items:hover, .ba-gallery-grid.css-style-6 .ba-gallery-items:hover { z-index: 1; } /* /* Style 7 */ .ba-album.css-style-7 .ba-caption, .ba-gallery-grid.css-style-7 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95); width: 100%; z-index: 1; } .ba-album.css-style-7 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-7 .ba-caption:hover { opacity: 1; } .ba-album.css-style-7 .ba-caption h3, .ba-album.css-style-7 .ba-caption p, .ba-gallery-grid.css-style-7 .ba-caption h3, .ba-gallery-grid.css-style-7 .ba-caption p.image-category, .ba-gallery-grid.css-style-7 .ba-caption p.short-description { opacity: 0; transform: translateX(100%); transition: all .4s ease-in-out; } .ba-album.css-style-7 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-7 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-7 .ba-caption:hover h3, .ba-gallery-grid.css-style-7 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-7 .ba-caption:hover p.short-description { opacity: 1; transform: none; } /* Image zoom */ .ba-album.css-style-13 .ba-image, .ba-gallery-grid.css-style-13 .ba-image, .ba-album.css-style-7 .ba-image, .ba-gallery-grid.css-style-7 .ba-image, .ba-album.css-style-8 .ba-image, .ba-gallery-grid.css-style-8 .ba-image { overflow: hidden; } .ba-album.css-style-13 .ba-image img, .ba-gallery-grid.css-style-13 .ba-image img, .ba-album.css-style-7 .ba-image img, .ba-gallery-grid.css-style-7 .ba-image img, .ba-album.css-style-8 .ba-image img, .ba-gallery-grid.css-style-8 .ba-image img { transition: transform .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95); } .ba-album.css-style-13 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-13 .ba-gallery-items:hover .ba-image img, .ba-album.css-style-7 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-7 .ba-image:hover img, .ba-album.css-style-8 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-8 .ba-image:hover img { transform: scale(1.2); } /* /* Style 8 */ .ba-album.css-style-8 .ba-caption, .ba-gallery-grid.css-style-8 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .6s 0s cubic-bezier(0.6, -0.02, 0.6, 0.95); width: 100%; z-index: 1; } .ba-album.css-style-8 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-8 .ba-caption:hover { opacity: 1; } .ba-album.css-style-8 .ba-caption h3, .ba-album.css-style-8 .ba-caption p, .ba-gallery-grid.css-style-8 .ba-caption h3, .ba-gallery-grid.css-style-8 .ba-caption p.image-category, .ba-gallery-grid.css-style-8 .ba-caption p.short-description { opacity: 0; transform: translateY(300%); transition: all .4s ease-in-out; } .ba-album.css-style-8 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-8 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-8 .ba-caption:hover h3, .ba-gallery-grid.css-style-8 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-8 .ba-caption:hover p.short-description { opacity: 1; transform: none; } .ba-album.css-style-8 .ba-caption .ba-caption-content, .ba-gallery-grid.css-style-8 .ba-caption .ba-caption-content { transition: all .4s 0s ease-in-out; } /* /* Style 10 */ /* Caption */ .ba-album.css-style-10 .ba-caption, .ba-gallery-grid.css-style-10 .ba-caption { height: 100%; width: 100%; position: relative; } /* Image Scale */ .ba-album.css-style-10 .ba-image, .ba-gallery-grid.css-style-10 .ba-image { overflow: hidden; } .ba-album.css-style-10 .ba-image img, .ba-gallery-grid.css-style-10 .ba-image img { transition: transform .4s 0s ease-in-out; } .ba-album.css-style-10 .ba-album-items .ba-caption p, .ba-gallery-grid.css-style-10 .ba-gallery-items .ba-caption .short-description { white-space: pre-wrap; line-height: 180%; } /* /* Style 11 */ /* Caption */ .ba-gallery-grid.css-style-14 .ba-image .ba-gallery-items, .ba-gallery-grid.css-style-14 .ba-image .ba-image, .ba-album.css-style-14 .ba-album-items, .ba-album.css-style-14 .ba-image, .ba-album.css-style-13 .ba-album-items, .ba-album.css-style-13 .ba-image, .ba-gallery-grid.css-style-13 .ba-gallery-items, .ba-gallery-grid.css-style-13 .ba-image, .ba-album.css-style-11 .ba-album-items, .ba-album.css-style-11 .ba-image, .ba-gallery-grid.css-style-11 .ba-gallery-items, .ba-gallery-grid.css-style-11 .ba-image { overflow: hidden; } .ba-album.css-style-14 .ba-caption, .ba-gallery-grid.css-style-14 .ba-image .ba-caption, .ba-album.css-style-13 .ba-caption, .ba-gallery-grid.css-style-13 .ba-caption, .ba-album.css-style-11 .ba-caption, .ba-gallery-grid.css-style-11 .ba-caption { bottom: -20px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.6)))!important; background: -webkit-linear-gradient(top, transparent 10%, rgba(0,0,0,0.6) 150%)!important; background: -moz-linear-gradient(top, transparent 10%, rgba(0,0,0,0.6) 150%)!important; background: linear-gradient(to bottom, transparent 10%, rgba(0,0,0,0.6) 150%)!important; opacity: 0; padding-top: 45px; position: absolute; transition: all .4s 0s ease-in-out; width: 100%; } .ba-album.css-style-14 .ba-image +.ba-caption, .ba-gallery-grid.css-style-14 .ba-image .ba-caption + .image-likes, .ba-gallery-grid.css-style-14 .ba-image .ba-caption, .ba-album.css-style-13 .ba-image +.ba-caption, .ba-gallery-grid.css-style-13 .ba-image .ba-caption, .ba-album.css-style-11 .ba-album-items:hover .ba-image+.ba-caption, .ba-gallery-grid.css-style-11 .ba-image:hover .ba-caption { bottom: 0; opacity: 1; } .ba-album.css-style-14 .ba-caption h3, .ba-album.css-style-14 .ba-caption p, .ba-gallery-grid.css-style-14 .ba-caption h3, .ba-gallery-grid.css-style-14 .ba-caption p, .ba-album.css-style-13 .ba-caption h3, .ba-album.css-style-13 .ba-caption p, .ba-gallery-grid.css-style-13 .ba-caption h3, .ba-gallery-grid.css-style-13 .ba-caption p, .ba-album.css-style-11 .ba-caption h3, .ba-album.css-style-11 .ba-caption p, .ba-gallery-grid.css-style-11 .ba-caption h3, .ba-gallery-grid.css-style-11 .ba-caption p { color: #fff!important; line-height: normal !important; margin: 15px; overflow: hidden; text-overflow: ellipsis; white-space: normal; width: calc(100% - 30px); } /* /* Style 12 (Direction Aware Hover Effects) */ .ba-album.css-style-12 .ba-caption, .ba-gallery-grid.css-style-12 .ba-caption { height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; visibility: hidden; width: 100%; z-index: 1; } .ba-album.css-style-12 .ba-album-items, .ba-gallery-grid.css-style-12 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-12 .ba-album-items:hover .ba-caption, .ba-album.css-style-12 .ba-album-items:hover .ba-image +.ba-caption, .ba-gallery-grid.css-style-12 .ba-image:hover .ba-caption { visibility: visible; } .ba-gallery-grid.css-style-14 .ba-image { transform: translate(0); } .ba-gallery-grid.css-style-14 .ba-caption .ba-caption-content .image-likes { position: fixed; } /* From top */ @keyframes from-top { from { transform: translateY(-100%); visibility: visible; } to { transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-top, .ba-gallery-grid.css-style-12 .from-top { animation: from-top .3s ease-in-out both; } /* From bottom */ @keyframes from-bottom { from { transform: translateY(100%); visibility: visible; } to { transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-bottom, .ba-gallery-grid.css-style-12 .from-bottom { animation: from-bottom .3s ease-in-out both; } /* From right */ @keyframes from-right { from { transform: translateX(100%); visibility: visible; } to { transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-right, .ba-gallery-grid.css-style-12 .from-right { animation: from-right .3s ease-in-out both; } /* From left */ @keyframes from-left { from { transform: translateX(-100%); visibility: visible; } to { transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-left, .ba-gallery-grid.css-style-12 .from-left { animation: from-left .3s ease-in-out both; } /* To top */ @keyframes to-top { from { transform: translateY(0); visibility: visible; } to { transform: translateY(-100%); visibility: visible; } } .ba-album.css-style-12 .to-top, .ba-gallery-grid.css-style-12 .to-top { animation: to-top .3s ease-in-out both; } /* To top */ @keyframes to-bottom { from { transform: translateY(0); visibility: visible; } to { transform: translateY(100%); visibility: visible; } } .ba-album.css-style-12 .to-bottom, .ba-gallery-grid.css-style-12 .to-bottom { animation: to-bottom .3s ease-in-out both; } /* To right */ @keyframes to-right { from { transform: translateX(0); visibility: visible; } to { transform: translateX(100%); visibility: visible; } } .ba-album.css-style-12 .to-right, .ba-gallery-grid.css-style-12 .to-right { animation: to-right .3s ease-in-out both; } /* To right */ @keyframes to-left { from { transform: translateX(0); visibility: visible; } to { transform: translateX(-100%); visibility: visible; } } .ba-album.css-style-12 .to-left, .ba-gallery-grid.css-style-12 .to-left { animation: to-left .3s ease-in-out both; } /* /* Style None */ .disable-caption .ba-caption { display: none; } /* Transition Delay */ .ba-album .ba-album-items:hover .ba-caption h3, .ba-album .ba-album-items:hover .ba-caption p, .ba-caption:hover .ba-caption-content h3, .ba-caption:hover p.image-category, .ba-caption:hover p.short-description { transition-delay: 0s !important; } .ba-album .ba-album-items:hover .ba-caption h3 + p, .ba-caption:hover p.image-category + p.short-description, .ba-caption:hover h3 + p.image-category { transition-delay: .2s !important; } .ba-caption:hover h3 + p.image-category + p.short-description { transition-delay: .4s !important; } /* ======================================================================== Modal Window Effects ========================================================================== */ .modal-open .ba-scrollable { animation: type .5s ; } @keyframes type { 0% { opacity: 0; } 100% { opacity: inherit;} } /* Close Modal Animation */ .hide-animation.ba-scrollable.modal-scrollable { animation: hide-modal .3s linear both; } @keyframes hide-modal { from {opacity: 1;} to {opacity: 0;} } .hide-animation .gallery-modal { animation: hide-gallery .2s linear both; } @keyframes hide-gallery { from {transform: scale(1);} to {transform: scale(.5);} } /* Auto Resize Image Animation */ .ba-resize.ba-modal .modal-image img { animation: image-fade 1s linear ; } @keyframes image-fade { from {opacity: 0;} to {opacity: 1;} }@font-face{font-family:Material-Design-Iconic-Font;src:url(../../../../templates/gridbox/library/icons/material/material.woff) format('woff')}.zmdi{display:inline-block;font:normal normal normal 14px/1 Material-Design-Iconic-Font;font-size:inherit;text-rendering:auto}.zmdi:before{font-family:Material-Design-Iconic-Font}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}@font-face{font-family:ba-outline;src:url(../../../../templates/gridbox/library/icons/outline/flaticon.woff) format("woff");font-weight:400;font-style:normal}[class*=" flaticon-"],[class^=flaticon-]{-webkit-font-smoothing:antialiased;display:inline-block;font-family:ba-outline;font-style:normal;font-weight:400;text-rendering:auto}[class*=" flaticon-"]:before,[class^=flaticon-]:before{font-family:ba-outline}.flaticon-add:before{content:"\f100"}.flaticon-add-2:before{content:"\f102"}.flaticon-add-3:before{content:"\f103"}.flaticon-agenda:before{content:"\f104"}.flaticon-alarm:before{content:"\f105"}.flaticon-alarm-1:before{content:"\f106"}.flaticon-alarm-clock:before{content:"\f107"}.flaticon-alarm-clock-1:before{content:"\f108"}.flaticon-albums:before{content:"\f109"}.flaticon-app:before{content:"\f10a"}.flaticon-archive:before{content:"\f10b"}.flaticon-archive-1:before{content:"\f10c"}.flaticon-archive-2:before{content:"\f10d"}.flaticon-archive-3:before{content:"\f10e"}.flaticon-attachment:before{content:"\f10f"}.flaticon-back:before{content:"\f110"}.flaticon-battery:before{content:"\f111"}.flaticon-battery-1:before{content:"\f112"}.flaticon-battery-2:before{content:"\f113"}.flaticon-battery-3:before{content:"\f114"}.flaticon-battery-4:before{content:"\f115"}.flaticon-battery-5:before{content:"\f116"}.flaticon-battery-6:before{content:"\f117"}.flaticon-battery-7:before{content:"\f118"}.flaticon-battery-8:before{content:"\f119"}.flaticon-battery-9:before{content:"\f11a"}.flaticon-binoculars:before{content:"\f11b"}.flaticon-blueprint:before{content:"\f11c"}.flaticon-bluetooth:before{content:"\f11d"}.flaticon-bluetooth-1:before{content:"\f11e"}.flaticon-bookmark:before{content:"\f11f"}.flaticon-bookmark-1:before{content:"\f120"}.flaticon-briefcase:before{content:"\f121"}.flaticon-broken-link:before{content:"\f122"}.flaticon-calculator:before{content:"\f123"}.flaticon-calculator-1:before{content:"\f124"}.flaticon-calendar:before{content:"\f125"}.flaticon-calendar-1:before{content:"\f126"}.flaticon-calendar-2:before{content:"\f127"}.flaticon-calendar-3:before{content:"\f128"}.flaticon-calendar-4:before{content:"\f129"}.flaticon-calendar-5:before{content:"\f12a"}.flaticon-calendar-6:before{content:"\f12b"}.flaticon-calendar-7:before{content:"\f12c"}.flaticon-checked:before{content:"\f12d"}.flaticon-checked-1:before{content:"\f12e"}.flaticon-clock:before{content:"\f12f"}.flaticon-clock-1:before{content:"\f130"}.flaticon-close:before{content:"\f131"}.flaticon-cloud:before{content:"\f132"}.flaticon-cloud-computing:before{content:"\f133"}.flaticon-cloud-computing-1:before{content:"\f134"}.flaticon-cloud-computing-2:before{content:"\f135"}.flaticon-cloud-computing-3:before{content:"\f136"}.flaticon-cloud-computing-4:before{content:"\f137"}.flaticon-cloud-computing-5:before{content:"\f138"}.flaticon-command:before{content:"\f139"}.flaticon-compact-disc:before{content:"\f13a"}.flaticon-compact-disc-1:before{content:"\f13b"}.flaticon-compact-disc-2:before{content:"\f13c"}.flaticon-compass:before{content:"\f13d"}.flaticon-compose:before{content:"\f13e"}.flaticon-controls:before{content:"\f13f"}.flaticon-controls-1:before{content:"\f140"}.flaticon-controls-2:before{content:"\f141"}.flaticon-controls-3:before{content:"\f142"}.flaticon-controls-4:before{content:"\f143"}.flaticon-controls-5:before{content:"\f144"}.flaticon-controls-6:before{content:"\f145"}.flaticon-controls-7:before{content:"\f146"}.flaticon-controls-8:before{content:"\f147"}.flaticon-controls-9:before{content:"\f148"}.flaticon-database:before{content:"\f149"}.flaticon-database-1:before{content:"\f14a"}.flaticon-database-2:before{content:"\f14b"}.flaticon-database-3:before{content:"\f14c"}.flaticon-diamond:before{content:"\f14d"}.flaticon-diploma:before{content:"\f14e"}.flaticon-dislike:before{content:"\f14f"}.flaticon-dislike-1:before{content:"\f150"}.flaticon-divide:before{content:"\f151"}.flaticon-divide-1:before{content:"\f152"}.flaticon-division:before{content:"\f153"}.flaticon-document:before{content:"\f154"}.flaticon-download:before{content:"\f155"}.flaticon-edit:before{content:"\f156"}.flaticon-edit-1:before{content:"\f157"}.flaticon-eject:before{content:"\f158"}.flaticon-eject-1:before{content:"\f159"}.flaticon-equal:before{content:"\f15a"}.flaticon-equal-1:before{content:"\f15b"}.flaticon-equal-2:before{content:"\f15c"}.flaticon-error:before{content:"\f15d"}.flaticon-exit:before{content:"\f15e"}.flaticon-exit-1:before{content:"\f15f"}.flaticon-exit-2:before{content:"\f160"}.flaticon-eyeglasses:before{content:"\f161"}.flaticon-fast-forward:before{content:"\f162"}.flaticon-fast-forward-1:before{content:"\f163"}.flaticon-fax:before{content:"\f164"}.flaticon-file:before{content:"\f165"}.flaticon-file-1:before{content:"\f166"}.flaticon-file-2:before{content:"\f167"}.flaticon-film:before{content:"\f168"}.flaticon-fingerprint:before{content:"\f169"}.flaticon-flag:before{content:"\f16a"}.flaticon-flag-1:before{content:"\f16b"}.flaticon-flag-2:before{content:"\f16c"}.flaticon-flag-3:before{content:"\f16d"}.flaticon-flag-4:before{content:"\f16e"}.flaticon-focus:before{content:"\f16f"}.flaticon-folder:before{content:"\f170"}.flaticon-folder-1:before{content:"\f171"}.flaticon-folder-10:before{content:"\f172"}.flaticon-folder-11:before{content:"\f173"}.flaticon-folder-12:before{content:"\f174"}.flaticon-folder-13:before{content:"\f175"}.flaticon-folder-14:before{content:"\f176"}.flaticon-folder-15:before{content:"\f177"}.flaticon-folder-16:before{content:"\f178"}.flaticon-folder-17:before{content:"\f179"}.flaticon-folder-18:before{content:"\f17a"}.flaticon-folder-19:before{content:"\f17b"}.flaticon-folder-2:before{content:"\f17c"}.flaticon-folder-3:before{content:"\f17d"}.flaticon-folder-4:before{content:"\f17e"}.flaticon-folder-5:before{content:"\f17f"}.flaticon-folder-6:before{content:"\f180"}.flaticon-folder-7:before{content:"\f181"}.flaticon-folder-8:before{content:"\f182"}.flaticon-folder-9:before{content:"\f183"}.flaticon-forbidden:before{content:"\f184"}.flaticon-funnel:before{content:"\f185"}.flaticon-garbage:before{content:"\f186"}.flaticon-garbage-1:before{content:"\f187"}.flaticon-garbage-2:before{content:"\f188"}.flaticon-gift:before{content:"\f189"}.flaticon-help:before{content:"\f18a"}.flaticon-hide:before{content:"\f18b"}.flaticon-hold:before{content:"\f18c"}.flaticon-home:before{content:"\f18d"}.flaticon-home-1:before{content:"\f18e"}.flaticon-home-2:before{content:"\f18f"}.flaticon-hourglass:before{content:"\f190"}.flaticon-hourglass-1:before{content:"\f191"}.flaticon-hourglass-2:before{content:"\f192"}.flaticon-hourglass-3:before{content:"\f193"}.flaticon-house:before{content:"\f194"}.flaticon-id-card:before{content:"\f195"}.flaticon-id-card-1:before{content:"\f196"}.flaticon-id-card-2:before{content:"\f197"}.flaticon-id-card-3:before{content:"\f198"}.flaticon-id-card-4:before{content:"\f199"}.flaticon-id-card-5:before{content:"\f19a"}.flaticon-idea:before{content:"\f19b"}.flaticon-incoming:before{content:"\f19c"}.flaticon-infinity:before{content:"\f19d"}.flaticon-info:before{content:"\f19e"}.flaticon-internet:before{content:"\f19f"}.flaticon-key:before{content:"\f1a0"}.flaticon-lamp:before{content:"\f1a1"}.flaticon-layers:before{content:"\f1a2"}.flaticon-layers-1:before{content:"\f1a3"}.flaticon-like:before{content:"\f1a4"}.flaticon-like-1:before{content:"\f1a5"}.flaticon-like-2:before{content:"\f1a6"}.flaticon-link:before{content:"\f1a7"}.flaticon-list:before{content:"\f1a8"}.flaticon-list-1:before{content:"\f1a9"}.flaticon-lock:before{content:"\f1aa"}.flaticon-lock-1:before{content:"\f1ab"}.flaticon-locked:before{content:"\f1ac"}.flaticon-locked-1:before{content:"\f1ad"}.flaticon-locked-2:before{content:"\f1ae"}.flaticon-locked-3:before{content:"\f1af"}.flaticon-locked-4:before{content:"\f1b0"}.flaticon-locked-5:before{content:"\f1b1"}.flaticon-locked-6:before{content:"\f1b2"}.flaticon-login:before{content:"\f1b3"}.flaticon-magic-wand:before{content:"\f1b4"}.flaticon-magnet:before{content:"\f1b5"}.flaticon-magnet-1:before{content:"\f1b6"}.flaticon-magnet-2:before{content:"\f1b7"}.flaticon-map:before{content:"\f1b8"}.flaticon-map-1:before{content:"\f1b9"}.flaticon-map-2:before{content:"\f1ba"}.flaticon-map-location:before{content:"\f1bb"}.flaticon-megaphone:before{content:"\f1bc"}.flaticon-megaphone-1:before{content:"\f1bd"}.flaticon-menu:before{content:"\f1be"}.flaticon-menu-1:before{content:"\f1bf"}.flaticon-menu-2:before{content:"\f1c0"}.flaticon-menu-3:before{content:"\f1c1"}.flaticon-menu-4:before{content:"\f1c2"}.flaticon-microphone:before{content:"\f1c3"}.flaticon-microphone-1:before{content:"\f1c4"}.flaticon-minus:before{content:"\f1c5"}.flaticon-minus-1:before{content:"\f1c6"}.flaticon-more:before{content:"\f1c7"}.flaticon-more-1:before{content:"\f1c8"}.flaticon-more-2:before{content:"\f1c9"}.flaticon-multiply:before{content:"\f1ca"}.flaticon-multiply-1:before{content:"\f1cb"}.flaticon-music-player:before{content:"\f1cc"}.flaticon-music-player-1:before{content:"\f1cd"}.flaticon-music-player-2:before{content:"\f1ce"}.flaticon-music-player-3:before{content:"\f1cf"}.flaticon-mute:before{content:"\f1d0"}.flaticon-muted:before{content:"\f1d1"}.flaticon-navigation:before{content:"\f1d2"}.flaticon-navigation-1:before{content:"\f1d3"}.flaticon-network:before{content:"\f1d4"}.flaticon-newspaper:before{content:"\f1d5"}.flaticon-next:before{content:"\f1d6"}.flaticon-note:before{content:"\f1d7"}.flaticon-notebook:before{content:"\f1d8"}.flaticon-notebook-1:before{content:"\f1d9"}.flaticon-notebook-2:before{content:"\f1da"}.flaticon-notebook-3:before{content:"\f1db"}.flaticon-notebook-4:before{content:"\f1dc"}.flaticon-notebook-5:before{content:"\f1dd"}.flaticon-notepad:before{content:"\f1de"}.flaticon-notepad-1:before{content:"\f1df"}.flaticon-notepad-2:before{content:"\f1e0"}.flaticon-notification:before{content:"\f1e1"}.flaticon-paper-plane:before{content:"\f1e2"}.flaticon-paper-plane-1:before{content:"\f1e3"}.flaticon-pause:before{content:"\f1e4"}.flaticon-pause-1:before{content:"\f1e5"}.flaticon-percent:before{content:"\f1e6"}.flaticon-percent-1:before{content:"\f1e7"}.flaticon-perspective:before{content:"\f1e8"}.flaticon-photo-camera:before{content:"\f1e9"}.flaticon-photo-camera-1:before{content:"\f1ea"}.flaticon-photos:before{content:"\f1eb"}.flaticon-picture:before{content:"\f1ec"}.flaticon-picture-1:before{content:"\f1ed"}.flaticon-picture-2:before{content:"\f1ee"}.flaticon-pin:before{content:"\f1ef"}.flaticon-placeholder:before{content:"\f1f0"}.flaticon-placeholder-1:before{content:"\f1f1"}.flaticon-placeholder-2:before{content:"\f1f2"}.flaticon-placeholder-3:before{content:"\f1f3"}.flaticon-placeholders:before{content:"\f1f4"}.flaticon-play-button:before{content:"\f1f5"}.flaticon-play-button-1:before{content:"\f1f6"}.flaticon-plus:before{content:"\f1f7"}.flaticon-power:before{content:"\f1f8"}.flaticon-previous:before{content:"\f1f9"}.flaticon-price-tag:before{content:"\f1fa"}.flaticon-print:before{content:"\f1fb"}.flaticon-push-pin:before{content:"\f1fc"}.flaticon-radar:before{content:"\f1fd"}.flaticon-reading:before{content:"\f1fe"}.flaticon-record:before{content:"\f1ff"}.flaticon-repeat:before{content:"\f200"}.flaticon-repeat-1:before{content:"\f201"}.flaticon-restart:before{content:"\f202"}.flaticon-resume:before{content:"\f203"}.flaticon-rewind:before{content:"\f204"}.flaticon-rewind-1:before{content:"\f205"}.flaticon-route:before{content:"\f206"}.flaticon-save:before{content:"\f207"}.flaticon-search:before{content:"\f208"}.flaticon-search-1:before{content:"\f209"}.flaticon-send:before{content:"\f20a"}.flaticon-server:before{content:"\f20b"}.flaticon-server-1:before{content:"\f20c"}.flaticon-server-2:before{content:"\f20d"}.flaticon-server-3:before{content:"\f20e"}.flaticon-settings:before{content:"\f20f"}.flaticon-settings-1:before{content:"\f210"}.flaticon-settings-2:before{content:"\f211"}.flaticon-settings-3:before{content:"\f212"}.flaticon-settings-4:before{content:"\f213"}.flaticon-settings-5:before{content:"\f214"}.flaticon-settings-6:before{content:"\f215"}.flaticon-settings-7:before{content:"\f216"}.flaticon-settings-8:before{content:"\f217"}.flaticon-settings-9:before{content:"\f218"}.flaticon-share:before{content:"\f219"}.flaticon-share-1:before{content:"\f21a"}.flaticon-share-2:before{content:"\f21b"}.flaticon-shuffle:before{content:"\f21c"}.flaticon-shuffle-1:before{content:"\f21d"}.flaticon-shutdown:before{content:"\f21e"}.flaticon-sign:before{content:"\f21f"}.flaticon-sign-1:before{content:"\f220"}.flaticon-skip:before{content:"\f221"}.flaticon-smartphone:before{content:"\f222"}.flaticon-smartphone-1:before{content:"\f223"}.flaticon-smartphone-10:before{content:"\f224"}.flaticon-smartphone-11:before{content:"\f225"}.flaticon-smartphone-2:before{content:"\f226"}.flaticon-smartphone-3:before{content:"\f227"}.flaticon-smartphone-4:before{content:"\f228"}.flaticon-smartphone-5:before{content:"\f229"}.flaticon-smartphone-6:before{content:"\f22a"}.flaticon-smartphone-7:before{content:"\f22b"}.flaticon-smartphone-8:before{content:"\f22c"}.flaticon-smartphone-9:before{content:"\f22d"}.flaticon-speaker:before{content:"\f22e"}.flaticon-speaker-1:before{content:"\f22f"}.flaticon-speaker-2:before{content:"\f230"}.flaticon-speaker-3:before{content:"\f231"}.flaticon-speaker-4:before{content:"\f232"}.flaticon-speaker-5:before{content:"\f233"}.flaticon-speaker-6:before{content:"\f234"}.flaticon-speaker-7:before{content:"\f235"}.flaticon-speaker-8:before{content:"\f236"}.flaticon-spotlight:before{content:"\f237"}.flaticon-star:before{content:"\f238"}.flaticon-star-1:before{content:"\f239"}.flaticon-stop:before{content:"\f23a"}.flaticon-stop-1:before{content:"\f23b"}.flaticon-stopwatch:before{content:"\f23c"}.flaticon-stopwatch-1:before{content:"\f23d"}.flaticon-stopwatch-2:before{content:"\f23e"}.flaticon-stopwatch-3:before{content:"\f23f"}.flaticon-stopwatch-4:before{content:"\f240"}.flaticon-street:before{content:"\f241"}.flaticon-street-1:before{content:"\f242"}.flaticon-substract:before{content:"\f243"}.flaticon-substract-1:before{content:"\f244"}.flaticon-success:before{content:"\f245"}.flaticon-switch:before{content:"\f246"}.flaticon-switch-1:before{content:"\f247"}.flaticon-switch-2:before{content:"\f248"}.flaticon-switch-3:before{content:"\f249"}.flaticon-switch-4:before{content:"\f24a"}.flaticon-switch-5:before{content:"\f24b"}.flaticon-switch-6:before{content:"\f24c"}.flaticon-switch-7:before{content:"\f24d"}.flaticon-tabs:before{content:"\f24e"}.flaticon-tabs-1:before{content:"\f24f"}.flaticon-target:before{content:"\f250"}.flaticon-television:before{content:"\f251"}.flaticon-television-1:before{content:"\f252"}.flaticon-time:before{content:"\f253"}.flaticon-trash:before{content:"\f254"}.flaticon-umbrella:before{content:"\f255"}.flaticon-unlink:before{content:"\f256"}.flaticon-unlocked:before{content:"\f257"}.flaticon-unlocked-1:before{content:"\f258"}.flaticon-unlocked-2:before{content:"\f259"}.flaticon-upload:before{content:"\f25a"}.flaticon-user:before{content:"\f25b"}.flaticon-user-1:before{content:"\f25c"}.flaticon-user-2:before{content:"\f25d"}.flaticon-user-3:before{content:"\f25e"}.flaticon-user-4:before{content:"\f25f"}.flaticon-user-5:before{content:"\f260"}.flaticon-user-6:before{content:"\f261"}.flaticon-user-7:before{content:"\f262"}.flaticon-users:before{content:"\f263"}.flaticon-users-1:before{content:"\f264"}.flaticon-video-camera:before{content:"\f265"}.flaticon-video-camera-1:before{content:"\f266"}.flaticon-video-player:before{content:"\f267"}.flaticon-video-player-1:before{content:"\f268"}.flaticon-video-player-2:before{content:"\f269"}.flaticon-view:before{content:"\f26a"}.flaticon-view-1:before{content:"\f26b"}.flaticon-view-2:before{content:"\f26c"}.flaticon-volume-control:before{content:"\f26d"}.flaticon-volume-control-1:before{content:"\f26e"}.flaticon-warning:before{content:"\f26f"}.flaticon-wifi:before{content:"\f270"}.flaticon-wifi-1:before{content:"\f271"}.flaticon-windows:before{content:"\f272"}.flaticon-windows-1:before{content:"\f273"}.flaticon-windows-2:before{content:"\f274"}.flaticon-windows-3:before{content:"\f275"}.flaticon-windows-4:before{content:"\f276"}.flaticon-wireless-internet:before{content:"\f277"}.flaticon-worldwide:before{content:"\f278"}.flaticon-worldwide-1:before{content:"\f279"}.flaticon-zoom-in:before{content:"\f27a"}.flaticon-zoom-out:before{content:"\f27b"}.flaticon-button:before{content:"\e900"}.flaticon-counter:before{content:"\e901"}.flaticon-custom-html:before{content:"\e902"}.flaticon-disqus:before{content:"\e903"}.flaticon-forms:before{content:"\e904"}.flaticon-gallery:before{content:"\e905"}.flaticon-google-maps:before{content:"\e906"}.flaticon-lightbox:before{content:"\e907"}.flaticon-modules:before{content:"\e908"}.flaticon-scroll-to-top:before{content:"\e909"}.flaticon-slideset:before{content:"\e90a"}.flaticon-slideshow:before{content:"\e90b"}.flaticon-weather:before{content:"\e90c"}