@import url(../../../../templates/gridbox/css/../library/icons/fontawesome/fontawesome.css); @import url(../../../../templates/gridbox/css/../library/icons/material/material.css); /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */ /* ======================================================================== Effects ========================================================================== */ /* /* bounceInLeft */ @keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(25px, 0, 0); } 75% { transform: translate3d(-10px, 0, 0); } 90% { transform: translate3d(5px, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .bounceInLeft, .bounceInLeft { animation-name: bounceInLeft; } /* /* fadeinleft */ @keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-5%, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInLeft, .fadeInLeft { animation-name: fadeInLeft; } /* /* bounceInRight */ @keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(-25px, 0, 0); } 75% { transform: translate3d(10px, 0, 0); } 90% { transform: translate3d(-5px, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .bounceInRight, .bounceInRight { animation-name: bounceInRight; } /* /* fadeInRight */ @keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(5%, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInRight, .fadeInRight { animation-name: fadeInRight; } /* /* zoomIn */ @keyframes zoomIn { 0% { opacity: 0; transform: scale3d(.85, .85, .85); } 100% { opacity: 1; } } .ba-item-content-slider .active .zoomIn, .zoomIn { animation-name: zoomIn; } /* /* fadeIn */ @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .ba-item-content-slider .active .fadeIn, .fadeIn { animation-name: fadeIn; } /* /* bounceIn */ .ba-item-content-slider .active .bounceIn, .animated.bounceIn { animation-duration: .75s; } @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(.9, .9, .9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(.97, .97, .97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } } .ba-item-content-slider .active .bounceIn, .bounceIn { animation-name: bounceIn; } /* /* bounceInUp */ @keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(0, 200px, 0); } 60% { opacity: 1; transform: translate3d(0, -20px, 0); } 75% { transform: translate3d(0, 10px, 0); } 90% { transform: translate3d(0, -5px, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } } .ba-item-content-slider .active .bounceInUp, .bounceInUp { animation-name: bounceInUp; } /* /* bounceInBottom */ @keyframes bounceInBottom { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(0, -200px, 0); } 60% { opacity: 1; transform: translate3d(0, 20px, 0); } 75% { transform: translate3d(0, -10px, 0); } 90% { transform: translate3d(0, 5px, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } } .ba-item-content-slider .active .bounceInBottom, .bounceInBottom { animation-name: bounceInBottom; } /* /* fadeInUp */ @keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0, 10%, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInUp, .fadeInUp { animation-name: fadeInUp; } /* /* fadeInBottom */ @keyframes fadeInBottom { 0% { opacity: 0; transform: translate3d(0, -10%, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInBottom, .fadeInBottom { animation-name: fadeInBottom; }.ba-image-item-caption, .ba-simple-gallery-caption { opacity: 0; } .ba-item-image .ba-image-wrapper.visible-image-caption .ba-image-item-caption, .ba-item-overlay-section .ba-image-wrapper:hover .ba-image-item-caption, .ba-item-image .ba-image-wrapper:hover .ba-image-item-caption, .ba-instagram-image:hover .ba-simple-gallery-caption { opacity: 1; } .ba-item-image .ba-image-wrapper.visible-image-caption .ba-image-item-caption, .ba-item-image .ba-image-wrapper.visible-image-caption:hover img { transform: none !important; } .ba-circle-bottom-right .ba-caption-overlay, .ba-circle-top-left .ba-caption-overlay { border-radius: 50%; bottom: -25% !important; left: -25% !important; position: absolute; right: -25% !important; top: -25% !important; } .ba-item-overlay-section img, .ba-image-item-caption, .ba-item-image .ba-image-wrapper img, .ba-image-item-caption .ba-caption-overlay, .ba-instagram-image .ba-caption-overlay, .ba-simple-gallery-caption { transition-duration: inherit; transition-property: all; } /* Animation Circle Top Left Effect */ .ba-circle-top-left.ba-image-wrapper:not(:hover) .ba-image-item-caption, .ba-circle-top-left .ba-instagram-image:not(:hover) .ba-simple-gallery-caption { transform: translateX(130%)translateY(130%); } /* Animation Circle Down Right Effect */ .ba-circle-bottom-right.ba-image-wrapper:not(:hover) .ba-image-item-caption, .ba-circle-bottom-right .ba-instagram-image:not(:hover) .ba-simple-gallery-caption { transform: translateX(-130%)translateY(-130%); } /* Animation Zoom Center Effect */ .ba-image-zoom-center.ba-image-wrapper:hover img, .ba-image-zoom-center .ba-instagram-image:hover .ba-simple-gallery-image { transform: scale(1.25); } .ba-image-zoom-center.ba-image-wrapper:hover img, .ba-image-zoom-center .ba-instagram-image:hover .ba-simple-gallery-image, .ba-image-rotate-right.ba-image-wrapper:hover img, .ba-image-rotate-right .ba-instagram-image:hover .ba-simple-gallery-image { transition-delay: inherit; } /* Animation Rotate Right Effect */ .ba-image-rotate-right.ba-image-wrapper:hover img, .ba-image-rotate-right .ba-instagram-image:hover .ba-simple-gallery-image { transform: scale(1.6) rotate(10deg); } /* Animation Shutter Out Diagonal Effect */ .ba-shutter-out-diagonal.ba-image-wrapper:hover .ba-caption-overlay, .ba-shutter-out-diagonal .ba-instagram-image:hover .ba-caption-overlay { transform: skewX(45deg) scaleX(2); } .ba-shutter-out-diagonal.ba-image-wrapper .ba-caption-overlay, .ba-shutter-out-diagonal .ba-instagram-image .ba-caption-overlay { transform: skewX(45deg) scaleX(.0001); }@import "font.css"; select, textarea, 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"], .inputbox { height: auto!important; } .slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } /* Arrows */ .slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; } .slick-prev{ background: url(../../../../components/com_eshop/themes/default/css/../images/prev.png) no-repeat 0 0; left: 0px; } .slick-next{ background: url(../../../../components/com_eshop/themes/default/css/../images/next.png) no-repeat 0 0; right: -9px; } /* LOADER */ .slick-loading .slick-list { min-height: 50px; background: url(../../../../components/com_eshop/themes/default/css/../images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; } .slick-disabled{display: none !important;} .sortPagiBar { margin: 0 0 20px; } #products-list .eshop-product-desc, #products-list a, #products-list input, #products-list button, #products-list textarea, #products-list select { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; } body .clearfix { clear: none; } /* manufacturer */ .eshop-manufacturers-list .row-fluid .span4 { margin-bottom: 2.5641%; } .eshop-manufacturers-list .eshop-manufacturer-wrap { text-align: center; border: 1px #eee solid; } .eshop-manufacturers-list .eshop-manufacturer-wrap .image { padding: 10px; } .eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block, .eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block { background: #eee; } /* Categories */ .eshop-product-sorting .input-large { width: auto; } .eshop-categories-list .row-fluid .span4 { margin-bottom: 2.5641%; } .eshop-categories-list .row-fluid:last-child .span4 { margin-bottom: 0; } .eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap { text-align: center; border: 1px #eee solid; } .eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image { padding: 10px; } .eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block { background: #eee; } .eshop-categories-list .eshop-category-wrap .eshop-info-block h5 { font-weight: bold; margin: 0; } .product-cart label.btn { display: inline-block; padding: 5px; background: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } .product-cart .no_margin_left .input-append { vertical-align: top; } .eshop-cart-area { margin: 0 0 10px; } .eshop-buttons .input-append { margin: 0; } .eshop-quantity { margin: 0 5px 0 0; } .no_margin_left { margin-left: 0; } .eshop-quantity-value { text-align: center; width: 60px !important; } .products-list { margin-top: -5px; margin-left: 5px; min-height: 500px; } .products-list ul { list-style: none; margin: 0; } .product-info .thumbnails { margin: 10px 0 0; } .product-info .thumbnails li a img { border: 1px #ccc solid; } .eshop-pagination { margin: 0 auto; width: auto; text-align: center; } .eshop-product-sorting .input-large { width: 250px; } .eshop-product-show { display: inline-block; margin: 0 0 0 10px; } .eshop-product-show .inputbox { width:auto; } /* products-list - the side bar*/ .products-list { margin-top: -5px; margin-left: 5px; min-height: 500px; } .products-list ul { list-style: none; margin: 0; } .products-list > ul > li { padding: 8px 8px 8px 0px; } .products-list > ul > li + li { border-top: 1px solid #EEEEEE; } .products-list > ul > li > a { text-decoration: none; } .products-list > ul > li > a:hover{ text-decoration: none; background: none; } .products-list > ul > li ul { display: none; } .products-list > ul > li a.active { font-weight: bold; } .products-list > ul > li a.active + ul { display: block; } .products-list > ul > li ul > li { padding: 5px 5px 0px 10px; } .products-list > ul > li ul > li > a { text-decoration: none; display: block; } .products-list > ul > li ul > li > a.active { font-weight: bold; } .related_products .span2 { width:160px; } .product_comparison .thumbnail{ border: none; text-align:center; } .module { position: relative; } .product_comparison small{ font-weight: normal; } .product_comparison .product_stars { text-align:center; margin: 0 auto; width: 85px; } .product_comparison .price_summary td{ text-align:center; } .navbar .btn.search_btn { margin-top:1px; } .carousel-inner { height: 286px; } .carousel-caption { bottom: -77px; } .popular_products .span2{ width:160px; } .customer_service { text-align:right; font-size:13px; margin: 12px 0 0; } .table td.eshop-center-text{ text-align:center; } .product_comparison .thumbnail{ border: none; text-align:center; } .product_comparison small{ font-weight: normal; } .product_comparison .product_stars { text-align:center; margin: 0 auto; width: 85px; } .product_comparison .price_summary td{ text-align:center; } .navbar .btn.search_btn { margin-top:1px; } .carousel-inner { height: 286px; } .carousel-caption { bottom: -77px; } .popular_products .span2{ width:160px; } .customer_service { text-align:right; font-size:13px; } .table td.eshop-center-text{ text-align:center; } #theme_switcher { top:10px; left:10px; position:fixed; } .eshop-base-price { color: #FF0000; text-decoration: line-through; } .error { color: #FF0000; display: block; } .required { color: #FF0000; font-weight: bold; } .checkout-heading { background: none repeat scroll 0 0 #F8F8F8; border: 1px solid #DBDEE1; color: #555555; font-size: 13px; font-weight: bold; margin-bottom: 15px; padding: 8px; } .checkout-heading a { float: right; font-weight: normal; margin-top: 1px; text-decoration: none; cursor: pointer; } .checkout-content { display: none; overflow: auto; padding: 0 0 15px; } .checkout-content .left { float: left; width: 48%; } .checkout-content .right { float: right; width: 48%; } .checkout-content .eshop-buttons { clear: both; } .success, .warning, .attention, .information { border-radius: 5px 5px 5px 5px; color: #555555; margin-bottom: 15px; padding: 10px 10px 10px 33px; } .warning { background: url(../../../../components/com_eshop/themes/default/css/../images/warning.png) no-repeat scroll 10px center #FFD1D1; border: 1px solid #F8ACAC; border-radius: 5px 5px 5px 5px; } .success { background: url(../../../../components/com_eshop/themes/default/css/../images/success.png) no-repeat scroll 10px center #EAF7D9; border: 1px solid #BBDF8D; border-radius: 5px 5px 5px 5px; } .review-list { border: 1px solid #EEEEEE; margin-bottom: 20px; overflow: auto; padding: 10px; } .review-list .author { float: left; margin-bottom: 20px; } .review-list .rating { float: right; margin-bottom: 20px; } .review-list .text { clear: both; } .product-info .product-desc { border-bottom: 1px solid #E7E7E7; padding: 0 5px 10px; } .product-info .product-desc address { margin: 0; } .product-info .product-price { border-bottom: 1px solid #E7E7E7; padding: 10px 5px; } .product-info .product-price h2 { margin: 0; } .product-info .product-price .eshop-base-price { font-size: 18px; text-decoration: line-through; } .product-info .product-options { border-bottom: 1px solid #E7E7E7; padding: 0 5px 10px; } .product-info .product-cart { padding: 15px 5px; } .product-info .product-review, .product-share { border-left: 1px solid #E7E7E7; border-right: 1px solid #E7E7E7; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; margin-bottom: 10px; } .product-info .product-review { padding: 8px 10px 0px; } .product-info .product-share{ padding: 8px 5px 0px; } .no-content { border: 1px solid #EEEEEE; margin-bottom: 20px; overflow: auto; padding: 10px; } span.stock { color: #FF0000; font-weight: bold; } table.list { border-collapse: collapse; border-left: 1px solid #DDDDDD; border-top: 1px solid #DDDDDD; margin-bottom: 20px; width: 100%; } table.list .left { padding: 7px; text-align: left; } table.list td { border-bottom: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; } table.list thead td { background-color: #EFEFEF; padding: 0 5px; } table.list .right { padding: 7px; text-align: right; } .order-content div, .download-content div{ float:left; width: 33.3%; } download-content div{ float:left; width: 33.3%; } .order-list .order-id { float: left; margin-bottom: 2px; width: 49%; } .order-list .order-status { float: right; margin-bottom: 2px; text-align: right; width: 49%; } .download-list .order-id { float: left; margin-bottom: 2px; width: 49%; } .download-list .download-size { float: right; margin-bottom: 2px; text-align: right; width: 49%; } .order-list .order-content, .download-list .download-content{ border-bottom: 1px solid #EEEEEE; border-top: 1px solid #EEEEEE; display: inline-block; margin-bottom: 20px; padding: 10px 0; width: 100%; } .eshop-product-sorting { float: right; display: inline-block; } .product-info .image-additional a { display: block; margin-bottom: 10px; margin-left: 0; } .product-info .image-additional img { border: 1px solid #E7E7E7; height: auto; } .topmenu .nav { margin: 0 0 5px; } .eshop-pagination { margin: 0 auto; width: auto; text-align: center; } .eshop-product-sorting .input-large { width: 120px; } .eshop-product-show { float: right; display: inline-block; margin: 0 0 0 10px; } .eshop-product-show .inputbox { width:auto; } .row h5 { margin: 0 0 10px; } .related_products .thumbnail { text-align: center; } .related_products .thumbnail img { border: 1px solid #DDDDDD; } .thumbnail .caption { text-align: center; } .product-info .related_products .thumbnail .caption { min-height: 80px; } .product-info .image-additional { clear: both; margin-top: 10px; margin-left: 15px; overflow: hidden; } .no_margin_left { float: right; display:inline-block; } .no_margin_left .btn { margin: 0; } .no_margin_left .privacy { float: left; display: inline-block; margin: 3px 0 0; } .no_margin_left .privacy input[type="checkbox"]{ margin: 0; } .no_margin_left .newsletter-interest { float: left; display: inline-block; margin: 3px 0 0; } .no_margin_left .newsletter-interest input[type="checkbox"]{ margin: 0; } .eshop-slideshow { margin: 0 0 20px; width: 100%!important; } .lof-slidecontent { width: auto!important; } /* ask question */ @media screen and (min-width: 768px) { #ask-question-area .form-horizontal .control-group .control-label { width: 100px; } #ask-question-area .form-horizontal .control-group .controls { margin-left: 120px; } #ask-question-area input[type="text"], #ask-question-area input[type="message"], #ask-question-area #message { width: 75%; } } /* ask question */ @media screen and (min-width: 768px) { #email-a-friend-area .form-horizontal .control-group .control-label { width: 100px; } #email-a-friend-area .form-horizontal .control-group .controls { margin-left: 120px; } #email-a-friend-area input[type="text"], #email-a-friend-area[type="message"], #email-a-friend-area #message { width: 75%; } } body #productTab { margin: 10px 0 0; padding: 0; list-style: none; } body #productTab li { list-style: none; } .eshop-pre-nav a.pull-left, .eshop-next-nav a.pull-right { font-size: 16px; } .eshop-pre-nav a.pull-left { background: url(../../../../components/com_eshop/themes/default/css/../images/prev.png) no-repeat left 3px; padding: 0 0 0 18px; } .eshop-next-nav a.pull-right { background: url(../../../../components/com_eshop/themes/default/css/../images/next.png) no-repeat right 4px; padding: 0 18px 0 0; } /* list */ .eshop-image-block img { } .list .eshop-image-block { width:30%; float:left; } .list .eshop-info-block { float:left; width:66%; text-align:left; } .grid .box { width: 31.914893617021278%; *width: 31.861702127659576%; } .s_title_block a { text-transform:uppercase; color:#3F3F3F; font-weight:normal; font-size:13px; } .s_title_block a:hover { color:#9BC607; } .eshop-info-block { padding:10px; text-align:center; } .eshop-info-block h5 { font-size: 16px; font-weight: bold; margin: 10px 0; } .eshop-info-block h3 { margin:5px 0px; padding:0px; line-height:20px; height:40px; } .list .eshop-info-block { float: left; text-align: left; width: 40%; } .eshop-info-block h3 a { font-size:15px; color:#232323; } .eshop-info-block .eshop-product-desc { overflow:hidden; line-height:20px; } .list .eshop-buttons { text-align: left; } .list .ajax-block-product.spanbox { margin-left:0px!important; margin: 0 0 10px; padding: 0 0 10px; position:relative; width: 100%; border-bottom: 1px #efefef solid; } .list .eshop-buttons { position:absolute; bottom: 0; right:0px; width:auto; text-align: center; } .product-info .tab-content { margin-bottom:18px; padding:15px; border:1px solid #ddd; border-top:0; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; } /* grid */ /*product list*/ #products-list { } .ajax-block-product { transition: all 0.5s; -webkit-transition: all 0.5s; text-align:center; } .ajax-block-product:hover { } .list .ajax-block-product:hover .eshop-info-block { background:none; } .eshop-image-block { position:relative; text-align:center; } body .grid .eshop-buttons .button { margin: 0 0 5px; } #related-products { text-align: center; } .image.img-polaroid { text-align: center; } #related-products .name { padding: 15px 8px; } #related-products .name h5 { font-size: 13px; font-weight: bold; } #related-products .price { clear: both; font-size: 18px; font-weight: normal; line-height: normal; } .related_products { margin: 0 0 20px; } .related_products:last-child { margin: 0; } @media (min-width: 1024px) { .product-info .image-additional { clear: both; margin-top: 10px; margin-left: 0; overflow: hidden; } .product-cart .no_margin_left input.span3 { } } @media (min-width: 768px) and (max-width: 979px) { .product-cart .no_margin_left input.span3 { float: left; margin: 0 5px 0 0; max-width: 35px; } .thumbnails .thumbnail { text-align: center; } .eshop-product-sorting b { display: inline-block; float: left; padding: 5px 0 0; } .eshop-product-sorting .input-large { float: right; } } @media (max-width: 767px) { .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow { width: 100%!important; } .eshop-product-sorting b { display: inline-block; float: left; padding: 5px 0 0; } .eshop-product-sorting .input-large { float: right; } /* list */ .list .eshop-image-block { width:auto; float:none; } .list .eshop-info-block { float:none; width:auto; text-align:center; } .eshop-info-block h5 { margin: 0; } .eshop-info-block .eshop-product-desc { overflow:hidden; line-height:20px; } .list .eshop-buttons { text-align: left; } .list .ajax-block-product.spanbox { margin-left:0px!important; margin: 0 0 10px; padding: 0 0 10px; position:relative; width: 100%; border-bottom: 1px #efefef solid; } .list .eshop-buttons { position:inherit; bottom: 0; right:0px; width:auto; text-align: center; } body .list .eshop-buttons .button { margin: 0 0 5px; } } @media (max-width: 480px) { .eshop-product ul li.eshop_product, .eshop-product ul li.eshop_product, .eshop-slideshow { width: 100%!important; } #colorbox { width: 100%!important; } #productTab.nav-tabs { border-bottom: 0; } #productTab.nav-tabs > li { float: none; } #productTab.nav-tabs > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-right: 0; } #productTab.nav-tabs > li:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } #productTab.nav-tabs > li:last-child > a, #productTab.nav-tabs > .active:last-child > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; border-bottom: 1px solid #ddd; } #productTab.nav-tabs > li > a:hover { border-color: #ddd; z-index: 2; } #productTab.nav-tabs.nav-dark > li > a { border: 1px solid #333; } #productTab.nav-tabs > li:last-child > a, #productTab.nav-tabs > .active:last-child > a { } .eshop-product-sorting b { display: inline-block; float: left; padding: 5px 0 0; } .eshop-product-sorting .input-large { float: right; } #products-list .eshop-image-block, #products-list .eshop-info-block { width: 100%; padding: 10px 0; text-align: center; } } .ps_area { width: 100%; } .ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin { float: left; margin: 0 5px; } .ps_facebook_like { width: 122px; } .ps_twitter { width: 69px; float: left; position: relative; } .ps_pinit{ float: left; position: relative; width: 50px; left: 10px; } .ps_linkedin { width: 65px; } .ps_google { width: 70px; margin-left: -3px; } .radio { display: block; } .checkbox { display: block; } .eshop-product-price .price, .eshop-product-price .eshop-sale-price { clear: both; display: block; font-size: 26px; font-weight: normal; line-height: normal; width: 100%; } #colorbox #cboxTopLeft, #colorbox #cboxTopCenter, #colorbox #cboxTopRight, #colorbox #cboxBottomLeft, #colorbox #cboxBottomCenter, #colorbox #cboxBottomRight, #colorbox #cboxMiddleLeft, #colorbox #cboxMiddleRight { display: none; width: 0; } #colorbox #cboxContent { background: none; overflow: hidden; } #colorbox #cboxContent #cboxLoadedContent { padding: 30px; background: #fff; margin: 0; height: auto!important; } #colorbox #cboxClose { bottom: auto; right: 10px; top: 10px; } #colorbox #cboxContent h1 { background: #eee; margin: -30px -30px 10px; padding: 10px; line-height: normal } #colorbox #cboxClose { background: rgba(0, 0, 0, 0) url(../../../../components/com_eshop/themes/default/css/../images/close_button.png) no-repeat 0 0; height: 24px; width: 24px; } #colorbox .table { border: none; margin: 0 0 10px; } #colorbox .table-bordered > thead > tr > th, #colorbox .table-bordered > tbody > tr > th, #colorbox .table-bordered > tfoot > tr > th, #colorbox .table-bordered > thead > tr > td, #colorbox .table-bordered > tbody > tr > td, #colorbox .table-bordered > tfoot > tr > td { border-left: none; background: none; } .cart-info .eshop-quantity, .quote-info .eshop-quantity { margin: 0; } .cart-info .eshop-quantity .btn, .quote-info .eshop-quantity .btn { background: #f3f3f3; border: 1px solid #d9d9d9; color: #444; cursor: pointer; display: block; font-size: 14px; height: 18px; line-height: 14px; margin: 0 auto; padding: 0; text-decoration: none; transition: border-color 0.2s ease 0s; width: 47px; vertical-align: baseline; box-sizing: content-box; } .cart-info .eshop-quantity .btn.button-minus, .quote-info .eshop-quantity .btn.button-minus { border-radius: 0 0 4px 4px!important; margin: 0!important; } .cart-info .eshop-quantity .btn.button-plus, .quote-info .eshop-quantity .btn.button-plus { border-radius: 4px 4px 0 0!important; margin: 0!important; } .cart-info .eshop-quantity input[type="text"], .quote-info .eshop-quantity input[type="text"] { background: #fff; border: 1px solid #d9d9d9; clear: both; box-sizing: content-box; color: #444; display: inline-block; font-size: 12px; height: 18px; padding: 5px; margin: 3px auto; text-align: center; width: 37px!important; } #colorbox .eshop-center-text img.img-polaroid { background: none; border: none; padding: 0; box-shadow: none; } .totals { margin: 0 0 10px; } .totals > div { border: 2px solid #bbb; border-radius: 4px; color: #333; display: inline-block; font-family: Roboto-Medium,Arial,Tahoma; font-size: 14px; padding: 7px 10px 6px; position: relative; text-align: center; } .product-info h1 { font-size: 160%; } .cart-info .table, .quote-info .table, .product-info .table-bordered { border-radius: 0; border: 1px solid #dddddd; } .cart-info .table-bordered th, .cart-info .table-bordered td, .quote-info .table-bordered th, .quote-info .table-bordered td, .product-info .table-bordered tbody tr td { border-left: none; border-right: none; background: none!important; } .cart-info .table th, .quote-info .table th, .product-info .table-bordered thead th { background: #f7f7f7!important; border-left: none; } .cart-total { text-align: right; padding: 0 0 20px; } #colorbox .cart-info, #colorbox .quote-info { margin: 0 -15px; } #colorbox .cart-info .table, #colorbox .quote-info .table { border-radius: 0; border: none; } #colorbox .cart-info .table-bordered th, #colorbox .cart-info .table-bordered td, #colorbox .quote-info .table-bordered th, #colorbox .quote-info .table-bordered td { border-left: none; background: none!important; } #colorbox .cart-info .table th, #colorbox .quote-info .table th { background: none!important; } .cart-info .well { background: none; box-shadow: none; border-radius: 0; } #productTabs { margin: 0; } .alert-success { padding: 10px; margin: 5px; } /* .alert-success:before { font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 16px; content: "\f046"; margin: 0 5px 0 0; } */ @media (max-width: 767px) { .form-horizontal .control-group .controls { margin-left: 0!important; } } .ask-question-intro { padding: 10px; } .form-horizontal .controls > .radio.btn-group-yesno:first-child { padding-top: 2px; } .table-responsive td, .table-responsive tr td { border: 1px solid #dddddd; } .table-responsive { border: 1px solid #ddd; } .table-responsive .eshop-image-block .image { border: medium none; } #eshop-list.table-responsive > tbody > tr > td{ vertical-align: middle; } #eshop-list.table-responsive > thead > tr > th { border: 1px solid #ddd !important; vertical-align: bottom; } @media (max-width: 979px) { .table-responsive { display: block; margin-top: 18px; } .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr { display: block; } .table-responsive thead, .table-responsive tfoot { display: none; } .table-responsive tr { position: relative; } .table-responsive td { border: 0; position: relative; padding-top: 0px; padding-left: 36%; padding-right: 20px; text-align: center; } .table-responsive td.center { text-align: left; } .table-responsive td.has-context { height: auto; } .table-responsive td.table-checkbox { display: inline-block; position: absolute; padding-left: 0; padding-right: 0; z-index: 1; top: 5px; right: 12px; } .table-responsive .pull-left { float: none; } .table-responsive .small { font-size: 13px; } .table-responsive.table-striped tbody > tr:nth-child(2n+1) { background-color: #f9f9f9; } } @media (max-width: 767px) { /* CSS responsive-table table */ table.table-responsive, table.table-responsive thead, table.table-responsive tbody, table.table-responsive th, table.table-responsive td, table.table-responsive tr { display: block; border: none; } table.table-responsive thead tr { position: absolute; top: -9999px; left: -9999px; } table.table-responsive tr { border: 1px solid #ccc; margin-bottom: 5px; } table.table-responsive td { border: none !important; position: relative; padding: 12px 5%; text-align: right; } table.table-responsive td::before, table.table-responsive td .td-text { float: left; width: 50%; } table.table-responsive td::before { width: 50%; padding-right: 15px; text-align: left; content: attr(data-content); display: block; font-weight: bold; } table.table-responsive td::after { content: ""; display: table; clear: both; } table.table-responsive td.center { text-align: left; } table.table-responsive li { float: left !important; text-align: left; } } .cart-info .table-responsive { display: inline-table; } .list .ajax-block-product.spanbox { flex: initial; max-width: 100%; } @media (max-width: 767px) { .eshop-image-block img { display: inline-block; } } .eshop-agree-privacy-policy-message { margin-top: 5px; } @media (max-width: 767px) { .product-info .nav-tabs > li { width: 100%; } .product-info .nav-tabs > li > a { border: 1px solid #ddd; } } @media (max-width: 767px) { .product-info .zoomWindow { left: 0px !important; right: 0; margin: 0 auto; bottom: 0; top: 240px !important; } .product-info .zoomWrapper { width: 100% !important; background: #fff; } .product-info .zoomWrapperImage img { max-width: 100%; } } audio, canvas, iframe, img, svg, video { vertical-align: top!important; } .ps_facebook_like { width: auto; max-width: 285px; } .ps_facebook_like, .ps_facebook_send, .ps_twitter, .ps_google, .ps_linkedin, .ps_pinit { float: left; margin: 0 5px; vertical-align: top; left: 0; } .ps_twitter { width: auto; } .ps_pinit > *, .ps_google > * { vertical-align: top!important; } .ps_google { margin-left: 0; } .eshop-container .image { padding:0; } .image .additional-image { top: 0; left: 0; z-index: 999; opacity: 0; position: absolute; width: 100%; height: 100%; } .image:hover .additional-image { opacity:1; }.eshop-products { } .eshop-products .eshop_product { text-align: center; margin: 0 0 10px; } .eshop-product ul { margin: 0; } .eshop-product ul li { float: left; list-style: none; padding: 0 0 20px; text-align: center; } .eshop-product .eshop-buttons{position: relative !important;} .slick-dots { bottom: -45px; display: block; list-style: outside none none; padding: 0; position: absolute; text-align: center; width: 100%; } .slick-dots li { cursor: pointer; display: inline-block; height: 20px; margin: 0 5px; padding: 0; position: relative; width: 20px; } .slick-dots li button { border: 0 none; color: transparent; cursor: pointer; display: block; font-size: 0; height: 20px; line-height: 0; outline: medium none; padding: 5px; width: 20px; } .slick-dots li button:before { color: black; content: "•"; font-family: "slick"; font-size: 6px; height: 20px; left: 0; line-height: 20px; opacity: 0.25; position: absolute; text-align: center; top: 0; width: 20px; } .slick-dots li.slick-active button:before { color: black; opacity: 0.75; } @media screen and (min-width: 768px) { .eshop-product .row-fluid{width:100%} .eshop-product .row-fluid:after, .row-fluid:before{display:table;line-height:0;content:""} .eshop-product .row-fluid:after{clear:both} .eshop-product .row-fluid [class*=span]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;box-sizing:border-box} .eshop-product .row-fluid [class*=span]:first-child{margin-left:0} .eshop-product .row-fluid .controls-row [class*=span]+[class*=span]{margin-left:2.127659574468085%} .eshop-product .row-fluid .span12{width:100%}.row-fluid .span11{width:91.48936170212765%} .eshop-product .row-fluid .span10{width:82.97872340425532%} .eshop-product .row-fluid .span9{width:74.46808510638297%} .eshop-product .row-fluid .span8{width:65.95744680851064%} .eshop-product .row-fluid .span7{width:57.44680851063829%} .eshop-product .row-fluid .span6{width:48.93617021276595%} .eshop-product .row-fluid .span5{width:40.42553191489362%} .eshop-product .row-fluid .span4{width:31.914893617021278%} .eshop-product .row-fluid .span3{width:23.404255319148934%} .eshop-product .row-fluid .span2{width:14.893617021276595%} .eshop-product .row-fluid .span1{width:6.382978723404255%} } .image .additional-image { top: 0; left: 0; z-index: 999; opacity: 0; position: absolute; width: 100%; height: 100%; } .image:hover .additional-image { opacity:1; } html { } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } select, textarea, 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"], .uneditable-input { display: inline-block; height: auto; line-height: normal; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } @media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { } a:hover, a:focus { } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; width: 100% \9; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; width: 100% \9; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } code, kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #333333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { } } @media (min-width: 992px) { .container { } } @media (min-width: 1200px) { .container { } } .container-fluid { margin-right: auto; margin-left: auto; } .row { margin-left: -15px; margin-right: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #dddddd; } .table .table { background-color: #ffffff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border-left: 1px solid #dddddd; border-bottom: none; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } select, textarea, 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"], .inputbox { display: inline-block; padding: 6px 12px; line-height: 1.42857143; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .inputbox::-moz-placeholder { color: #999999; opacity: 1; } select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .inputbox:-ms-input-placeholder { color: #999999; } select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .inputbox::-webkit-input-placeholder { color: #999999; } select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], .inputbox[disabled], select[readonly], textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], .inputbox[readonly], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"], fieldset[disabled] .inputbox { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } textareaselect, textareatextarea, textareainput[type="text"], textareainput[type="password"], textareainput[type="datetime"], textareainput[type="datetime-local"], textareainput[type="date"], textareainput[type="month"], textareainput[type="time"], textareainput[type="week"], textareainput[type="number"], textareainput[type="email"], textareainput[type="url"], textareainput[type="search"], textareainput[type="tel"], textareainput[type="color"], textarea.inputbox { height: auto; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .inputbox:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .inputbox::-moz-placeholder { color: #999999; opacity: 1; } select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .inputbox:-ms-input-placeholder { color: #999999; } select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .inputbox::-webkit-input-placeholder { color: #999999; } select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], .inputbox[disabled], select[readonly], textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], .inputbox[readonly], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"], fieldset[disabled] .inputbox { cursor: not-allowed; background-color: #eeeeee; } textareaselect, textareatextarea, textareainput[type="text"], textareainput[type="password"], textareainput[type="datetime"], textareainput[type="datetime-local"], textareainput[type="date"], textareainput[type="month"], textareainput[type="time"], textareainput[type="week"], textareainput[type="number"], textareainput[type="email"], textareainput[type="url"], textareainput[type="search"], textareainput[type="tel"], textareainput[type="color"], textarea.inputbox { height: auto; } @media screen and (min-width: 768px) { select, textarea, 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"], .inputbox { } } select, select.form-control, select.inputbox, select.input { padding-right: 5px; } .input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } input.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } selectinput.input-sm { height: 30px; line-height: 30px; } textareainput.input-sm, select[multiple]input.input-sm { height: auto; } input.input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } selectinput.input-lg { height: 45px; line-height: 45px; } textareainput.input-lg, select[multiple]input.input-lg { height: auto; } @media (min-width: 768px) { .form-inline .inputbox, .form-inline select, .form-inline textarea, .form-inline input { display: inline-block; } } .control-group { margin-bottom: 10px; } legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 20px; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { content: " "; display: table; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { content: " "; display: table; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-group .control-label { display: block; width: 100%; } @media (min-width: 768px) { .form-horizontal .control-group .control-label { display: inline-block; float: left; width: 160px; padding-top: 5px; text-align: right; } } .form-horizontal .control-group .controls { margin-left: 180px; } .form-actions { padding: 20px; margin: 20px 0; background-color: #eeeeee; border-radius: 4px; } .form-actions:before, .form-actions:after { content: " "; display: table; } .form-actions:after { clear: both; } .form-actions:before, .form-actions:after { content: " "; display: table; } .form-actions:after { clear: both; } .form-actions [class*="col-sm-offset-"], .form-actions [class*="col-md-offset-"] { padding-left: 5px !important; } .input-append, .input-prepend { display: inline-block; margin-bottom: 10px; vertical-align: middle; font-size: 0; white-space: nowrap; } .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover { } .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; border-radius: 0 4px 4px 0; } .input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus { z-index: 2; } .input-append .add-on, .input-prepend .add-on { display: inline-block; width: auto; height: 34px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; } .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; border-radius: 0; } .input-append .active, .input-prepend .active { background-color: #bbff33; border-color: #669900; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child { border-radius: 4px 0 0 4px; } .input-append input, .input-append select, .input-append .uneditable-input { border-radius: 4px 0 0 4px; } .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { border-radius: 0 4px 4px 0; } .input-append .add-on, .input-append .btn, .input-append .btn-group { margin-left: -1px; } .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle { border-radius: 0 4px 4px 0; } .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { border-radius: 0; } .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append select + .btn-group .btn, .input-prepend.input-append .uneditable-input + .btn-group .btn { border-radius: 0 4px 4px 0; } .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; border-radius: 4px 0 0 4px; } .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; border-radius: 0 4px 4px 0; } .input-prepend.input-append .btn-group:first-child { margin-left: 0; } .btn-large { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; } .btn-small { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top: 0; } .btn-mini { padding: 2px 4px; font-size: 12px; border-radius: 3px; } .btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: -1px; } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; line-height: 1.42857143 \0; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 45px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; min-height: 20px; padding-left: 18px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm, .form-horizontal .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg, .form-horizontal .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 25px; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .input-lg + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #468847; } .has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .has-success .input-group-addon { color: #468847; border-color: #468847; background-color: #dff0d8; } .has-success .form-control-feedback { color: #468847; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #c09853; } .has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } .has-warning .input-group-addon { color: #c09853; border-color: #c09853; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #c09853; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #b94a48; } .has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .has-error .input-group-addon { color: #b94a48; border-color: #b94a48; background-color: #f2dede; } .has-error .form-control-feedback { color: #b94a48; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #333333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } .btn-default .badge { color: #ffffff; background-color: #333333; } .btn-primary { } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #ffffff; } .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #ffffff; } .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #ffffff; } .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #ffffff; } .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #ffffff; } .btn-link { color: #428bca; font-weight: normal; cursor: pointer; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -5px; margin-left: -1px; } .dropdown-submenu.open > .dropdown-menu { display: block; } .dropdown-submenu > .dropdown-menu { border-radius: 4px; } .dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -5px; } .dropdown-submenu.open > a:after { border-left-color: #262626; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url(../../../../components/com_eshop/assets/bootstrap/css/../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot); src: url(../../../../components/com_eshop/assets/bootstrap/css/../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../../../components/com_eshop/assets/bootstrap/css/../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../../components/com_eshop/assets/bootstrap/css/../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../../components/com_eshop/assets/bootstrap/css/../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #999999; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: 0; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; display: inline-block; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; } @media (min-width: 768px) { .navbar-form .inputbox, .navbar-form select, .navbar-form textarea, .navbar-form input { display: inline-block; } } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { } .navbar-default .navbar-toggle .icon-bar { } .navbar-default .navbar-collapse, .navbar-default .navbar-form { } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-default .btn-link { color: #777777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #cccccc; } .navbar-inverse { background-color: #222222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .navbar-inverse .btn-link { color: #999999; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #ffffff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #cccccc; } .breadcrumb > .active { color: #999999; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #428bca; background-color: #ffffff; border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; border-color: #dddddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #ffffff; border-color: #dddddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #ffffff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #ffffff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #ffffff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } .thumbnail .caption { padding: 9px; color: #333333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #356635; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #2d6987; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #c09853; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #a47e3c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #b94a48; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #953b39; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] { min-width: 30px; } .progress-bar[aria-valuenow="0"] { color: #999999; min-width: 30px; background-color: transparent; background-image: none; box-shadow: none; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; color: #555555; background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #999999; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #999999; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-success { color: #468847; background-color: #dff0d8; } a.list-group-item-success { color: #468847; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #468847; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #468847; border-color: #468847; } .list-group-item-info { color: #3a87ad; background-color: #d9edf7; } a.list-group-item-info { color: #3a87ad; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #3a87ad; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #3a87ad; border-color: #3a87ad; } .list-group-item-warning { color: #c09853; background-color: #fcf8e3; } a.list-group-item-warning { color: #c09853; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #c09853; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #c09853; border-color: #c09853; } .list-group-item-danger { color: #b94a48; background-color: #f2dede; } a.list-group-item-danger { color: #b94a48; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #b94a48; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #b94a48; border-color: #b94a48; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } .panel-default { border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dddddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #dddddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #ffffff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #428bca; } .panel-primary > .panel-heading .badge { color: #428bca; background-color: #ffffff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #468847; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #3a87ad; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #c09853; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #b94a48; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } #toolbar-popup-options .modal { position: relative; } .modal.fade .modal-dialog { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { padding: 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 350px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } }/*! * Bootstrap v2.1.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block} audio,canvas,video{display:inline-block;*display:inline;*zoom:1} audio:not([controls]){display:none} html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%} a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} a:hover,a:active{outline:0} sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline} sup{top:-0.5em} sub{bottom:-0.25em} img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic} #map_canvas img{max-width:none} button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle} button,input{*overflow:visible;line-height:normal} button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0} button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button} input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield} input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none} textarea{overflow:auto;vertical-align:top} .clearfix{*zoom:1} .clearfix:before,.clearfix:after{display:table;line-height:0;content:""} .clearfix:after{clear:both} .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0} .input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)} .img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px} .row:before,.row:after{display:table;line-height:0;content:""} .row:after{clear:both} [class*="span"]{float:left;min-height:1px;margin-left:20px} .offset12{margin-left:980px} .offset11{margin-left:900px} .offset10{margin-left:820px} .offset9{margin-left:740px} .offset8{margin-left:660px} .offset7{margin-left:580px} .offset6{margin-left:500px} .offset5{margin-left:420px} .offset4{margin-left:340px} .offset3{margin-left:260px} .offset2{margin-left:180px} .offset1{margin-left:100px} .row-fluid{width:100%;*zoom:1} .row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""} .row-fluid:after{clear:both} .row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .row-fluid [class*="span"]:first-child{margin-left:0} .row-fluid .span12{width:100%;*width:99.94680851063829%} .row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%} .row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%} .row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%} .row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%} .row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%} .row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%} .row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%} .row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%} .row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%} .row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%} .row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%} .row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%} .row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%} .row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%} .row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%} .row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%} .row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%} .row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%} .row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%} .row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%} .row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%} .row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%} .row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%} .row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%} .row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%} .row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%} .row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%} .row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%} .row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%} .row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%} .row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%} .row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%} .row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%} .row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%} .row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%} [class*="span"].hide,.row-fluid [class*="span"].hide{display:none} [class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right} .container:before,.container:after{display:table;line-height:0;content:""} .container:after{clear:both} .container-fluid{padding-right:20px;padding-left:20px;*zoom:1} .container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""} .container-fluid:after{clear:both} p{margin:0 0 10px} .lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px} small{font-size:85%} strong{font-weight:bold} em{font-style:italic} cite{font-style:normal} .muted{color:#999} .text-warning{color:#c09853} .text-error{color:#b94a48} .text-info{color:#3a87ad} .text-success{color:#468847} h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999} h1 small{font-size:24px} h2 small{font-size:18px} h3 small{font-size:14px} h4 small{font-size:14px} .page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee} ul,ol{padding:0;margin:0} ul ul,ul ol,ol ol,ol ul{margin-bottom:0} ss ul.unstyled,ol.unstyled{margin-left:0;list-style:none} dl{margin-bottom:20px} dt,dd{line-height:20px} dt{font-weight:bold} dd{margin-left:10px} .dl-horizontal{*zoom:1} .dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""} .dl-horizontal:after{clear:both} .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap} .dl-horizontal dd{margin-left:180px} hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff} abbr[title]{cursor:help;border-bottom:1px dotted #999} abbr.initialism{font-size:90%;text-transform:uppercase} blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee} blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:25px} blockquote small{display:block;line-height:20px;color:#999} blockquote small:before{content:'\2014 \00A0'} blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0} blockquote.pull-right p,blockquote.pull-right small{text-align:right} blockquote.pull-right small:before{content:''} blockquote.pull-right small:after{content:'\00A0 \2014'} q:before,q:after,blockquote:before,blockquote:after{content:""} address{display:block;margin-bottom:20px;font-style:normal;line-height:20px} code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px} code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8} pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} pre.prettyprint{margin-bottom:20px} pre code{padding:0;color:inherit;background-color:transparent;border:0} .pre-scrollable{max-height:340px;overflow-y:scroll} form{margin:0 0 20px} fieldset{padding:0;margin:0;border:0} legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5} legend small{font-size:15px;color:#999} label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px} textarea{height:auto} textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)} input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal;cursor:pointer} input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto} select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px} select{width:220px;background-color:#fff;border:1px solid #ccc} select[multiple],select[size]{height:auto} select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} .uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)} .uneditable-input{overflow:hidden;white-space:nowrap} .uneditable-textarea{width:auto;height:auto} input:-moz-placeholder,textarea:-moz-placeholder{color:#999} input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999} input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999} .radio,.checkbox{min-height:18px;} .radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px} .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px} .radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle} .radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px} .input-mini{width:60px} .input-small{width:90px} .input-medium{width:150px} .input-large{width:210px} .input-xlarge{width:270px} .input-xxlarge{width:530px} input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0} .input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block} input,textarea,.uneditable-input{margin-left:0} .controls-row [class*="span"]+[class*="span"]{margin-left:20px} input.span12,textarea.span12,.uneditable-input.span12{width:926px} input.span11,textarea.span11,.uneditable-input.span11{width:846px} input.span10,textarea.span10,.uneditable-input.span10{width:766px} input.span9,textarea.span9,.uneditable-input.span9{width:686px} input.span8,textarea.span8,.uneditable-input.span8{width:606px} input.span7,textarea.span7,.uneditable-input.span7{width:526px} input.span6,textarea.span6,.uneditable-input.span6{width:446px} input.span5,textarea.span5,.uneditable-input.span5{width:366px} input.span4,textarea.span4,.uneditable-input.span4{width:286px} input.span3,textarea.span3,.uneditable-input.span3{width:206px} input.span2,textarea.span2,.uneditable-input.span2{width:126px} input.span1,textarea.span1,.uneditable-input.span1{width:46px} .controls-row{*zoom:1} .controls-row:before,.controls-row:after{display:table;line-height:0;content:""} .controls-row:after{clear:both} .controls-row [class*="span"]{float:left} input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee} input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent} .control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853} .control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853} .control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)} .control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e} .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853} .control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48} .control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48} .control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)} .control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392} .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48} .control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847} .control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847} .control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)} .control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b} .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847} .control-group.info>label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad} .control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad} .control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)} .control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3} .control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad} input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b} input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7} .form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1} .form-actions:before,.form-actions:after{display:table;line-height:0;content:""} .form-actions:after{clear:both} .help-block,.help-inline{color:#595959} .help-block{display:block;margin-bottom:10px} .help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1} .input-append,.input-prepend{margin-bottom:5px;font-size:0;white-space:nowrap} .input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0} .input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2} .input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;padding:4px 5px;font-weight:normal;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc} .input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546} .input-prepend .add-on,.input-prepend .btn{margin-right:-1px} .input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px} .input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px} .input-append .add-on,.input-append .btn{margin-left:-1px} .input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0} .input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px} .input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0} input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px} .form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px} .form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0} .form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0} .form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px} .form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none} .form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block} .form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0} .form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle} .form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0} .control-group{margin-bottom:10px} legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate} .form-horizontal .control-group{margin-bottom:20px;*zoom:1} .form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""} .form-horizontal .control-group:after{clear:both} .form-horizontal .control-label{} .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0} .form-horizontal .controls:first-child{*padding-left:180px} .form-horizontal .help-block{margin-bottom:0} .form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block{margin-top:10px} .form-horizontal .form-actions{padding-left:180px} table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0} .table{width:100%;margin-bottom:20px} .table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd} .table th{font-weight:bold} .table thead th{vertical-align:bottom} .table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0} .table tbody+tbody{border-top:2px solid #ddd} .table-condensed th,.table-condensed td{padding:4px 5px} .table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .table-bordered th,.table-bordered td{border-left:1px solid #ddd} .table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0} .table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px} .table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px} .table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px} .table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px} .table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px} .table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topleft:4px} .table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9} .table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5} table [class*=span],.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0} .table .span1{float:none;width:44px;margin-left:0} .table .span2{float:none;width:124px;margin-left:0} .table .span3{float:none;width:204px;margin-left:0} .table .span4{float:none;width:284px;margin-left:0} .table .span5{float:none;width:364px;margin-left:0} .table .span6{float:none;width:444px;margin-left:0} .table .span7{float:none;width:524px;margin-left:0} .table .span8{float:none;width:604px;margin-left:0} .table .span9{float:none;width:684px;margin-left:0} .table .span10{float:none;width:764px;margin-left:0} .table .span11{float:none;width:844px;margin-left:0} .table .span12{float:none;width:924px;margin-left:0} .table .span13{float:none;width:1004px;margin-left:0} .table .span14{float:none;width:1084px;margin-left:0} .table .span15{float:none;width:1164px;margin-left:0} .table .span16{float:none;width:1244px;margin-left:0} .table .span17{float:none;width:1324px;margin-left:0} .table .span18{float:none;width:1404px;margin-left:0} .table .span19{float:none;width:1484px;margin-left:0} .table .span20{float:none;width:1564px;margin-left:0} .table .span21{float:none;width:1644px;margin-left:0} .table .span22{float:none;width:1724px;margin-left:0} .table .span23{float:none;width:1804px;margin-left:0} .table .span24{float:none;width:1884px;margin-left:0} .table tbody tr.success td{background-color:#dff0d8} .table tbody tr.error td{background-color:#f2dede} .table tbody tr.warning td{background-color:#fcf8e3} .table tbody tr.info td{background-color:#d9edf7} .table-hover tbody tr.success:hover td{background-color:#d0e9c6} .table-hover tbody tr.error:hover td{background-color:#ebcccc} .table-hover tbody tr.warning:hover td{background-color:#faf2cc} .table-hover tbody tr.info:hover td{background-color:#c4e3f3} .icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url(../../../../components/com_eshop/assets/bootstrap/css/../img/glyphicons-halflings-white.png)} .icon-glass{background-position:0 0} .icon-music{background-position:-24px 0} .icon-search{background-position:-48px 0} .icon-envelope{background-position:-72px 0} .icon-heart{background-position:-96px 0} .icon-star{background-position:-120px 0} .icon-star-empty{background-position:-144px 0} .icon-user{background-position:-168px 0} .icon-film{background-position:-192px 0} .icon-th-large{background-position:-216px 0} .icon-th{background-position:-240px 0} .icon-th-list{background-position:-264px 0} .icon-ok{background-position:-288px 0} .icon-remove{background-position:-312px 0} .icon-zoom-in{background-position:-336px 0} .icon-zoom-out{background-position:-360px 0} .icon-off{background-position:-384px 0} .icon-signal{background-position:-408px 0} .icon-cog{background-position:-432px 0} .icon-trash{background-position:-456px 0} .icon-home{background-position:0 -24px} .icon-file{background-position:-24px -24px} .icon-time{background-position:-48px -24px} .icon-road{background-position:-72px -24px} .icon-download-alt{background-position:-96px -24px} .icon-download{background-position:-120px -24px} .icon-upload{background-position:-144px -24px} .icon-inbox{background-position:-168px -24px} .icon-play-circle{background-position:-192px -24px} .icon-repeat{background-position:-216px -24px} .icon-refresh{background-position:-240px -24px} .icon-list-alt{background-position:-264px -24px} .icon-lock{background-position:-287px -24px} .icon-flag{background-position:-312px -24px} .icon-headphones{background-position:-336px -24px} .icon-volume-off{background-position:-360px -24px} .icon-volume-down{background-position:-384px -24px} .icon-volume-up{background-position:-408px -24px} .icon-qrcode{background-position:-432px -24px} .icon-barcode{background-position:-456px -24px} .icon-tag{background-position:0 -48px} .icon-tags{background-position:-25px -48px} .icon-book{background-position:-48px -48px} .icon-bookmark{background-position:-72px -48px} .icon-print{background-position:-96px -48px} .icon-camera{background-position:-120px -48px} .icon-font{background-position:-144px -48px} .icon-bold{background-position:-167px -48px} .icon-italic{background-position:-192px -48px} .icon-text-height{background-position:-216px -48px} .icon-text-width{background-position:-240px -48px} .icon-align-left{background-position:-264px -48px} .icon-align-center{background-position:-288px -48px} .icon-align-right{background-position:-312px -48px} .icon-align-justify{background-position:-336px -48px} .icon-list{background-position:-360px -48px} .icon-indent-left{background-position:-384px -48px} .icon-indent-right{background-position:-408px -48px} .icon-facetime-video{background-position:-432px -48px} .icon-picture{background-position:-456px -48px} .icon-pencil{background-position:0 -72px} .icon-map-marker{background-position:-24px -72px} .icon-adjust{background-position:-48px -72px} .icon-tint{background-position:-72px -72px} .icon-edit{background-position:-96px -72px} .icon-share{background-position:-120px -72px} .icon-check{background-position:-144px -72px} .icon-move{background-position:-168px -72px} .icon-step-backward{background-position:-192px -72px} .icon-fast-backward{background-position:-216px -72px} .icon-backward{background-position:-240px -72px} .icon-play{background-position:-264px -72px} .icon-pause{background-position:-288px -72px} .icon-stop{background-position:-312px -72px} .icon-forward{background-position:-336px -72px} .icon-fast-forward{background-position:-360px -72px} .icon-step-forward{background-position:-384px -72px} .icon-eject{background-position:-408px -72px} .icon-chevron-left{background-position:-432px -72px} .icon-chevron-right{background-position:-456px -72px} .icon-plus-sign{background-position:0 -96px} .icon-minus-sign{background-position:-24px -96px} .icon-remove-sign{background-position:-48px -96px} .icon-ok-sign{background-position:-72px -96px} .icon-question-sign{background-position:-96px -96px} .icon-info-sign{background-position:-120px -96px} .icon-screenshot{background-position:-144px -96px} .icon-remove-circle{background-position:-168px -96px} .icon-ok-circle{background-position:-192px -96px} .icon-ban-circle{background-position:-216px -96px} .icon-arrow-left{background-position:-240px -96px} .icon-arrow-right{background-position:-264px -96px} .icon-arrow-up{background-position:-289px -96px} .icon-arrow-down{background-position:-312px -96px} .icon-share-alt{background-position:-336px -96px} .icon-resize-full{background-position:-360px -96px} .icon-resize-small{background-position:-384px -96px} .icon-plus{background-position:-408px -96px} .icon-minus{background-position:-433px -96px} .icon-asterisk{background-position:-456px -96px} .icon-exclamation-sign{background-position:0 -120px} .icon-gift{background-position:-24px -120px} .icon-leaf{background-position:-48px -120px} .icon-fire{background-position:-72px -120px} .icon-eye-open{background-position:-96px -120px} .icon-eye-close{background-position:-120px -120px} .icon-warning-sign{background-position:-144px -120px} .icon-plane{background-position:-168px -120px} .icon-calendar{background-position:-192px -120px} .icon-random{width:16px;background-position:-216px -120px} .icon-comment{background-position:-240px -120px} .icon-magnet{background-position:-264px -120px} .icon-chevron-up{background-position:-288px -120px} .icon-chevron-down{background-position:-313px -119px} .icon-retweet{background-position:-336px -120px} .icon-shopping-cart{background-position:-360px -120px} .icon-folder-close{background-position:-384px -120px} .icon-folder-open{width:16px;background-position:-408px -120px} .icon-resize-vertical{background-position:-432px -119px} .icon-resize-horizontal{background-position:-456px -118px} .icon-hdd{background-position:0 -144px} .icon-bullhorn{background-position:-24px -144px} .icon-bell{background-position:-48px -144px} .icon-certificate{background-position:-72px -144px} .icon-thumbs-up{background-position:-96px -144px} .icon-thumbs-down{background-position:-120px -144px} .icon-hand-right{background-position:-144px -144px} .icon-hand-left{background-position:-168px -144px} .icon-hand-up{background-position:-192px -144px} .icon-hand-down{background-position:-216px -144px} .icon-circle-arrow-right{background-position:-240px -144px} .icon-circle-arrow-left{background-position:-264px -144px} .icon-circle-arrow-up{background-position:-288px -144px} .icon-circle-arrow-down{background-position:-312px -144px} .icon-globe{background-position:-336px -144px} .icon-wrench{background-position:-360px -144px} .icon-tasks{background-position:-384px -144px} .icon-filter{background-position:-408px -144px} .icon-briefcase{background-position:-432px -144px} .icon-fullscreen{background-position:-456px -144px} .dropup,.dropdown{position:relative} .dropdown-toggle{*margin-bottom:-3px} .dropdown-toggle:active,.open .dropdown-toggle{outline:0} .caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""} .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; } .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; outline: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover{color:#999} .dropdown-menu .disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent} .open{*z-index:1000} .open>.dropdown-menu{display:block} .pull-right>.dropdown-menu{right:0;left:auto} .dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""} .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px} .dropdown-submenu{position:relative} .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px} .dropdown-submenu:hover>.dropdown-menu{display:block} .dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "} .dropdown-submenu:hover>a:after{border-left-color:#fff} .dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px} .typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)} .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)} .well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px} .fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear} .fade.in{opacity:1} .collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease} .collapse.in{height:auto} .close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)} .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)} button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none} .btn{display:inline-block;*display:inline;padding:6px 14px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbb;*border:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)} .btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9} .btn:active,.btn.active{background-color:#ccc \9} .btn:first-child{*margin-left:0} .btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear} .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} .btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)} .btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none} .btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px} .btn-large [class^="icon-"]{margin-top:2px} .btn-small{padding:3px 9px;font-size:12px;line-height:18px} .btn-small [class^="icon-"]{margin-top:0} .btn-mini{padding:2px 6px;font-size:11px;line-height:17px} .btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .btn-block+.btn-block{margin-top:5px} input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%} .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)} .btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)} .btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-image:-moz-linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3} .btn-primary:active,.btn-primary.active{background-color:#039 \9} .btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505} .btn-warning:active,.btn-warning.active{background-color:#c67605 \9} .btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a} .btn-danger:active,.btn-danger.active{background-color:#942a25 \9} .btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249} .btn-success:active,.btn-success.active{background-color:#408140 \9} .btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0} .btn-info:active,.btn-info.active{background-color:#24748c \9} .btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-image:-moz-linear-gradient(top,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515} .btn-inverse:active,.btn-inverse.active{background-color:#080808 \9} button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px} button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0} button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px} button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px} button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px} .btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none} .btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent} .btn-link[disabled]:hover{color:#333;text-decoration:none} .btn-group{position:relative;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle} .btn-group:first-child{*margin-left:0} .btn-group+.btn-group{margin-left:5px} .btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0} .btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1} .btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group{margin-left:5px} .btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .btn-group>.btn+.btn{margin-left:-1px} .btn-group>.btn,.btn-group>.dropdown-menu{font-size:14px} .btn-group>.btn-mini{font-size:11px} .btn-group>.btn-small{font-size:12px} .btn-group>.btn-large{font-size:16px} .btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px} .btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px} .btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px} .btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px} .btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2} .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0} .btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)} .btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px} .btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px} .btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px} .btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)} .btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6} .btn-group.open .btn-primary.dropdown-toggle{background-color:#04c} .btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406} .btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f} .btn-group.open .btn-success.dropdown-toggle{background-color:#51a351} .btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4} .btn-group.open .btn-inverse.dropdown-toggle{background-color:#222} .btn .caret{margin-top:8px;margin-left:0} .btn-mini .caret,.btn-small .caret,.btn-large .caret{margin-top:6px} .btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px} .dropup .btn-large .caret{border-top:0;border-bottom:5px solid #000} .btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff} .btn-group-vertical{display:inline-block;*display:inline;*zoom:1} .btn-group-vertical .btn{display:block;float:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .btn-group-vertical .btn+.btn{margin-top:-1px;margin-left:0} .btn-group-vertical .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0} .btn-group-vertical .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px} .btn-group-vertical .btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0} .btn-group-vertical .btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px} .alert{padding:8px 35px 8px 14px;margin-bottom:20px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .alert h4{margin:0} .alert .close{position:relative;top:-2px;right:-21px;line-height:20px} .alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6} .alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7} .alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1} .alert-block{padding-top:14px;padding-bottom:14px} .alert-block>p,.alert-block>ul{margin-bottom:0} .alert-block p+p{margin-top:5px} .nav>.pull-right{float:right} .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase} .nav li+.nav-header{margin-top:9px} .nav-list{padding-right:15px;padding-left:15px;margin-bottom:0} .nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)} .nav-list>li>a{padding:3px 15px} .nav-list>.active>a,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c} .nav-list [class^="icon-"]{margin-right:2px} .nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff} .nav-tabs,.nav-pills{*zoom:1} .nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""} .nav-tabs:after,.nav-pills:after{clear:both} .nav-tabs>li,.nav-pills>li{float:left} .nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px} .nav-tabs{border-bottom:1px solid #ddd} .nav-tabs>li{margin-bottom:-1px} .nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0} .nav-tabs>li>a:hover{border-color:#eee #eee #ddd} .nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent} .nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px} .nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c} .nav-stacked>li{float:none} .nav-stacked>li>a{margin-right:0} .nav-tabs.nav-stacked{border-bottom:0} .nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px} .nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px} .nav-tabs.nav-stacked>li>a:hover{z-index:2;border-color:#ddd} .nav-pills.nav-stacked>li>a{margin-bottom:3px} .nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px} .nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px} .nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .nav-tabs .dropdown-toggle .caret{margin-top:0} .nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff} .nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555} .nav>.dropdown.active>a:hover{cursor:pointer} .nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)} .tabs-stacked .open>a:hover{border-color:#999} .tabbable{*zoom:1} .tabbable:before,.tabbable:after{display:table;line-height:0;content:""} .tabbable:after{clear:both} .tab-content{overflow:auto} .tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0} .tab-content>.tab-pane,.pill-content>.pill-pane{display:none} .tab-content>.active,.pill-content>.active{display:block} .tabs-below>.nav-tabs{border-top:1px solid #ddd} .tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0} .tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px} .tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent} .tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd} .tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none} .tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px} .tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd} .tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px} .tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee} .tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff} .tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd} .tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0} .tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd} .tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff} .nav>.disabled>a{color:#999} .nav>.disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent} .navbar{*position:relative;*z-index:2;overflow:visible;} .navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)} .navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""} .navbar-inner:after{clear:both} .nav-collapse.collapse{height:auto} .navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff} .navbar .brand:hover{text-decoration:none} .navbar-text{margin-bottom:0;line-height:40px} .navbar-link{color:#777} .navbar-link:hover{color:#333} .navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2} .navbar .btn,.navbar .btn-group{margin-top:5px} .navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn{margin-top:0} .navbar-form{margin-bottom:0;*zoom:1} .navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""} .navbar-form:after{clear:both} .navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px} .navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0} .navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px} .navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap} .navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0} .navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0} .navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px} .navbar-static-top{position:static;width:100%;margin-bottom:0} .navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0} .navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px} .navbar-fixed-bottom .navbar-inner{border-width:1px 0 0} .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0} .navbar-fixed-top{top:0} .navbar .nav.pull-right{float:right;margin-right:0} .navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto} .navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto} .navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto} .navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px} .navbar-inverse{color:#999} .navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)} .navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)} .navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover{color:#fff} .navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent} .navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111} .navbar-inverse .navbar-link{color:#999} .navbar-inverse .navbar-link:hover{color:#fff} .navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111} .navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111} .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999} .navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff} .navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none} .navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc} .navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc} .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc} .navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)} .navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-image:-moz-linear-gradient(top,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)} .navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000} .navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9} .breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .breadcrumb li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1} .breadcrumb .divider{padding:0 5px;color:#ccc} .breadcrumb .active{color:#999} .pagination{height:40px;margin:20px 0} .pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)} .pagination ul>li{display:inline} .pagination ul>li>a,.pagination ul>li>span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0} .pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5} .pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default} .pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{color:#999;cursor:default;background-color:transparent} .pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px} .pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0} .pagination-centered{text-align:center} .pagination-right{text-align:right} .pager{margin:20px 0;text-align:center;list-style:none;*zoom:1} .pager:before,.pager:after{display:table;line-height:0;content:""} .pager:after{clear:both} .pager li{display:inline} .pager a,.pager span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px} .pager a:hover{text-decoration:none;background-color:#f5f5f5} .pager .next a,.pager .next span{float:right} .pager .previous a{float:left} .pager .disabled a,.pager .disabled a:hover,.pager .disabled span{color:#999;cursor:default;background-color:#fff} .modal-open .modal .dropdown-menu{z-index:2050} .modal-open .modal .dropdown.open{*z-index:2050} .modal-open .modal .popover{z-index:2060} .modal-open .modal .tooltip{z-index:2080} .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000} .modal-backdrop.fade{opacity:0} .modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)} .modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out} .modal.fade.in{top:50%} .modal-header{padding:9px 15px;border-bottom:1px solid #eee} .modal-header .close{margin-top:2px} .modal-header h3{margin:0;line-height:30px} .modal-body{max-height:400px;padding:15px;overflow-y:auto} .modal-form{margin-bottom:0} .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff} .modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""} .modal-footer:after{clear:both} .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px} .modal-footer .btn-group .btn+.btn{margin-left:-1px} .tooltip{position:absolute;z-index:1030;display:block;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);visibility:visible} .tooltip.in{opacity:.8;filter:alpha(opacity=80)} .tooltip.top{margin-top:-3px} .tooltip.right{margin-left:3px} .tooltip.bottom{margin-top:3px} .tooltip.left{margin-left:-3px} .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid} .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0} .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0} .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px} .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px} .popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box} .popover.top{margin-bottom:10px} .popover.right{margin-left:10px} .popover.bottom{margin-top:10px} .popover.left{margin-right:10px} .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0} .popover-content{padding:9px 14px} .popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0} .popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid} .popover .arrow:after{z-index:-1;content:""} .popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-top-color:#fff;border-width:10px 10px 0} .popover.top .arrow:after{bottom:-1px;left:-11px;border-top-color:rgba(0,0,0,0.25);border-width:11px 11px 0} .popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-right-color:#fff;border-width:10px 10px 10px 0} .popover.right .arrow:after{bottom:-11px;left:-1px;border-right-color:rgba(0,0,0,0.25);border-width:11px 11px 11px 0} .popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-bottom-color:#fff;border-width:0 10px 10px} .popover.bottom .arrow:after{top:-1px;left:-11px;border-bottom-color:rgba(0,0,0,0.25);border-width:0 11px 11px} .popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-left-color:#fff;border-width:10px 0 10px 10px} .popover.left .arrow:after{right:-1px;bottom:-11px;border-left-color:rgba(0,0,0,0.25);border-width:11px 0 11px 11px} .thumbnails{margin-left:-20px;list-style:none;*zoom:1} .thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""} .thumbnails:after{clear:both} .row-fluid .thumbnails{margin-left:0} .thumbnails>li{float:left;margin-bottom:20px;margin-left:20px} .thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out} a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)} .thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto} .thumbnail .caption{padding:9px;color:#555} .label,.badge{font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999} .label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px} .badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px} a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer} .label-important,.badge-important{background-color:#b94a48} .label-important[href],.badge-important[href]{background-color:#953b39} .label-warning,.badge-warning{background-color:#f89406} .label-warning[href],.badge-warning[href]{background-color:#c67605} .label-success,.badge-success{background-color:#468847} .label-success[href],.badge-success[href]{background-color:#356635} .label-info,.badge-info{background-color:#3a87ad} .label-info[href],.badge-info[href]{background-color:#2d6987} .label-inverse,.badge-inverse{background-color:#333} .label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a} .btn .label,.btn .badge{position:relative;top:-1px} .btn-mini .label,.btn-mini .badge{top:0} @-webkit-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0} } @-moz-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0} } @-ms-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0} } @-o-keyframes progress-bar-stripes{from{background-position:0 0} to{background-position:40px 0} } @keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0} } .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)} .progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease} .progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)} .progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px} .progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite} .progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)} .progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)} .progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)} .progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)} .progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)} .progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)} .progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)} .progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)} .accordion{margin-bottom:20px} .accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .accordion-heading{border-bottom:0} .accordion-heading .accordion-toggle{display:block;padding:8px 15px} .accordion-toggle{cursor:pointer} .accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5} .carousel{position:relative;margin-bottom:20px;line-height:1} .carousel-inner{position:relative;width:100%;overflow:hidden} .carousel .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left} .carousel .item>img{display:block;line-height:1} .carousel .active,.carousel .next,.carousel .prev{display:block} .carousel .active{left:0} .carousel .next,.carousel .prev{position:absolute;top:0;width:100%} .carousel .next{left:100%} .carousel .prev{left:-100%} .carousel .next.left,.carousel .prev.right{left:0} .carousel .active.left{left:-100%} .carousel .active.right{left:100%} .carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)} .carousel-control.right{right:15px;left:auto} .carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)} .carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)} .carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff} .carousel-caption h4{margin:0 0 5px} .carousel-caption p{margin-bottom:0} .hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit} .hero-unit p{font-size:18px;font-weight:200;line-height:30px;color:inherit} .pull-right{float:right} .pull-left{float:left} .hide{display:none} .show{display:block} .invisible{visibility:hidden} .affix{position:fixed} .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @-ms-viewport { width: device-width; } .hidden { display: none; visibility: hidden; } .visible-phone { display: none !important; } .visible-tablet { display: none !important; } .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } @media (min-width: 768px) and (max-width: 979px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important ; } .visible-tablet { display: inherit !important; } .hidden-tablet { display: none !important; } } @media (max-width: 767px) { .hidden-desktop { display: inherit !important; } .visible-desktop { display: none !important; } .visible-phone { display: inherit !important; } .hidden-phone { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: inherit !important; } .hidden-print { display: none !important; } } @media (min-width: 1200px) { .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 30px; } .offset12 { margin-left: 1230px; } .offset11 { margin-left: 1130px; } .offset10 { margin-left: 1030px; } .offset9 { margin-left: 930px; } .offset8 { margin-left: 830px; } .offset7 { margin-left: 730px; } .offset6 { margin-left: 630px; } .offset5 { margin-left: 530px; } .offset4 { margin-left: 430px; } .offset3 { margin-left: 330px; } .offset2 { margin-left: 230px; } .offset1 { margin-left: 130px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; line-height: 0; content: ""; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; margin-left: 2.564102564102564%; *margin-left: 2.5109110747408616%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.564102564102564%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.45299145299145%; *width: 91.39979996362975%; } .row-fluid .span10 { width: 82.90598290598291%; *width: 82.8527914166212%; } .row-fluid .span9 { width: 74.35897435897436%; *width: 74.30578286961266%; } .row-fluid .span8 { width: 65.81196581196582%; *width: 65.75877432260411%; } .row-fluid .span7 { width: 57.26495726495726%; *width: 57.21176577559556%; } .row-fluid .span6 { width: 48.717948717948715%; *width: 48.664757228587014%; } .row-fluid .span5 { width: 40.17094017094017%; *width: 40.11774868157847%; } .row-fluid .span4 { width: 31.623931623931625%; *width: 31.570740134569924%; } .row-fluid .span3 { width: 23.076923076923077%; *width: 23.023731587561375%; } .row-fluid .span2 { width: 14.52991452991453%; *width: 14.476723040552828%; } .row-fluid .span1 { width: 5.982905982905983%; *width: 5.929714493544281%; } .row-fluid .offset12 { margin-left: 105.12820512820512%; *margin-left: 105.02182214948171%; } .row-fluid .offset12:first-child { margin-left: 102.56410256410257%; *margin-left: 102.45771958537915%; } .row-fluid .offset11 { margin-left: 96.58119658119658%; *margin-left: 96.47481360247316%; } .row-fluid .offset11:first-child { margin-left: 94.01709401709402%; *margin-left: 93.91071103837061%; } .row-fluid .offset10 { margin-left: 88.03418803418803%; *margin-left: 87.92780505546462%; } .row-fluid .offset10:first-child { margin-left: 85.47008547008548%; *margin-left: 85.36370249136206%; } .row-fluid .offset9 { margin-left: 79.48717948717949%; *margin-left: 79.38079650845607%; } .row-fluid .offset9:first-child { margin-left: 76.92307692307693%; *margin-left: 76.81669394435352%; } .row-fluid .offset8 { margin-left: 70.94017094017094%; *margin-left: 70.83378796144753%; } .row-fluid .offset8:first-child { margin-left: 68.37606837606839%; *margin-left: 68.26968539734497%; } .row-fluid .offset7 { margin-left: 62.393162393162385%; *margin-left: 62.28677941443899%; } .row-fluid .offset7:first-child { margin-left: 59.82905982905982%; *margin-left: 59.72267685033642%; } .row-fluid .offset6 { margin-left: 53.84615384615384%; *margin-left: 53.739770867430444%; } .row-fluid .offset6:first-child { margin-left: 51.28205128205128%; *margin-left: 51.175668303327875%; } .row-fluid .offset5 { margin-left: 45.299145299145295%; *margin-left: 45.1927623204219%; } .row-fluid .offset5:first-child { margin-left: 42.73504273504273%; *margin-left: 42.62865975631933%; } .row-fluid .offset4 { margin-left: 36.75213675213675%; *margin-left: 36.645753773413354%; } .row-fluid .offset4:first-child { margin-left: 34.18803418803419%; *margin-left: 34.081651209310785%; } .row-fluid .offset3 { margin-left: 28.205128205128204%; *margin-left: 28.0987452264048%; } .row-fluid .offset3:first-child { margin-left: 25.641025641025642%; *margin-left: 25.53464266230224%; } .row-fluid .offset2 { margin-left: 19.65811965811966%; *margin-left: 19.551736679396257%; } .row-fluid .offset2:first-child { margin-left: 17.094017094017094%; *margin-left: 16.98763411529369%; } .row-fluid .offset1 { margin-left: 11.11111111111111%; *margin-left: 11.004728132387708%; } .row-fluid .offset1:first-child { margin-left: 8.547008547008547%; *margin-left: 8.440625568285142%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 30px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 1156px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 1056px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 956px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 856px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 756px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 656px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 556px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 456px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 356px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 256px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 156px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 56px; } .thumbnails { margin-left: -30px; } .thumbnails > li { margin-left: 30px; } .row-fluid .thumbnails { margin-left: 0; } } @media (min-width: 768px) and (max-width: 979px) { .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; line-height: 0; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; min-height: 1px; margin-left: 20px; } .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 724px; } .span12 { width: 724px; } .span11 { width: 662px; } .span10 { width: 600px; } .span9 { width: 538px; } .span8 { width: 476px; } .span7 { width: 414px; } .span6 { width: 352px; } .span5 { width: 290px; } .span4 { width: 228px; } .span3 { width: 166px; } .span2 { width: 104px; } .span1 { width: 42px; } .offset12 { margin-left: 764px; } .offset11 { margin-left: 702px; } .offset10 { margin-left: 640px; } .offset9 { margin-left: 578px; } .offset8 { margin-left: 516px; } .offset7 { margin-left: 454px; } .offset6 { margin-left: 392px; } .offset5 { margin-left: 330px; } .offset4 { margin-left: 268px; } .offset3 { margin-left: 206px; } .offset2 { margin-left: 144px; } .offset1 { margin-left: 82px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; line-height: 0; content: ""; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .controls-row [class*="span"] + [class*="span"] { margin-left: 2.7624309392265194%; } .row-fluid .span12 { width: 100%; *width: 99.94680851063829%; } .row-fluid .span11 { width: 91.43646408839778%; *width: 91.38327259903608%; } .row-fluid .span10 { width: 82.87292817679558%; *width: 82.81973668743387%; } .row-fluid .span9 { width: 74.30939226519337%; *width: 74.25620077583166%; } .row-fluid .span8 { width: 65.74585635359117%; *width: 65.69266486422946%; } .row-fluid .span7 { width: 57.18232044198895%; *width: 57.12912895262725%; } .row-fluid .span6 { width: 48.61878453038674%; *width: 48.56559304102504%; } .row-fluid .span5 { width: 40.05524861878453%; *width: 40.00205712942283%; } .row-fluid .span4 { width: 31.491712707182323%; *width: 31.43852121782062%; } .row-fluid .span3 { width: 22.92817679558011%; *width: 22.87498530621841%; } .row-fluid .span2 { width: 14.3646408839779%; *width: 14.311449394616199%; } .row-fluid .span1 { width: 5.801104972375691%; *width: 5.747913483013988%; } .row-fluid .offset12 { margin-left: 105.52486187845304%; *margin-left: 105.41847889972962%; } .row-fluid .offset12:first-child { margin-left: 102.76243093922652%; *margin-left: 102.6560479605031%; } .row-fluid .offset11 { margin-left: 96.96132596685082%; *margin-left: 96.8549429881274%; } .row-fluid .offset11:first-child { margin-left: 94.1988950276243%; *margin-left: 94.09251204890089%; } .row-fluid .offset10 { margin-left: 88.39779005524862%; *margin-left: 88.2914070765252%; } .row-fluid .offset10:first-child { margin-left: 85.6353591160221%; *margin-left: 85.52897613729868%; } .row-fluid .offset9 { margin-left: 79.8342541436464%; *margin-left: 79.72787116492299%; } .row-fluid .offset9:first-child { margin-left: 77.07182320441989%; *margin-left: 76.96544022569647%; } .row-fluid .offset8 { margin-left: 71.2707182320442%; *margin-left: 71.16433525332079%; } .row-fluid .offset8:first-child { margin-left: 68.50828729281768%; *margin-left: 68.40190431409427%; } .row-fluid .offset7 { margin-left: 62.70718232044199%; *margin-left: 62.600799341718584%; } .row-fluid .offset7:first-child { margin-left: 59.94475138121547%; *margin-left: 59.838368402492065%; } .row-fluid .offset6 { margin-left: 54.14364640883978%; *margin-left: 54.037263430116376%; } .row-fluid .offset6:first-child { margin-left: 51.38121546961326%; *margin-left: 51.27483249088986%; } .row-fluid .offset5 { margin-left: 45.58011049723757%; *margin-left: 45.47372751851417%; } .row-fluid .offset5:first-child { margin-left: 42.81767955801105%; *margin-left: 42.71129657928765%; } .row-fluid .offset4 { margin-left: 37.01657458563536%; *margin-left: 36.91019160691196%; } .row-fluid .offset4:first-child { margin-left: 34.25414364640884%; *margin-left: 34.14776066768544%; } .row-fluid .offset3 { margin-left: 28.45303867403315%; *margin-left: 28.346655695309746%; } .row-fluid .offset3:first-child { margin-left: 25.69060773480663%; *margin-left: 25.584224756083227%; } .row-fluid .offset2 { margin-left: 19.88950276243094%; *margin-left: 19.783119783707537%; } .row-fluid .offset2:first-child { margin-left: 17.12707182320442%; *margin-left: 17.02068884448102%; } .row-fluid .offset1 { margin-left: 11.32596685082873%; *margin-left: 11.219583872105325%; } .row-fluid .offset1:first-child { margin-left: 8.56353591160221%; *margin-left: 8.457152932878806%; } input, textarea, .uneditable-input { margin-left: 0; } .controls-row [class*="span"] + [class*="span"] { margin-left: 20px; } input.span12, textarea.span12, .uneditable-input.span12 { width: 710px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 648px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 586px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 524px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 462px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 400px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 338px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 276px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 214px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 152px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 90px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 28px; } } @media (max-width: 767px) { body { } .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top { } .container-fluid { padding: 0; } .dl-horizontal dt { float: none; width: auto; clear: none; text-align: left; } .dl-horizontal dd { margin-left: 0; } .container { width: auto; } .thumbnails > li { float: none; margin-left: 0; } [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] { display: block; float: none; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .span12, .row-fluid .span12 { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .row-fluid [class*="offset"]:first-child { margin-left: 0; } .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { display: block; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] { display: inline-block; width: auto; } .controls-row [class*="span"] + [class*="span"] { margin-left: 0; } } @media (max-width: 480px) { .nav-collapse { -webkit-transform: translate3d(0, 0, 0); } .page-header h1 small { display: block; line-height: 20px; } input[type="checkbox"], input[type="radio"] { border: 1px solid #ccc; } .form-horizontal .control-label { float: none; width: auto; padding-top: 0; text-align: left; } .form-horizontal .controls { margin-left: 0; } .form-horizontal .control-list { padding-top: 0; } .form-horizontal .form-actions { padding-right: 10px; padding-left: 10px; } .media .pull-left, .media .pull-right { display: block; float: none; margin-bottom: 10px; } .media-object { margin-right: 0; margin-left: 0; } .modal-header .close { padding: 10px; margin: -10px; } .carousel-caption { position: static; } } @media (max-width: 979px) { body { padding-top: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: static; } .navbar-fixed-top { margin-bottom: 20px; } .navbar-fixed-bottom { margin-top: 20px; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding: 5px; } .navbar .container { width: auto; } .navbar .brand { padding-right: 10px; padding-left: 10px; margin: 0 0 0 -5px; } .nav-collapse { clear: both; } .nav-collapse .nav { float: none; margin: 0 0 10px; } .nav-collapse .nav > li { float: none; } .nav-collapse .nav > li > a { margin-bottom: 2px; } .nav-collapse .nav > .divider-vertical { display: none; } .nav-collapse .nav .nav-header { color: #777777; text-shadow: none; } .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a { padding: 9px 15px; font-weight: bold; color: #777777; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .nav-collapse .btn { padding: 4px 10px 4px; font-weight: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .nav-collapse .dropdown-menu li + li a { margin-bottom: 2px; } .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus { background-color: #f2f2f2; } .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a { color: #999999; } .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus { background-color: #111111; } .nav-collapse.in .btn-group { padding: 0; margin-top: 5px; } .nav-collapse .dropdown-menu { position: static; top: auto; left: auto; display: none; float: none; max-width: none; padding: 0; margin: 0 15px; background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .nav-collapse .open > .dropdown-menu { display: block; } .nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after { display: none; } .nav-collapse .dropdown-menu .divider { display: none; } .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after { display: none; } .nav-collapse .navbar-form, .nav-collapse .navbar-search { float: none; padding: 10px 15px; margin: 10px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search { border-top-color: #111111; border-bottom-color: #111111; } .navbar .nav-collapse .nav.pull-right { float: none; margin-left: 0; } .nav-collapse, .nav-collapse.collapse { height: 0; overflow: hidden; } .navbar .btn-navbar { display: block; } .navbar-static .navbar-inner { padding-right: 10px; padding-left: 10px; } } @media (min-width: 980px) { .nav-collapse.collapse { height: auto !important; overflow: visible !important; } } /* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} #cboxContent{position:relative;} #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} #cboxTitle{margin:0;} #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;} .cboxIframe{width:100%; height:100%; display:block; border:0;} #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} /* User Style: Change the following styles to modify the appearance of ColorBox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay{background:url(../../../../components/com_eshop/assets/colorbox/images/overlay.png) repeat 0 0;} #colorbox{outline:0;} #cboxTopLeft{width:21px; height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -101px 0;} #cboxTopRight{width:21px; height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -130px 0;} #cboxBottomLeft{width:21px; height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -101px -29px;} #cboxBottomRight{width:21px; height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -130px -29px;} #cboxMiddleLeft{width:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) left top repeat-y;} #cboxMiddleRight{width:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) right top repeat-y;} #cboxTopCenter{height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/border.png) 0 0 repeat-x;} #cboxBottomCenter{height:21px; background:url(../../../../components/com_eshop/assets/colorbox/images/border.png) 0 -29px repeat-x;} #cboxContent{background:#fff; overflow:hidden;} .cboxIframe{background:#fff;} #cboxError{padding:50px; border:1px solid #ccc;} #cboxLoadedContent{margin-bottom:28px;} #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} #cboxLoadingOverlay{background:url(../../../../components/com_eshop/assets/colorbox/images/loading_background.png) no-repeat center center;} #cboxLoadingGraphic{background:url(../../../../components/com_eshop/assets/colorbox/images/loading.gif) no-repeat center center;} /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} #cboxPrevious:hover{background-position:-75px -25px;} #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} #cboxNext:hover{background-position:-50px -25px;} #cboxClose{position:absolute; bottom:0; right:0; background:url(../../../../components/com_eshop/assets/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} #cboxClose:hover{background-position:-25px -25px;} /* The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9. See: http://jacklmoore.com/notes/ie-transparency-problems/ */ .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } /* The following provides PNG transparency support for IE6 Feel free to remove this and the /ie6/ directory if you have dropped IE6 support. */ .cboxIE6 #cboxTopLeft{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderTopLeft.png);} .cboxIE6 #cboxTopCenter{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderTopCenter.png);} .cboxIE6 #cboxTopRight{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderTopRight.png);} .cboxIE6 #cboxBottomLeft{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderBottomLeft.png);} .cboxIE6 #cboxBottomCenter{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderBottomCenter.png);} .cboxIE6 #cboxBottomRight{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderBottomRight.png);} .cboxIE6 #cboxMiddleLeft{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderMiddleLeft.png);} .cboxIE6 #cboxMiddleRight{background:url(../../../../components/com_eshop/assets/colorbox/images/ie6/borderMiddleRight.png);} .cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight { _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')"); } #product_image_preview_holder,#product_image_preview { position: relative !important; } .box-product { overflow: visible; } .image, .product_image { position: relative !important; } .cut-rotated { background:none !important; height: 100%; left: 0%; overflow: hidden; position: absolute !important; top: 0%; width: 100%; } .horizontal, .rotated, .round { box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.6); color: #FFFFFF; padding: 0.2em; position:absolute; text-align:center; transition: all .5s ease; -webkit-transition: all 0.5s ease; background-size: contain; z-index: 1; } .horizontal { line-height: 1em; border-radius: 0.3em 0.3em 0.3em 0.3em; padding: 3px 5px; } .horizontal.small-db.bottom_left, .horizontal.big-db.bottom_left { left: 2%; bottom: 10%; } .horizontal.small-db.bottom_right, .horizontal.big-db.bottom_right { bottom: 10%; right: 2%; } .horizontal.small-db.top_left, .horizontal.big-db.top_left { left: 2%; top: 10%; } .horizontal.small-db.top_right, .horizontal.big-db.top_right { right: 2%; top: 10%; } .instock { color: #6DA50C; } .outofstock { color: #E32122; } #product_image_preview_holder { position: relative !important; } .rotated { width: 300px; } .rotated.small-db.top_left { top: 25px; left: -115px; } .rotated.big-db.top_left { top: 35px; left: -100px; } .rotated.small-db.top_right { top: 25px; right: -115px; } .rotated.big-db.top_right { top: 35px; right: -100px; } .rotated.small-db.bottom_right { bottom: 25px; right: -115px; } .rotated.big-db.bottom_right { bottom: 35px; right: -100px; } .rotated.small-db.bottom_left { bottom: 25px; left: -115px; } .rotated.big-db.bottom_left { bottom: 35px; left: -100px; } .rotated.position_manual { top: 25px; left: -115px; min-width: 5em; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform:rotate(-45deg); } .rotated.top_left, .rotated.bottom_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform:rotate(-45deg); -sand-transform: rotate(-45deg); } .rotated.top_right, .rotated.bottom_left { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform:rotate(45deg); -sand-transform: rotate(45deg); } .round { border-radius: 25em 25em 25em 25em; } .round.big-db { font-size: 2em; line-height: 2.5em; min-width: 2.5em; } .round.small-db { font-size: 1.3em; line-height: 2.6em; min-width: 2.6em; } .round.small-db.bottom_left, .round.big-db.bottom_left { bottom: 5%; left: 2%; } .round.small-db.bottom_right, .round.big-db.bottom_right { bottom: 5%; right: 2%; } .round.small-db.top_left, .round.big-db.top_left { left: 2%; top: 2%; } .round.small-db.top_right, .round.big-db.top_right { right: 2%; top: 2%; }#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961435653860 > .parallax-wrapper.scroll .parallax {height: 180%;top: -40%;}@media (max-width: 1200px) {#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961435653860 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;align-items: center;justify-content: center;min-height: 100vh;display : flex;;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961435653860.visible {opacity: 1;}#item-14961435653860 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961435653860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961435653860 > .ba-overlay {background-color: rgba(0, 0, 0, 0.4);background-image: none}#item-14961435653860 > .ba-video-background {display: none;}#item-14961435653860 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/seguridadresidencial03.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653860 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653860 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961435653860 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653860 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653860 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961514988140 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961514988140 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961514988140.visible {opacity: 1;}#item-14961514988140 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988140 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988140 > .ba-video-background {display: none;}#item-14961514988140 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988140 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988140 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988140 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961514988140 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961514988140 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961515305320 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961515305320 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961515305320.visible {opacity: 1;}#item-14961515305320 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305320 > .ba-video-background {display: none;}#item-14961515305320 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305320 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961515305320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961425965720 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 25px;padding-right : 25px;padding-top : 50px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 768px) {#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 25px;padding-right : 25px;padding-top : 50px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 667px) {#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 25px;padding-right : 25px;padding-top : 50px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 375px) {#item-14961425965720 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 25px;padding-right : 25px;padding-top : 50px;}#item-14961425965720.visible {opacity: 1;}#item-14961425965720 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965720 > .ba-video-background {display: none;}#item-14961425965720 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965720 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965720 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965720 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961425965720 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}#item-14961434126420 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 1024px) {#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 768px) {#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 667px) {#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 375px) {#item-14961434126420 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961434126420.visible {opacity: 1;}#item-14961434126420 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961434126420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961434126420 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961434126420 > .ba-video-background {display: none;}#item-14961434126420 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/proyecto-de-seguridad-electronica.png);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126420 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126420 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961434126420 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961434126420 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961434126420 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961487038190 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961487038190 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-14961487038190.visible {opacity: 1;}#item-14961487038190 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038190 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038190 > .ba-video-background {display: none;}#item-14961487038190 {background-color: rgba(242, 250, 250, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038190 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038190 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038190 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961487038190 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961487038190 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961531314790 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961531314790 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961531314790.visible {opacity: 1;}#item-14961531314790 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314790 > .ba-video-background {display: none;}#item-14961531314790 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314790 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314790 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961531314790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314790 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-15654671320 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-15654671320 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-15654671320.visible {opacity: 1;}#item-15654671320 > .parallax-wrapper .parallax {background-image: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671320 > .ba-video-background {display: none;}#item-15654671320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671320 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671320 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671320 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15654671320 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961435653869 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961435653869 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-14961435653869.visible {opacity: 1;}#item-14961435653869 > .parallax-wrapper .parallax {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);}#item-14961435653869 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653869 > .ba-video-background {display: none;}#item-14961435653869 {background-image: url(https://www.balbooa.com/demo-content/gridbox/page-blocks/bg-1.png);background-attachment: scroll;background-position: center top;background-repeat: no-repeat;background-size: initial;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653869 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653869 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653869 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653869 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961435653878 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961435653878 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653878.visible {opacity: 1;}#item-14961435653878 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653878 > .ba-video-background {display: none;}#item-14961435653878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653878 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988149 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988149 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988149.visible {opacity: 1;}#item-14961514988149 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961514988149 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961514988149 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988149 > .ba-video-background {display: none;}#item-14961514988149 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988149 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988149 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988149 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988149 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 100px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 100px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988152 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 100px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 100px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 100px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 100px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 100px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 100px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 100px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 100px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988152 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988152.visible {opacity: 1;}#item-14961514988152 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988152 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988152 > .ba-video-background {display: none;}#item-14961514988152 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988152 > .ba-box-model:before {height: 25px;top: 0;}#item-14961514988152 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961514988152 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988152 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17407142420 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-17407142420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142420.visible {opacity: 1;}#item-17407142420 > .parallax-wrapper .parallax {background-image: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142420 > .ba-video-background {display: none;}#item-17407142420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142420 > .ba-box-model:before {height: 25px;top: 0;}#item-17407142420 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17407142420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961515305335 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961515305335 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305335.visible {opacity: 1;}#item-14961515305335 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305335 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305335 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305335 > .ba-video-background {display: none;}#item-14961515305335 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305335 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305335 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305335 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305335 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961515305341 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961515305341 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305341.visible {opacity: 1;}#item-14961515305341 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961515305341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961515305341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305341 > .ba-video-background {display: none;}#item-14961515305341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305341 > .ba-box-model:before {height: 40px;top: 0;}#item-14961515305341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961425965732 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961425965732 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965732.visible {opacity: 1;}#item-14961425965732 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14961425965732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14961425965732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965732 > .ba-video-background {display: none;}#item-14961425965732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965732 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961425965734 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961425965734 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965734.visible {opacity: 1;}#item-14961425965734 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965734 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965734 > .ba-video-background {display: none;}#item-14961425965734 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965734 > .ba-box-model:before {height: 50px;top: 0;}#item-14961425965734 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961425965734 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965734 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961434126424 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961434126424 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126424.visible {opacity: 1;}#item-14961434126424 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126424 > .ba-video-background {display: none;}#item-14961434126424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126424 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126424 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961434126424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961487038217 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961487038217 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038217.visible {opacity: 1;}#item-14961487038217 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038217 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038217 > .ba-video-background {display: none;}#item-14961487038217 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038217 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038217 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961487038217 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038217 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961487038219 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961487038219 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038219.visible {opacity: 1;}#item-14961487038219 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038219 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038219 > .ba-video-background {display: none;}#item-14961487038219 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038219 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038219 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038219 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038219 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961487038224 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961487038224 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038224.visible {opacity: 1;}#item-14961487038224 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038224 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038224 > .ba-video-background {display: none;}#item-14961487038224 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038224 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038224 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961531314797 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 70px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 70px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961531314797 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314797.visible {opacity: 1;}#item-14961531314797 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314797 > .ba-video-background {display: none;}#item-14961531314797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314797 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314797 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961531314799 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961531314799 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314799.visible {opacity: 1;}#item-14961531314799 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314799 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314799 > .ba-video-background {display: none;}#item-14961531314799 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314799 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314799 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961531314799 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314799 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15654671321 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15654671321 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : -70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671321.visible {opacity: 1;}#item-15654671321 > .parallax-wrapper .parallax {background-image: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671321 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671321 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671321 > .ba-video-background {display: none;}#item-15654671321 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671321 > .ba-box-model:before {height: -70px;top: -1px;}#item-15654671321 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671321 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671321 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961435653870 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961435653870 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653870.visible {opacity: 1;}#item-14961435653870 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653870 > .ba-video-background {display: none;}#item-14961435653870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653870 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653870 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961435653879 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961435653879 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653879.visible {opacity: 1;}#item-14961435653879 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653879 > .ba-video-background {display: none;}#item-14961435653879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653879 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653879 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961435653880 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961435653880 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653880.visible {opacity: 1;}#item-14961435653880 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653880 > .ba-video-background {display: none;}#item-14961435653880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653880 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961435653881 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961435653881 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961435653881.visible {opacity: 1;}#item-14961435653881 > .parallax-wrapper .parallax {background-image: none;}#item-14961435653881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961435653881 > .ba-video-background {display: none;}#item-14961435653881 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961435653881 > .ba-box-model:before {height: 0px;top: 0;}#item-14961435653881 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961435653881 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961435653881 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 200px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 200px; height: 200px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988150 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 200px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 200px; height: 200px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988150 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988150.visible {opacity: 1;}#item-14961514988150 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988150 > .ba-video-background {display: none;}#item-14961514988150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988150 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988150 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961514988150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988151 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988151 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988151.visible {opacity: 1;}#item-14961514988151 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988151 > .ba-video-background {display: none;}#item-14961514988151 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988151 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988151 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988151 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988151 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988153 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988153 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988153.visible {opacity: 1;}#item-14961514988153 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988153 > .ba-video-background {display: none;}#item-14961514988153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988153 > .ba-box-model:before {height: 0px;top: 0;}#item-14961514988153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 200px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 200px; height: 200px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961514988154 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 200px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 200px; height: 200px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961514988154 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961514988154.visible {opacity: 1;}#item-14961514988154 > .parallax-wrapper .parallax {background-image: none;}#item-14961514988154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961514988154 > .ba-video-background {display: none;}#item-14961514988154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961514988154 > .ba-box-model:before {height: 70px;top: 0;}#item-14961514988154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961514988154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961514988154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17407142421 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-17407142421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17407142421.visible {opacity: 1;}#item-17407142421 > .parallax-wrapper .parallax {background-image: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142421 > .ba-video-background {display: none;}#item-17407142421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142421 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142421 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-17407142422 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-17407142422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-17407142422.visible {opacity: 1;}#item-17407142422 > .parallax-wrapper .parallax {background-image: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17407142422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17407142422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17407142422 > .ba-video-background {display: none;}#item-17407142422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17407142422 > .ba-box-model:before {height: 0px;top: 0;}#item-17407142422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17407142422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17407142422 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}#item-14961515305336 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 1024px) {#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 768px) {#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 667px) {#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}@media (max-width: 375px) {#item-14961515305336 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 150px;padding-left : 0px;padding-right : 0px;padding-top : 150px;}#item-14961515305336.visible {opacity: 1;}#item-14961515305336 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305336 > .ba-overlay {background-color: rgba(0, 0, 0, 0.3);background-image: none}#item-14961515305336 > .ba-video-background {display: none;}#item-14961515305336 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305336 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305336 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305336 > .ba-box-model .ba-bm-bottom {width: 150px; height: 150px;}#item-14961515305336 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305336 > .ba-box-model .ba-bm-top {width: 150px; height: 150px;}}#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 75px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 75px; height: 75px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961515305340 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 75px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 75px; height: 75px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 75px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 75px; height: 75px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 75px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 75px; height: 75px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961515305340 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 70px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305340.visible {opacity: 1;}#item-14961515305340 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305340 > .ba-video-background {display: none;}#item-14961515305340 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961515305340 > .ba-box-model:before {height: 70px;top: 0;}#item-14961515305340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961515305340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961515305342 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961515305342 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305342.visible {opacity: 1;}#item-14961515305342 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305342 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305342 > .ba-video-background {display: none;}#item-14961515305342 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305342 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305342 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305342 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305342 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961515305343 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961515305343 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305343.visible {opacity: 1;}#item-14961515305343 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305343 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305343 > .ba-video-background {display: none;}#item-14961515305343 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305343 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305343 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305343 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305343 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961515305344 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961515305344 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961515305344.visible {opacity: 1;}#item-14961515305344 > .parallax-wrapper .parallax {background-image: none;}#item-14961515305344 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961515305344 > .ba-video-background {display: none;}#item-14961515305344 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);}#item-14961515305344 > .ba-box-model:before {height: 0px;top: 0;}#item-14961515305344 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961515305344 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961515305344 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961515305344 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961515305344 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961425965733 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961425965733 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961425965733.visible {opacity: 1;}#item-14961425965733 > .parallax-wrapper .parallax {background-image: none;}#item-14961425965733 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961425965733 > .ba-video-background {display: none;}#item-14961425965733 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961425965733 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965733 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965733 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961425965733 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961425965735 > .parallax-wrapper.scroll .parallax {height: 180%;top: -40%;}@media (max-width: 1200px) {#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961425965735 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14961425965735.visible {opacity: 1;}#item-14961425965735 > .parallax-wrapper .parallax {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);}#item-14961425965735 > .ba-overlay {background-color: rgba(0, 0, 0, 0.65);background-image: none}#item-14961425965735 > .ba-video-background {display: none;}#item-14961425965735 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/residencial2.png);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965735 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965735 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961425965735 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965735 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}#item-14961425965736 > .parallax-wrapper.scroll .parallax {height: 180%;top: -40%;}@media (max-width: 1200px) {#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/laptop/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/laptop/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 1024px) {#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/tablet/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/tablet/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 768px) {#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/tablet-portrait/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/tablet-portrait/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 667px) {#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 100px;padding-left : 50px;padding-right : 50px;padding-top : 100px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/phone/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/phone/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 100px; height: 100px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}}@media (max-width: 375px) {#item-14961425965736 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 9px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14961425965736.visible {opacity: 1;}#item-14961425965736 > .parallax-wrapper .parallax {background-image: url(https://securteccr.com/images/compressed/phone-portrait/Securtec/oficiassct1.jpg);}#item-14961425965736 > .ba-overlay {background-color: rgba(0, 0, 0, 0.55);background-image: none}#item-14961425965736 > .ba-video-background {display: none;}#item-14961425965736 {background-image: url(https://securteccr.com/images/compressed/phone-portrait/Securtec/oficiassct1.jpg);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);}#item-14961425965736 > .ba-box-model:before {height: 0px;top: 0;}#item-14961425965736 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961425965736 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14961425965736 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961434126425 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961434126425 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961434126425.visible {opacity: 1;}#item-14961434126425 > .parallax-wrapper .parallax {background-image: none;}#item-14961434126425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961434126425 > .ba-video-background {display: none;}#item-14961434126425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961434126425 > .ba-box-model:before {height: 0px;top: 0;}#item-14961434126425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961434126425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961434126425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961487038218 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961487038218 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961487038218.visible {opacity: 1;}#item-14961487038218 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038218 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038218 > .ba-video-background {display: none;}#item-14961487038218 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038218 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038218 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961487038218 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038218 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038220 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038220 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038220.visible {opacity: 1;}#item-14961487038220 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038220 > .ba-video-background {display: none;}#item-14961487038220 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961487038220 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038220 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038220 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038220 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038221 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038221 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038221.visible {opacity: 1;}#item-14961487038221 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038221 > .ba-video-background {display: none;}#item-14961487038221 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038221 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038221 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038221 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038222 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038222 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038222.visible {opacity: 1;}#item-14961487038222 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038222 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038222 > .ba-video-background {display: none;}#item-14961487038222 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038222 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038222 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038222 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038222 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038222 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038223 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038223 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038223.visible {opacity: 1;}#item-14961487038223 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038223 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038223 > .ba-video-background {display: none;}#item-14961487038223 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038223 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038223 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038223 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038223 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038223 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038225 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038225 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038225.visible {opacity: 1;}#item-14961487038225 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038225 > .ba-video-background {display: none;}#item-14961487038225 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038225 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038225 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038225 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038225 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038226 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038226 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038226.visible {opacity: 1;}#item-14961487038226 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038226 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038226 > .ba-video-background {display: none;}#item-14961487038226 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038226 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038226 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038226 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038226 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038226 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038227 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038227 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038227.visible {opacity: 1;}#item-14961487038227 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038227 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038227 > .ba-video-background {display: none;}#item-14961487038227 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038227 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038227 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038227 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038227 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038227 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961487038228 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 45px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 45px; height: 45px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961487038228 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 6px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 25px;padding-left : 0px;padding-right : 0px;padding-top : 25px;}#item-14961487038228.visible {opacity: 1;}#item-14961487038228 > .parallax-wrapper .parallax {background-image: none;}#item-14961487038228 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961487038228 > .ba-video-background {display: none;}#item-14961487038228 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-14961487038228 > .ba-box-model:before {height: 0px;top: 0;}#item-14961487038228 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14961487038228 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961487038228 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961487038228 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961531314798 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961531314798 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961531314798.visible {opacity: 1;}#item-14961531314798 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314798 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314798 > .ba-video-background {display: none;}#item-14961531314798 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314798 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314798 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314798 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314798 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961531314798 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961531314798 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961531314800 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961531314800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961531314800.visible {opacity: 1;}#item-14961531314800 > .parallax-wrapper .parallax {background-image: none;}#item-14961531314800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961531314800 > .ba-video-background {display: none;}#item-14961531314800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961531314800 > .ba-box-model:before {height: 0px;top: 0;}#item-14961531314800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961531314800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961531314800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15654671322 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15654671322 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15654671322.visible {opacity: 1;}#item-15654671322 > .parallax-wrapper .parallax {background-image: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15654671322 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15654671322 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15654671322 > .ba-video-background {display: none;}#item-15654671322 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15654671322 > .ba-box-model:before {height: 0px;top: 0;}#item-15654671322 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15654671322 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15654671322 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}}@media (max-width: 1024px) {#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}}@media (max-width: 667px) {#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}}@media (max-width: 375px) {#item-14961435653861 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-14961435653861 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653861 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653861 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653861 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653861 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653861 > .ba-box-model:before {height: 0px;}#item-14961435653861 > .ba-box-model:after {height: 5px;}}#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961435653862 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14961435653862 p {font-family : 'Roboto';font-weight : 400;;}#item-14961435653862 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961435653862 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961435653862 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961435653862 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961435653862 > .ba-box-model:before {height: 10px;}#item-14961435653862 > .ba-box-model:after {height: 0px;}}#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-15652847560 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(245, 59, 8, 0.99);}#item-15652847560 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15652847560 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-15652847560 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652847560 .ba-button-wrapper {text-align: center;}#item-15652847560 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652847560 .ba-button-wrapper a {color : rgba(242, 9, 9, 1);background-color : rgba(230, 209, 74, 1);border : 0px solid var(--border);border-radius : 4px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652847560 .ba-button-wrapper a i {font-size : 24px;}#item-15652847560 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652847560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652847560 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652847560 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652847560 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(242, 20, 12, 1);border : 2px solid rgba(224, 221, 72, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-14961435653867 .ba-button-wrapper a:hover {color : #ffffff;background-color : rgba(245, 8, 8, 0.3);}@media (max-width: 1200px) {#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(242, 20, 12, 1);border : 2px solid rgba(224, 221, 72, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 1024px) {#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(242, 20, 12, 1);border : 2px solid rgba(224, 221, 72, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(242, 20, 12, 1);border : 2px solid rgba(224, 221, 72, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 667px) {#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(242, 20, 12, 1);border : 2px solid rgba(224, 221, 72, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 375px) {#item-14961435653867 {display : block;margin-bottom : 0px;margin-top : 22px;}#item-14961435653867 .ba-button-wrapper {text-align: center;}#item-14961435653867 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 4px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-14961435653867 .ba-button-wrapper a {color : #ffffff;background-color : rgba(247, 16, 8, 1);border : 2px solid rgba(242, 195, 39, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-14961435653867 .ba-button-wrapper a i {font-size : 18px;}#item-14961435653867 .ba-button-wrapper a {flex-direction: row;}#item-14961435653867 .ba-button-wrapper a i {margin: 0 0 0 10px;}#item-14961435653867 > .ba-box-model:before {height: 22px;top: -2px;}#item-14961435653867 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14961435653867 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961435653867 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-15652849410 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(247, 26, 10, 1);}#item-15652849410 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15652849410 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-15652849410 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15652849410 .ba-button-wrapper {text-align: center;}#item-15652849410 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : 10px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15652849410 .ba-button-wrapper a {color : rgba(252, 8, 8, 1);background-color : rgba(247, 223, 10, 0.98);border : 0px solid var(--border);border-radius : 2px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 20px;padding-left : 80px;padding-right : 80px;padding-top : 20px;}#item-15652849410 .ba-button-wrapper a i {font-size : 24px;}#item-15652849410 > .ba-box-model:before {height: 25px;top: -0px;}#item-15652849410 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15652849410 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15652849410 > .ba-box-model .ba-bm-left {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-right {width: 80px; height: 80px;}#item-15652849410 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961514988141 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988141 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988141 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988141 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988141 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988141 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988141 > .ba-box-model:before {height: 0px;}#item-14961514988141 > .ba-box-model:after {height: 25px;}}#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961514988142 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988142 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988142 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988142 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988142 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988142 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988142 > .ba-box-model:before {height: 0px;}#item-14961514988142 > .ba-box-model:after {height: 0px;}}#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14961514988143 .ba-button-wrapper a:hover {color : #ffffff;background-color : #2f3439;}#item-14961514988143 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14961514988143 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14961514988143 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988143 .ba-button-wrapper {text-align: left;}#item-14961514988143 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988143 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988143 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988143 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988143 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988143 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988143 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988143 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988144 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-14961514988144 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988144 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 650px;}#item-14961514988144 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988144 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988144 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988144 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988144 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988145 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-14961514988145 {text-align: center;display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988145 .ba-image-wrapper {border : 0px solid #000000;border-radius : 9px;box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.25);width: 418px;}#item-14961514988145 .ba-image-wrapper {transition-duration: 0.3s;}#item-14961514988145 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-14961514988145 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-14961514988145 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961514988145 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961514988146 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961514988146 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988146 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988146 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988146 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988146 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988146 > .ba-box-model:before {height: 0px;}#item-14961514988146 > .ba-box-model:after {height: 25px;}}#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961514988147 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961514988147 p {font-family : 'Roboto';font-weight : 400;;}#item-14961514988147 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961514988147 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961514988147 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961514988147 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961514988147 > .ba-box-model:before {height: 0px;}#item-14961514988147 > .ba-box-model:after {height: 0px;}}#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14961514988148 .ba-button-wrapper a:hover {color : #ffffff;background-color : #2f3439;}#item-14961514988148 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14961514988148 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14961514988148 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961514988148 .ba-button-wrapper {text-align: left;}#item-14961514988148 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961514988148 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961514988148 .ba-button-wrapper a i {font-size : 24px;}#item-14961514988148 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961514988148 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961514988148 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961514988148 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961514988148 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17407143770 .ba-image-wrapper { cursor: default; }@media (max-width: 1200px) {#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 1024px) {#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 667px) {#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 375px) {#item-17407143770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407143770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: 1895px;}#item-17407143770 .ba-image-wrapper {transition-duration: 0.3s;}#item-17407143770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17407143770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Roboto';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 : -19px;}#item-17407143770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Roboto';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-17407143770 > .ba-box-model:before {height: 25px;top: -0px;}#item-17407143770 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-17407144100 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17407144100 p {font-family : 'Roboto';font-weight : 400;;}#item-17407144100 h1 {font-family : 'Poppins';font-weight : 500;;}#item-17407144100 h2 {font-family : 'Poppins';font-weight : 600;;}#item-17407144100 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-17407144100 h4 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h5 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 h6 {font-family : 'Poppins';font-weight : 700;;}#item-17407144100 > .ba-box-model:before {height: 25px;}#item-17407144100 > .ba-box-model:after {height: 25px;}}#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}@media (max-width: 1200px) {#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-15655574760 {display : block;margin-bottom : 0px;margin-top : -100px;}#item-15655574760 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-15655574760 > .ba-box-model:before {height: -100px;top: -0px;}#item-15655574760 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961515305323 {display : block;margin-bottom : 25px;margin-top : -50px;}#item-14961515305323 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305323 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305323 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305323 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305323 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305323 > .ba-box-model:before {height: -50px;}#item-14961515305323 > .ba-box-model:after {height: 25px;}}#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305324 {display : block;margin-bottom : 0px;margin-top : -25px;}#item-14961515305324 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305324 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305324 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305324 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305324 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305324 > .ba-box-model:before {height: -25px;}#item-14961515305324 > .ba-box-model:after {height: 0px;}}#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}@media (max-width: 1200px) {#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-14961515305326 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305326 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305326 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305326 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305327 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305327 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305327 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305327 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305327 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305327 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305327 > .ba-box-model:before {height: 30px;}#item-14961515305327 > .ba-box-model:after {height: 0px;}}#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305328 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305328 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305328 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305328 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305328 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305328 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305328 > .ba-box-model:before {height: 0px;}#item-14961515305328 > .ba-box-model:after {height: 0px;}}#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}@media (max-width: 1200px) {#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-14961515305329 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305329 .ba-counter span.counter-number {border : 0px solid rgba(230, 16, 9, 1);border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(245, 12, 12, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;width : 120px;}#item-14961515305329 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305329 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305330 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305330 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305330 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305330 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305330 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305330 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305330 > .ba-box-model:before {height: 30px;}#item-14961515305330 > .ba-box-model:after {height: 0px;}}#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305331 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305331 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305331 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305331 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305331 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305331 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305331 > .ba-box-model:before {height: 0px;}#item-14961515305331 > .ba-box-model:after {height: 0px;}}#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}@media (max-width: 1200px) {#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 1024px) {#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 250px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 50px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-14961515305332 {display : block;margin-bottom : 0px;margin-top : 0px;text-align : center;}#item-14961515305332 .ba-counter span.counter-number {border : 0px solid #2b9884;border-radius : 177px;background-color: rgba(47, 52, 57, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);color:rgba(33, 149, 248, 1);font-family : 'Roboto';font-size : 51px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 120px;text-decoration : none;text-transform : none;;width : 120px;}#item-14961515305332 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961515305332 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305333 {display : block;margin-bottom : 0px;margin-top : 30px;}#item-14961515305333 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305333 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305333 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305333 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305333 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305333 > .ba-box-model:before {height: 30px;}#item-14961515305333 > .ba-box-model:after {height: 0px;}}#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961515305334 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961515305334 p {font-family : 'Roboto';font-weight : 400;;}#item-14961515305334 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961515305334 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961515305334 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961515305334 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961515305334 > .ba-box-model:before {height: 0px;}#item-14961515305334 > .ba-box-model:after {height: 0px;}}#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961425965721 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961425965721 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965721 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965721 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965721 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965721 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965721 > .ba-box-model:before {height: 25px;}#item-14961425965721 > .ba-box-model:after {height: 25px;}}#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961425965722 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965722 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965722 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965722 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965722 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965722 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965722 > .ba-box-model:before {height: 0px;}#item-14961425965722 > .ba-box-model:after {height: 25px;}}#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961425965723 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965723 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965723 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965723 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965723 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965723 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965723 > .ba-box-model:before {height: 0px;}#item-14961425965723 > .ba-box-model:after {height: 0px;}}#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14961425965724 .ba-button-wrapper a:hover {color : #ffffff;background-color : #2f3439;}#item-14961425965724 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14961425965724 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14961425965724 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965724 .ba-button-wrapper {text-align: left;}#item-14961425965724 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965724 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965724 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965724 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965724 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965724 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965724 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965724 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961425965725 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961425965725 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965725 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965725 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965725 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965725 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965725 > .ba-box-model:before {height: 0px;}#item-14961425965725 > .ba-box-model:after {height: 25px;}}#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961425965726 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961425965726 p {font-family : 'Roboto';font-weight : 400;;}#item-14961425965726 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961425965726 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961425965726 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961425965726 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961425965726 > .ba-box-model:before {height: 0px;}#item-14961425965726 > .ba-box-model:after {height: 0px;}}#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14961425965727 .ba-button-wrapper a:hover {color : #ffffff;background-color : #2f3439;}#item-14961425965727 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14961425965727 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14961425965727 {display : block;margin-bottom : 0px;margin-top : 35px;}#item-14961425965727 .ba-button-wrapper {text-align: left;}#item-14961425965727 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14961425965727 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(81, 209, 81, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14961425965727 .ba-button-wrapper a i {font-size : 24px;}#item-14961425965727 > .ba-box-model:before {height: 35px;top: -0px;}#item-14961425965727 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961425965727 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14961425965727 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14961425965727 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961434126421 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14961434126421 p {font-family : 'Roboto';font-weight : 400;;}#item-14961434126421 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961434126421 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961434126421 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961434126421 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961434126421 > .ba-box-model:before {height: 15px;}#item-14961434126421 > .ba-box-model:after {height: 0px;}}#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038191 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038191 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038191 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038191 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038191 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038191 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038191 > .ba-box-model:before {height: 0px;}#item-14961487038191 > .ba-box-model:after {height: 25px;}}#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038192 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961487038192 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038192 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038192 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038192 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038192 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038192 > .ba-box-model:before {height: 25px;}#item-14961487038192 > .ba-box-model:after {height: 25px;}}#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038193 .ba-icon-wrapper i:hover {color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038193 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038193 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038193 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038193 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038193 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038193 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038194 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038194 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038194 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038194 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038194 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038194 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038194 > .ba-box-model:before {height: 0px;}#item-14961487038194 > .ba-box-model:after {height: 0px;}}#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038195 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038195 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038195 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038195 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038195 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038195 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038195 > .ba-box-model:before {height: 0px;}#item-14961487038195 > .ba-box-model:after {height: 25px;}}#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038196 .ba-icon-wrapper i:hover {color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038196 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038196 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038196 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038196 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038196 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038196 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038197 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038197 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038197 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038197 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038197 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038197 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038197 > .ba-box-model:before {height: 0px;}#item-14961487038197 > .ba-box-model:after {height: 0px;}}#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038198 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038198 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038198 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038198 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038198 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038198 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038198 > .ba-box-model:before {height: 0px;}#item-14961487038198 > .ba-box-model:after {height: 25px;}}#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038199 .ba-icon-wrapper i:hover {color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038199 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038199 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038199 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038199 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038199 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038199 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038200 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038200 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038200 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038200 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038200 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038200 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038200 > .ba-box-model:before {height: 0px;}#item-14961487038200 > .ba-box-model:after {height: 0px;}}#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038201 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038201 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038201 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038201 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038201 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038201 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038201 > .ba-box-model:before {height: 0px;}#item-14961487038201 > .ba-box-model:after {height: 25px;}}#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038202 .ba-icon-wrapper i:hover {color : #101010;background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038202 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038202 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038202 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038202 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038202 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038202 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038203 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038203 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038203 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038203 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038203 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038203 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038203 > .ba-box-model:before {height: 0px;}#item-14961487038203 > .ba-box-model:after {height: 0px;}}#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038204 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038204 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038204 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038204 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038204 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038204 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038204 > .ba-box-model:before {height: 0px;}#item-14961487038204 > .ba-box-model:after {height: 25px;}}#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038205 .ba-icon-wrapper i:hover {color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038205 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038205 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038205 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038205 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038205 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038205 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038206 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038206 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038206 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038206 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038206 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038206 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038206 > .ba-box-model:before {height: 0px;}#item-14961487038206 > .ba-box-model:after {height: 0px;}}#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038207 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038207 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038207 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038207 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038207 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038207 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038207 > .ba-box-model:before {height: 0px;}#item-14961487038207 > .ba-box-model:after {height: 25px;}}#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038208 .ba-icon-wrapper i:hover {color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038208 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038208 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038208 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038208 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038208 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038208 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038209 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038209 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038209 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038209 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038209 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038209 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038209 > .ba-box-model:before {height: 0px;}#item-14961487038209 > .ba-box-model:after {height: 0px;}}#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038210 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038210 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038210 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038210 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038210 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038210 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038210 > .ba-box-model:before {height: 0px;}#item-14961487038210 > .ba-box-model:after {height: 25px;}}#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038211 .ba-icon-wrapper i:hover {color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038211 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038211 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(0, 168, 155, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038211 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038211 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038211 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038211 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038212 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038212 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038212 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038212 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038212 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038212 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038212 > .ba-box-model:before {height: 0px;}#item-14961487038212 > .ba-box-model:after {height: 0px;}}#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038213 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038213 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038213 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038213 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038213 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038213 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038213 > .ba-box-model:before {height: 0px;}#item-14961487038213 > .ba-box-model:after {height: 25px;}}#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961487038214 .ba-icon-wrapper i:hover {color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);}@media (max-width: 1200px) {#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961487038214 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-14961487038214 .ba-icon-wrapper i {width : 48px;height : 48px;font-size : 48px;color : rgba(129, 143, 161, 1);background-color : rgba(0, 0, 0, 0);border : 0px solid #000000;border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-14961487038214 > .ba-box-model:before {height: 0px;top: -0px;}#item-14961487038214 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14961487038214 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961487038214 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961487038215 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961487038215 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038215 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038215 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038215 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038215 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038215 > .ba-box-model:before {height: 0px;}#item-14961487038215 > .ba-box-model:after {height: 0px;}}#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961487038216 {display : block;margin-bottom : 25px;margin-top : 0px;}#item-14961487038216 p {font-family : 'Roboto';font-weight : 400;;}#item-14961487038216 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961487038216 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961487038216 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961487038216 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961487038216 > .ba-box-model:before {height: 0px;}#item-14961487038216 > .ba-box-model:after {height: 25px;}}#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-14961531314791 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-14961531314791 p {font-family : 'Roboto';font-weight : 400;;}#item-14961531314791 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14961531314791 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14961531314791 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14961531314791 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14961531314791 > .ba-box-model:before {height: 25px;}#item-14961531314791 > .ba-box-model:after {height: 25px;}}#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: calc(100% + (100% / 3) * 2);margin-left: calc((100% / 3) * -1);}#item-14961531314792 li {width: calc((100% - 60px) / 3);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImage&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: calc(100% + (100% / 3) * 2);margin-left: calc((100% / 3) * -1);}#item-14961531314792 li {width: calc((100% - 60px) / 3);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/laptop/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/laptop/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/laptop/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImagelaptop&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: 100%;margin-left: auto;}#item-14961531314792 li {width: calc((100% - 0px) / 1);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImagetb&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: 100%;margin-left: auto;}#item-14961531314792 li {width: calc((100% - 0px) / 1);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet-portrait/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet-portrait/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/tablet-portrait/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImagetbpt&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: 100%;margin-left: auto;}#item-14961531314792 li {width: calc((100% - 0px) / 1);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImagesm&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14961531314792 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-content {width: 100%;margin-left: auto;}#item-14961531314792 li {width: calc((100% - 0px) / 1);}#item-14961531314792 ul:not(.slideset-loaded) li {position: relative; float:left;}#item-14961531314792 ul:not(.slideset-loaded) li.item.active:not(:first-child) {margin-left: 30px;}#item-14961531314792 li.item:nth-child(1) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone-portrait/Securtec/clientes/logo-esph-empresa-servicios-publicos-heredia.jpg);}#item-14961531314792 li.item:nth-child(2) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone-portrait/Securtec/clientes/concentrix.jpg);}#item-14961531314792 li.item:nth-child(3) .ba-slideshow-img {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../images/Securtec/clientes/matracat-logo.png);}#item-14961531314792 li.item:nth-child(4) .ba-slideshow-img {background-image: url(https://securteccr.com/images/compressed/phone-portrait/Securtec/clientes/repuestos-el-camionerio.jpeg);}#item-14961531314792 li.item:nth-child(5) .ba-slideshow-img {background-image: url(https://securteccr.com/index.php?option=com_gridbox&task=gridbox.compressImagesmpt&image=%2Fimages%2FSecurtec%2Fclientes%2Ffile-8-8-19--10-54-37-am.jpeg);}#item-14961531314792 .ba-slideshow-img {background-size :cover;height:500px;}#item-14961531314792 .ba-slideshow-caption {background-color :rgba(30, 166, 154, 0);background-image: none}#item-14961531314792 .slideshow-title-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-title {color:rgba(247, 33, 10, 1);font-family : 'Montserrat';font-size : 30px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 45px;text-decoration : none;text-transform : none;;margin-bottom : 0px;margin-top : 0px;margin-title : 0px;}#item-14961531314792 .slideshow-description-wrapper {text-align :center;}#item-14961531314792 .ba-slideshow-description {color:rgba(255, 255, 255, 0.5);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 28px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-14961531314792 .slideshow-button {text-align :center;}#item-14961531314792 .slideshow-button:not(.empty-content) a {margin-bottom : 30px;margin-top : 30px;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-decoration : none;text-transform : uppercase;border : 0px solid #000000;border-radius : 3px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);background-color: #2f3439;color: #ffffff;padding-bottom : 5px;padding-left : 20px;padding-right : 20px;padding-top : 5px;}#item-14961531314792 .slideshow-button a:hover {background-color: #fc5859;color: #ffffff;}#item-14961531314792 .ba-slideset-nav {display : block;}#item-14961531314792 .ba-slideset-nav a {font-size: 18px;width: 18px;height: 18px;background-color: #fc5859;color: #ffffff;padding : 25px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);border : 0px solid #ffffff;border-radius : 50px;}#item-14961531314792 .ba-slideset-nav a:hover {background-color: #2f3439;color: #ffffff;}#item-14961531314792 .ba-slideset-dots {display : flex;;}#item-14961531314792 .ba-slideset-dots > div {font-size: 16px;width: 16px;height: 16px;color: #2f3439;}#item-14961531314792 .ba-slideset-dots > div:hover,#item-14961531314792 .ba-slideset-dots > div.active {color: #34dca2;}#item-14961531314792 > .ba-box-model:before {height: 0px;}#item-14961531314792 > .ba-box-model:after {height: 0px;}}#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15654671400 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15654671400 > .ba-box-model:before {height: 25px;}#item-15654671400 > .ba-box-model:after {height: 25px;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== Global Reset ========================================================================== */ @import url(../../../../templates/gridbox/css/../library/icons/fontawesome/fontawesome.css); @import url(../../../../templates/gridbox/css/../library/icons/material/material.css); body.contentpane, html { background: transparent; } .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; } body .ba-item:not(.ba-item-modules) { font-size: initial; letter-spacing: initial; line-height: initial; } 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; } h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, li:focus, button:focus, a:focus, div:focus, p:focus { outline: none; } input[type=range]::-moz-focus-outer { border: 0; } .ba-item .search input[type="search"], img { max-width: 100%; } .content-text table { width: 100% !important; } body:not(.com_gridbox) .body .main-body { box-sizing: border-box; margin: 0 auto; max-width: 100%; } body { -webkit-overflow-scrolling: touch !important; } /* Blockquote */ blockquote { border-left: 4px solid; margin: 0; padding: 50px; } /* Lazy-Load */ .lazy-load-image, .lazy-load-image > .parallax-wrapper .parallax, .slideshow-content.lazy-load-image .ba-slideshow-img { background-image: none !important; } /* ======================================================================== 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*="span"]), 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: #03ADEB !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; } body:not(.com_gridbox) .body { margin: 100px 0; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .body { min-height: 1px; } } body.contentpane.modal { position: static; } .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%; } header.header { min-width: inherit; width: 100%; z-index: 10; } .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:not(.ba-item-scroll-to-top):not(.ba-social-sidebar):not(.side-navigation-menu):not(.ba-pull-right):not(.ba-pull-left) { width: 100%; } #add-plugin-dialog .ba-plugin-group:before, #add-plugin-dialog .ba-plugin-group:after, .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; } /* /* Grid */ .ba-section, .ba-row, .ba-grid-column { box-sizing: border-box; position: relative; } .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; } .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-content-align-middle { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-content-align-bottom { align-items: flex-end; align-content: flex-end; } .ba-grid-column .ba-row-wrapper:not(.ba-container) { width: 100%; } /* ======================================================================== Article ========================================================================== */ /* Tooltip */ .tooltip, .popover { position: absolute !important; z-index: 1060; } .tooltip.top, .popover.top { margin-top: -10px; } .tooltip.right, .popover.right { margin-left: 10px; } .tooltip.bottom, .popover.bottom { margin-top: 10px; } .tooltip.left, .popover.left { margin-left: -10px; } .tooltip-arrow, .popover .arrow { border: 5px solid transparent; border-right: 5px solid #2c2c2c; bottom: calc(50% - 5px); left: -15px; position: absolute; width: 5px; } .popover.top .arrow, .tooltip-arrow { border-right: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -15px; height: 5px; left: calc(50% - 5px); width: 0px; } .tooltip.bottom .tooltip-arrow { border-bottom: 5px solid #2c2c2c; border-top: 0; bottom: auto; top: -10px; } .ba-items-filter-show-button, .tooltip, .tip-wrap, .popover { background: #2c2c2c; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); max-width: 200px; opacity: 0; padding: 20px; text-align: left; transition: opacity .3s; width: auto; z-index: 100000; } .ba-items-filter-show-button, .tooltip.in, .tip-wrap, .popover.in { opacity: 1; } .tip-wrap .tip, .tooltip .tooltip-inner, .popover .popover-content { color: #fff; font-size: 12px; font-weight: 500; line-height: 24px; margin: 0; opacity: .56; } .ba-items-filter-show-button, .popover .popover-title { color: #fff; display: block; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 16px; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } .tooltip .tooltip-inner { margin: 0!important; } .tooltip { margin: 0 auto; margin-top: -5px; } /* ======================================================================== System Message ========================================================================== */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } #system-message { animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; border-radius: 6px; border: none; bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: block; opacity: 1; overflow: hidden; padding: 0; position: fixed; right: 50px; text-shadow: none; visibility: visible; z-index: 1510; } #system-message-container .alert { background: #02adea; display: inline-block; padding: 40px 25px; width: 250px; } #system-message-container .alert.alert-warning, #system-message-container .alert.alert-danger, #system-message-container .alert.alert-error { background-color: #ff776f;; } #system-message .alert-heading { color: #fff; display: block; font-size: 14px; font-weight: bold; letter-spacing: 0; line-height: 16px; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } #system-message > div .alert-message { color: #fff; font-size: 14px; font-weight: 500; line-height: 24px; margin: 0; opacity: .6; word-break: break-word; } #system-message .alert:before, #system-message .close { color: #fff; opacity: 1; padding: 8px; position: absolute; right: 5px; text-shadow: none; top: 0; opacity: 0; } #system-message > .alert:before { content: '\f136'; display: inline-block; font: normal normal normal 24px/1 'Material-Design-Iconic-Font'; opacity: 1; padding: 13px 10px; } /* ======================================================================== Header Sidebar ========================================================================== */ .sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section { min-height: 100vh !important; } .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { margin-left: var(--sidebar-menu-width)!important; margin-top: 0; width: calc(100% - ( var(--sidebar-menu-width) )); } .header.sidebar-menu .column-wrapper { display: block; } /* ======================================================================== Modal ========================================================================== */ .modal { background-color: #fff; border: none; 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; } /* ======================================================================== Shape Divider ========================================================================== */ .ba-shape-divider.ba-shape-divider-top { transform: scaleY(-1); } .ba-shape-divider { border-radius: inherit; bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 1; } .ba-shape-divider svg { bottom: 0; fill: currentColor; left: 0; min-width: 100%; position: absolute; } .ba-row .ba-shape-divider { z-index: -1; } /* MS Edge Browser */ @supports (-ms-ime-align:auto) { .ba-shape-divider:empty { display: none !important; } } /* IE10 and IE11 */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ba-shape-divider:empty { display: none !important; } } /* ======================================================================== Video BG ========================================================================== */ .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; } .ba-video-background.global-video-bg { position: fixed; } body > .ba-overlay { position: fixed; z-index: -2; } .ba-section > .ba-overlay { z-index: 1; } .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-row > .ba-overlay, .ba-grid-column .ba-video-background { z-index: -1; } .ba-section > .ba-video-background { z-index: 0; } /* ======================================================================== Paralax ========================================================================== */ .parallax-wrapper, .parallax { background-attachment: scroll; border-radius: inherit; background: inherit; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -2; } .parallax { height: 120%; left: -10%; top: -10%; transition: none; width: 120%; } .parallax-wrapper { overflow: hidden; } .parallax-wrapper.scroll .parallax { left: 0; width: 100%; } /* ======================================================================== Main menu ========================================================================== */ .main-menu > .add-new-item, .close-menu, .open-menu { display: none; } .nav-child { transition: all .5s ease; } .menu.nav { margin: 0; } .main-menu .nav.menu { font-size: 0; letter-spacing: 0; line-height: 0; list-style: none; padding-left: 0; } .main-menu .nav.menu > li { display: inline-block; float: none; overflow: visible; text-decoration: none; position: relative; } .vertical-menu .main-menu .nav.menu > li { overflow: visible; } .nav.menu > li > a, .nav.menu > li > span { background: transparent; display: block; } .nav.menu > li > a:hover, .nav.menu > li > a:focus { background: transparent; } .nav-child { padding: 0; width: 250px; } li.deeper > span i.zmdi-caret-right, li.deeper > a i.zmdi-caret-right { color: inherit; font-size: inherit; line-height: inherit; margin: 0 5px; } .vertical-menu li.deeper > span i.zmdi-caret-right, .vertical-menu li.deeper > a i.zmdi-caret-right, .nav.menu > li li.deeper > span i.zmdi-caret-right, .nav.menu > li li.deeper > a i.zmdi-caret-right { float: right; } @-moz-document url-prefix() { .nav.menu li.deeper > span i.zmdi-caret-right, .nav.menu li.deeper > a i.zmdi-caret-right { float: right; } li.deeper > span i.zmdi-caret-right, li.deeper > a i.zmdi-caret-right { display: block; float: none; position: static; text-align: right; } } .deeper.parent .nav-child { display: none; } .nav > .deeper.parent > .nav-child { padding: 0; position: absolute; z-index: 20; } .nav-child li > span, .nav-child li > a { display: block; padding: 10px 20px; } .nav-child > .deeper { position: relative; } .nav-child li { text-decoration: none; list-style: none; } .nav-child > .deeper:hover > .nav-child { left: 100%; position: absolute; top: 0px; } .megamenu-editing.megamenu-item > .tabs-content-wrapper .ba-section, .nav li:hover > .tabs-content-wrapper .ba-section, .nav li.deeper:hover > .nav-child { animation-fill-mode: none; animation-delay: 0s; box-sizing: border-box; display: block; } li.deeper >span, li.deeper > a { position: relative; } .ba-menu-backdrop { background: #000; bottom: 0; display: block ; left: 0; opacity: 0; position: fixed; right: 0; top: 0; transition: opacity .3s linear,visibility .1s .4s ; visibility: hidden; z-index: 1; } /* Menu With Icon */ .menu li span i.ba-menu-item-icon, .menu li a i.ba-menu-item-icon { color: inherit; line-height: 0; margin-right: 10px; text-align: center; vertical-align: middle; width: 1em; } /* Megamenu */ .megamenu-item .ba-section { max-width: 100%; } .ba-menu-wrapper > .tabs-content-wrapper, .megamenu-item > .tabs-content-wrapper, .megamenu-item > .nav-child { display: none !important; z-index: 999; } .row-with-megamenu .megamenu-editing.megamenu-item > .tabs-content-wrapper, .megamenu-item:hover >.tabs-content-wrapper { display: block !important; } .megamenu-item >.tabs-content-wrapper { position: absolute; top: 100%; } .vertical-menu .megamenu-item >.tabs-content-wrapper.ba-container { top: 0; } .megamenu-item >.tabs-content-wrapper:not(.ba-container) { max-width: none !important; } .megamenu-item >.tabs-content-wrapper:not(.ba-container) .ba-section { width: 100% !important; } .megamenu-item >.tabs-content-wrapper.ba-container:not(.megamenu-center) { margin: 0 !important; } .megamenu-item >.tabs-content-wrapper.ba-container { width: auto !important; } .nav-child > .megamenu-item .zmdi-caret-right, .nav-child > .megamenu-item >.tabs-content-wrapper { display: none !important; } /* Vertical layout menu */ .vertical-menu .main-menu .nav.menu > li { display: block; position: relative; } .vertical-menu .megamenu-item > .tabs-content-wrapper.ba-container, .vertical-menu .main-menu .nav.menu > li.deeper.parent>.nav-child { margin-left: 100% !important; } .vertical-menu .megamenu-item >.tabs-content-wrapper.ba-container.megamenu-center { padding: 0 !important; top: auto; } .vertical-menu .main-menu .nav.menu > li.megamenu-item { align-items: center; display: flex; } .vertical-menu .main-menu .nav.menu > li> span, .vertical-menu .main-menu .nav.menu > li> a { width: 100%; box-sizing: border-box; } .vertical-menu .main-menu .nav.menu > li .nav-child { top: 0; } body:not(.gridbox) .ba-item-preloader{ position: fixed; z-index: 99999; } body:not(.gridbox) .ba-item-preloader.preloader-animation-out { pointer-events: none; } /* ======================================================================== Plugins ========================================================================== */ /* /* Plugin Fields Filter */ .ba-item-fields-filter { box-sizing: border-box; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-field-filter, .ba-item-fields-filter .ba-fields-filter-wrapper { display: flex; flex-direction: column; } .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .ba-field-filter { margin-bottom: 20px; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label i { margin-left: 5px; margin-top: .2em; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter { flex-grow: 1; margin-right: 45px; position: relative; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label { align-items: center; cursor: pointer; display: flex; justify-content: space-between; margin-bottom: 0; transition: opacity .3s; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { align-items: flex-start; display: flex; flex-direction: row-reverse; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { margin-bottom: 10px; } .ba-item-fields-filter .ba-field-filter-label { margin-bottom: 15px; } .ba-item-fields-filter .ba-selected-filter-values-wrapper { margin-bottom: 20px; } .ba-item-fields-filter .horizontal-filter-bar .ba-selected-filter-values-wrapper { align-items: baseline; display: flex; width: 100%; } .ba-item-fields-filter .ba-field-filter .ba-checkbox { position: relative; display: inline; } .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .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-checkbox-wrapper:nth-child(10) ~ .ba-checkbox-wrapper { display: none; } .ba-fields-filter-wrapper.horizontal-filter-bar .ba-checkbox-wrapper:nth-child(10) ~ .ba-checkbox-wrapper { display: flex !important; } .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-checkbox-wrapper:nth-child(10), .ba-field-filter-value-wrapper.visible-filters-value .ba-checkbox-wrapper:last-child { margin-bottom: 0; } .ba-fields-filter-wrapper.horizontal-filter-bar .ba-checkbox-wrapper:nth-child(10) { margin-bottom: 10px!important; } .ba-selected-filter-values-remove-all span, .ba-hide-filters, .ba-show-all-filters { cursor: pointer; font-size: .8em !important; font-weight: bold !important; transition: opacity .3s; } .ba-selected-filter-values-remove-all span { font-size: inherit !important; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label:hover, .ba-item-fields-filter .zmdi-close:hover, .ba-selected-filter-values-remove-all span:hover, .ba-hide-filters:hover, .ba-show-all-filters:hover { opacity: .5 } .ba-selected-filter-values-title { display: block; } .ba-selected-filter-values-body { margin-top: 10px; } .ba-item-fields-filter .ba-field-filter .ba-checkbox input ~ span { top: calc(var(--filter-value-line-height)/2 - 10px); } .ba-item-fields-filter .ba-field-filter[data-id="rating"] .ba-checkbox input ~ span { top: 2px; } .ba-item-fields-filter .ba-checkbox-wrapper > span { background: transparent !important; cursor: pointer; margin: 0; min-width: 0; padding: 0 0 0 30px; width: auto; } .ba-item-fields-filter .ba-checkbox-wrapper > span.ba-filter-rating { display: flex; } .ba-item-fields-filter .ba-field-filter-value-wrapper select { color: inherit; } .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: 10px; position: absolute; width: 20px; } @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-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; } .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 'Material-Design-Iconic-Font'; text-align: center; letter-spacing: 0; } .ba-item-fields-filter .ba-field-filter .ba-checkbox input:checked ~ span { border-color: var(--primary); background: var(--primary); } .ba-items-filter-show-button { animation: tooltip .3s ease-in-out both!important; cursor: pointer; font-size: 14px; font-weight: bold; line-height: 24px; padding: 15px; position: absolute; text-transform: none; white-space: nowrap; } .ba-items-filter-show-button.horizontal-filter-tooltip { cursor: default; } .ba-items-filter-show-button:before { border: 5px solid transparent; border-right: 5px solid #2c2c2c; bottom: calc(50% - 4px); content: ""; height: 0; left: 0 !important; margin-left: -9px; position: absolute; top: auto; } .ba-items-filter-show-button.filter-top-button:before { border-right: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -10px; content: ""; left: calc(50% - 4px) !important; margin-left: 0; } .ba-item-fields-filter .ba-selected-filter-values { background: var(--primary); border-radius: 50px; color: #fff; display: inline-block; font-size: 14px; line-height: 36px; margin: 0 10px 10px 0; padding: 0 8px 0 15px; vertical-align: middle; } .ba-item-fields-filter .ba-selected-filter-value { font-weight: bold; margin-left: 5px; pointer-events: none; } .ba-item-fields-filter .zmdi-close { background: #ffffff; border-radius: 50%; color: var(--primary); cursor: pointer; font-size: 16px; line-height: 14px; margin-left: 10px; padding: 5px; text-align: center; transition: opacity .3s; vertical-align: middle; width: 14px; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { align-items: center; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-title, .ba-fields-filter-wrapper:not(.horizontal-filter-bar ) .ba-items-filter-search-button, .horizontal-filter-bar .ba-field-filter-value-wrapper, .horizontal-filter-bar .ba-show-all-filters, .horizontal-filter-bar .ba-hide-filters { display: none; } .horizontal-filter-bar .ba-selected-values-wrapper { align-items: baseline; display: flex; order: 200; width: 100%; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-body { flex-grow: 1; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-remove-all { white-space: nowrap; } .visible-horizontal-filters-value .ba-field-filter-value-wrapper { animation: visible-horizontal-filters .3s both; background: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; display: block; max-height: 350px; opacity: 1; overflow-x: hidden; overflow-y: auto; padding: 30px; position: absolute; top: 2em; visibility: visible; width: 300px; z-index: 25; } .visible-horizontal-filters .visible-horizontal-filters-row { z-index: 10; } .ba-items-filter-search-button { background: var(--primary); border-radius: 3px; color: #fff !important; cursor: pointer; font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; order: 100; padding: 15px 40px; transition: all .3s; } .ba-item-fields-filter .ba-field-filter-input-wrapper { align-items: center; display: flex; margin-top: 25px; } .ba-item-fields-filter .ba-field-filter-input-wrapper input { font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; margin: 0; min-width: 0; width: auto; } .ba-item-fields-filter .ba-field-filter-price-delimiter { margin: 0 10px } .ba-item-fields-filter .ba-field-filter-price-symbol { margin-right: 10px; white-space: nowrap; } .ba-item-fields-filter .ba-field-filter-range-wrapper { position: relative; width: 100%; } .ba-item-fields-filter .visible-horizontal-filters-value .ba-field-filter-range-wrapper { margin-top: 10px; } .ba-item-fields-filter .visible-horizontal-filters-value .ba-field-filter-input-wrapper { margin-top: 40px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-track { background-color: #757575; cursor: pointer; height: 4px; outline: 0; position: absolute; width: 100%; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-selection { background: var(--primary) !important; position: absolute; height: 4px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle { background-color: var(--primary) !important; border-radius: 24px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); cursor: pointer; height: 24px; margin-left: 0; margin-top: -11px; position: absolute; width: 24px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle + .price-range-handle { margin-left: -18px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:before { background: var(--primary); border-radius: 24px; content: ""; cursor: pointer; height: 24px; left: 0; opacity: .3; position: absolute; transform: scale(1); transition: transform .2s linear; width: 24px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:hover:before { transform: scale(2); } .open-responsive-filters { display: none; } /* /* Plugin Event Calendar */ .ba-event-calendar-row, .ba-event-calendar-header { display: flex; } .ba-event-calendar-header { margin: 25px 0; } .ba-event-calendar-row > div, .ba-event-calendar-header > div { cursor: default; flex-grow: 1; min-width: calc(100% / 7); text-align: center; } .ba-event-calendar-header > div, .ba-event-calendar-row > div { margin: 1px; } .ba-event-calendar-title-wrapper { align-items: center; display: flex; justify-content: center; } .ba-event-calendar-title-wrapper i { cursor: pointer; font-size: 1em; padding: 0 1em; transition: color .3s linear; } .ba-event-calendar-title-wrapper i:hover { color: var(--primary); } .ba-date-cell.ba-event-date { cursor: pointer; position: relative; } .ba-date-cell.ba-curent-date { position: relative; z-index: 0; } .ba-date-cell.ba-event-date, .ba-date-cell.ba-curent-date { font-weight: 700 !important; } .ba-date-cell.ba-event-date:after, .ba-date-cell.ba-curent-date:before { background-color: var(--primary); bottom: 0; content: ""; height: 4px; left: 0; position: absolute; width: 100%; z-index: -1; transition: background-color .3s linear; } .ba-date-cell.ba-event-date { color: var(--title-inverse) !important; } .ba-date-cell.ba-curent-date.ba-event-date:before { background-color: var(--title-inverse) !important; z-index: 1; left: 2px; right: 2px; width: auto; bottom: 2px; } .ba-date-cell.ba-event-date:after { height: auto; right: 0; top: 0; } @keyframes calendar { from { opacity: 0;} to { opacity: 1;} } .event-calendar-events-list { animation: calendar .3s both; background: #2c2c2c; border-radius: 3px; box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15); box-sizing: border-box; opacity: 0; padding: 25px; position: absolute; width: 375px; z-index: 999; } .event-calendar-events-list:after { border: 10px solid transparent; border-top-color: #2c2c2c; bottom: -17px; content: ""; display: block; height: 0; left: calc(50% - 10px); position: absolute; width: 0px; } .event-calendar-event-item-image { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 3px; display: block; height: auto; margin-right: 25px; width: 75px; min-width: 75px; } .event-calendar-event-item > span { display: flex; flex-direction: row; flex-wrap: wrap; width: calc(375px - 150px); } .event-calendar-event-item { display: flex; } .event-calendar-event-item ~ .event-calendar-event-item { margin-top: 25px; } .event-calendar-event-item-title { color: #fff; font-size: 16px; font-weight: 700; line-height: 28px; margin-bottom: 10px; width: 100%; } .event-calendar-event-item-date, .event-calendar-event-item-category { color: #fff; font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 18px; text-transform: none; } .event-calendar-event-item-title:hover, .event-calendar-event-item-category:hover { color: rgba(255, 255, 255, 0.5); } .event-calendar-event-item-category, .event-calendar-event-item-title { transition: color .3s ease-in-out; } .event-calendar-event-item-category:before{ margin: 0 10px; content: "â€¢"; color: inherit; } .event-calendar-events-list > i { color: var(--title-inverse); font-size: 24px; padding: 10px; position: absolute; right: 0; text-align: center; top: 0; width: 1em; } .ba-item-field-group .ba-field-content a.fields-post-tags, .ba-item-field .ba-field-content a.fields-post-tags { display: inline-block; margin-right: 5px; text-transform: capitalize; } /* /* Plugin Field */ .ba-item-field-group .ba-field-wrapper, .ba-item-field .ba-field-wrapper { align-items: center; flex-direction: column; display: flex; } .ba-item-field-group .ba-field-wrapper:not(.ba-label-position-left ):not(.ba-label-position-right ) > *, .ba-item-field .ba-field-wrapper:not(.ba-label-position-left ):not(.ba-label-position-right ) > * { width: 100% } .ba-item-field-group .ba-field-wrapper.ba-label-position-left, .ba-item-field .ba-field-wrapper.ba-label-position-left { align-items: flex-start; flex-direction: row; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label, .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 { flex-wrap: nowrap; display: flex; } .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 { text-align: left !important; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label { text-align: right !important; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right, .ba-item-field .ba-field-wrapper.ba-label-position-right { flex-direction: row-reverse; } .ba-item-field-group .ba-field-wrapper .ba-field-content > span, .ba-item-field .ba-field-wrapper .ba-field-content > span { display: block; } .ba-item-field-group .ba-field-wrapper .ba-field-content , .ba-item-field .ba-field-wrapper .ba-field-content { backface-visibility: visible !important; flex-grow: 1; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper, .ba-item-field .ba-field-wrapper .field-description-wrapper { margin-left: 5px; position: relative; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper > i, .ba-item-field .ba-field-wrapper .field-description-wrapper > i { color: inherit !important; font-size: inherit !important; transition: opacity .3s linear; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper > i:hover, .ba-item-field .ba-field-wrapper .field-description-wrapper > i:hover { opacity: .5 } .ba-item-field-group .ba-field-content a, .ba-item-field .ba-field-content a { transition: color .3s linear } .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-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label { margin-left: 10px; } .ba-item-field-group .ba-field-wrapper .ba-field-label > *, .ba-item-field .ba-field-wrapper .ba-field-label > * { display: inline-block; } .ba-item-field-group .ba-field-wrapper .ba-field-label > i, .ba-item-field .ba-field-wrapper .ba-field-label > i { line-height: initial; margin-right: 10px; vertical-align: middle; } .ba-item-field-group .ba-field-wrapper .ba-field-content > span.field-price-wrapper.right-currency-position, .ba-item-field .ba-field-wrapper .ba-field-content > span.field-price-wrapper.right-currency-position { display: inline-flex; flex-direction: row-reverse; } .ba-blog-post-fields .ba-blog-post-field-row-wrapper { display: flex; flex-direction: column; } .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; } /* /* Plugin Comments Box */ .comment-clipboard { position: fixed !important; left: -300vh; } .ba-comments-login-wrapper > * { display: inline-block; } .ba-comments-login-wrapper { justify-content: space-between; position: relative; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .ba-comments-login-wrapper { align-items: center; display: flex; margin-bottom: 25px; } .ba-submit-cancel, .delete-comment-attachment-file, .ba-guest-login-btn, .ba-user-login-btn, .ba-comments-attachment-file-wrapper i, .ba-comment-smiles-picker, .ba-comments-login-wrapper > div > i { cursor: pointer; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper, .ba-submit-comment, .ba-guest-login-wrapper { float: right; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment { float: none; white-space: nowrap; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper { align-items: center; display: flex; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel { margin-right: 15px; padding: 15px 0; transition: .3s; white-space: nowrap; } .ba-guest-login-wrapper i { font-size: 24px; margin-right: 10px; vertical-align: middle; } .ba-user-login-wrapper { margin-right: 15px; } .ba-guest-login-wrapper, .ba-user-login-wrapper, .ba-social-login-wrapper { align-items: center; display: inline-flex; font-size: initial; height: 50px; letter-spacing: initial; line-height: initial; margin-top: 10px; } .ba-submit-comment { background: var(--primary); border-radius: 3px; color: #fff !important; padding: 15px 40px; transition: color .3s } .ba-social-login-wrapper > span { padding-right: 20px; } .ba-user-login-btn { padding-left: 20px; transition: color .3s; } .ba-items-filter-search-button:hover, .ba-submit-comment:hover { background: #3c3c3c !important; } .ba-item-reviews .ba-comment-message, .ba-item-comments-box .ba-comment-message { margin-bottom: 15px; min-height: 150px; outline: none !important; padding: 15px !important; resize: vertical; width: 100% !important; } .ba-item-reviews .ba-comment-message::placeholder, .ba-item-comments-box .ba-comment-message::placeholder { opacity: .5; } .ba-item-reviews .ba-comments-attachment-file-wrapper { align-items: center; cursor: pointer; display: flex; justify-content: center; transition: .3s; } .ba-comment-message-wrapper { line-height: initial; margin-bottom: 75px; } .ba-comments-total-count-wrapper { align-items: center; display: flex; justify-content: space-between; margin: 0 0 25px; overflow: hidden; position: relative; } .ba-comments-be-first-message { display: flex; flex-grow: 1; justify-content: center; } .ba-comments-total-count-wrapper select { background: transparent!important; border-radius: 0!important; border: none!important; font-weight: bold !important; height: auto; padding: 0; width: auto; } /* Smiles Picker */ .ba-comment-smiles-picker-dialog { backface-visibility: hidden; background: #2c2c2c; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; display: none; position: absolute; width: 350px; z-index: 1050; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body { height: 155px; overflow-y: auto; padding: 15px 20px; } .ba-comment-smiles-picker-dialog:before { border: 5px solid transparent; border-bottom: 5px solid #2f3243; top: -15px; content: ""; left: 170px !important; position: absolute; height: 5px; } .ba-comment-smiles-picker-dialog span { align-items: center; backface-visibility: hidden; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-flex; font-size: 24px; height: 48px; justify-content: center; padding: 4px; text-align: center; width: 48px; } @keyframes smiles-picker-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .ba-comment-smiles-picker-dialog { display: none; } .ba-comment-smiles-picker-dialog.visible-smiles-picker { animation: smiles-picker-in .3s cubic-bezier(0.4,0,0.2,1) both; backface-visibility: hidden; display: block; opacity: 0; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar { width: 6px; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar-thumb { background: #484c65; border-radius: 6px; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar-track { background-color: transparent; } /* Comment Login */ .comment-user-name { flex-grow: 1; } .ba-social-login-wrapper i { background-color: var(--bg-secondary); border-radius: 50%; cursor: pointer; font-size: 16px; padding: 12px; text-align: center; transition: all .3s; width: 1em; } .ba-social-login-wrapper .ba-social-login-icons span { display: inline-block; margin-right: 10px; position: relative; } .ba-social-login-wrapper .ba-social-login-icons span:last-child { margin-right: 0; } .ba-comments-share-icons-wrapper i.zmdi-facebook:hover, .ba-social-login-wrapper i.ba-comments-facebook-login { background-color: #3b5998 !important; } .ba-comments-share-icons-wrapper i.copy-comment-link:hover, .ba-social-login-wrapper i.ba-comments-google-login { background-color: #ee4f1d !important; } .ba-comments-share-icons-wrapper i.zmdi-vk:hover, .ba-social-login-wrapper i.ba-comments-vk-login { background-color: #5b7aa8 !important; } .ba-comments-share-icons-wrapper i.zmdi-twitter:hover { background-color: #41abe1!important; } .ba-comments-share-icons-wrapper i, .ba-social-login-wrapper i.ba-comments-facebook-login, .ba-social-login-wrapper i.ba-comments-google-login, .ba-social-login-wrapper i.ba-comments-vk-login { color: #fff; } .ba-social-login-wrapper i:hover { background-color: #3c3c3c !important; } @keyframes modal-sm-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .ba-comments-modal .ba-comments-modal-body { border-radius: 6px; border: none; display: none; background-color: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; left: 50%; margin-left: -162px; overflow: hidden; opacity: 0; padding: 25px; position: fixed; top: calc(50% - 180px); width: 325px; z-index: 1060; } .ba-comments-modal.visible-comments-dialog .ba-comments-modal-body { animation: modal-sm-in .3s cubic-bezier(0.4,0,0.2,1) both; backface-visibility: hidden; display: block; line-height: initial; } .ba-comments-modal.visible-comments-dialog.ba-comment-unsubscribed-dialog .ba-comments-modal-body { animation: none; opacity: 1; } .ba-comments-modal-title { color: #1a1a1a; cursor: default; display: inline-block; font-size: 18px; font-weight: bold; line-height: 20px; margin: 0 0 50px 0; } .ba-user-login-action, .ba-guest-login-action { background: var(--primary); border-radius: 3px; border: none; color: var(--title-inverse); cursor: pointer; display: inline-block; float: right; font-size: 16px; font-weight: bold; line-height: initial; overflow: hidden; padding: 15px; position: relative; text-decoration: none; text-transform: uppercase; z-index: 1; } .ba-comments-modal-footer .red-btn:after, .ba-user-login-action:after, .ba-guest-login-action:after { background: #fff; border-radius: 50%; backface-visibility: hidden; -webkit-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; } .ba-comments-modal .red-btn:hover:after, .ba-user-login-action:hover:after, .ba-guest-login-action:hover:after { backface-visibility: hidden; background: var(--primary); opacity: 1; transform: scale(27); } .ba-comments-modal .red-btn:hover:after { background: #f44236; } .ba-comments-modal .ba-btn-primary { position: relative; z-index: 1; } .ba-comments-modal input[type="password"], .ba-comments-modal input[type="email"], .ba-comments-modal input[type="text"] { backface-visibility: hidden; border: 1px solid #fff; border-bottom-color: #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-comments-modal .ba-comments-modal-title + div input[type="text"]{ margin-bottom: 0; } .ba-comments-modal .ba-comments-modal-title ~ div { position: relative; line-height: initial; } .ba-comments-modal-text { color: #757575; font-size: 16px; font-weight: 400; line-height: 30px; margin: 0 0 10px; } .ba-comments-modal .ba-comments-modal-footer { background: transparent; border: none; box-shadow: none; margin-top: 25px; padding: 0; text-align: right; } .ba-comments-modal .ba-comments-modal-footer span { background: transparent; border-radius: 3px; border: none; color: #363637; cursor: pointer; display: inline-block; font-size: 16px; font-weight: bold; line-height: 18px; overflow: hidden; padding: 15px; text-transform: uppercase; transition: .3s; } .ba-comments-modal .ba-comments-modal-footer span:not(.ba-btn-primary):hover { background-color: rgba(0,0,0,0.1); color: #363637; } .ba-comments-modal span.ba-btn-primary:not(.active-button).red-btn { background: #f44236 !important; color: #fff !important; line-height: 18px; } .ba-comments-modal input:focus { border-color: #fff !important; border-bottom-color: #e3e3e3 !important; } .ba-comments-modal .ba-comments-modal-title ~ div input[type="password"] + .focus-underline, .ba-comments-modal .ba-comments-modal-title ~ div input[type="email"] + .focus-underline { top: 68px; } .focus-underline { background: var(--primary); bottom: 0; height: 2px; left: 0px; position: absolute; transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 100%; } .ba-comments-modal-body input.ba-alert + .focus-underline { background: #f64231; } .ba-comments-modal-body input.ba-alert + .focus-underline, input:focus + .focus-underline { transform: scaleX(1); } @keyframes backdrop { from { opacity: 0;} } .visible-comments-dialog .ba-comments-modal-backdrop { animation: backdrop .5s ease-in-out both; background: var(--overlay); bottom: 0; left:0; position: fixed; right: 0; top: 0; z-index: 1050; } .ba-comment-unsubscribed-dialog.visible-comments-dialog .ba-comments-modal-backdrop { animation: none; } /* Share Dialog */ .ba-comment-share-dialog .ba-comments-modal-backdrop { opacity: 0; } .ba-comment-share-dialog .ba-comments-modal-body { background: #2c2c2c; border-radius: 4px; margin-left: 0; overflow: visible; padding: 15px; position: absolute; width: auto; } .ba-comments-share-icons-wrapper { align-items: center; display: flex; justify-content: center; } .ba-comments-share-icons-wrapper > * { cursor: pointer; position: relative; } .ba-comments-share-icons-wrapper i { backface-visibility: hidden; background: #3c3c3c; border-radius: 50%; font-size: 18px; margin-right: 15px; padding: 6px; text-align: center; transition: .3s; width: 1em; } .ba-comments-share-icons-wrapper i.copy-comment-link { margin-right: 0; } /* Comment Attachment */ .ba-comment-xhr-attachment { align-items: center; display: flex; } .ba-comment-xhr-attachment:last-child { margin-bottom: 25px !important; } .ba-comment-xhr-attachment i:first-child { pointer-events: none; } .ba-comment-xhr-attachment .zmdi-delete { cursor: pointer; float: right; margin-left: 10px; } .ba-comment-xhr-attachment .post-intro-image { border-radius: 3px !important; margin: 0 15px 0 0; } .attachment-title { display: inline-block; flex-grow: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .user-comment-edit-enable .ba-comment-xhr-attachment:not(.attachment-file-uploaded) .attachment-title, .user-comment-edit-enable .attachment-title { width: 100px; } .attachment-progress-bar-wrapper { background: #ddd; border-radius: 10px; display: inline-block; height: 5px; margin-left: 15px; min-width: 40%; } .ba-comment-xhr-attachment.attachment-file-uploaded .attachment-progress-bar-wrapper { margin-left: 0; min-width: 0; width: 0; } .ba-comment-xhr-attachment:not(.attachment-file-uploaded) .attachment-title { width: 40%; } .attachment-progress-bar { background: #1da6f4; border-radius: 5px; display: block; height: 5px; transition: .3s ease-in-out; width: 0; } .comment-user-info-wrapper { display: flex; } .ba-item-reviews .ba-author-avatar, .ba-comment-xhr-attachment .post-intro-image, .ba-item-comments-box .ba-author-avatar, .comment-user-info-wrapper .ba-author-avatar { background-position: center; background-size: cover; border-radius: 50%; box-sizing: border-box; display: inline-block; height: 50px; min-width: 50px; vertical-align: middle; width: 50px; } .comment-data-wrapper, .comment-user-info { font-size: initial !important; line-height: initial; width: 100%; } .comment-moderator-user-settings, .comment-report-user-comment, .comment-user-date:not(.was-review-helpful) { float: right; } .comment-moderator-user-settings, .comment-report-user-comment { position: relative; margin-left: 20px; line-height: initial; } .comment-moderator-user-settings i, .comment-report-user-comment i { cursor: pointer; font-size: 24px; text-decoration: none; } .comment-report-user-comment i { font-size: 18px; line-height: 24px; transition: .3s; } .comment-user-info > * { display: block; } .comment-user-info .comment-user-email, .comment-user-info .comment-user-ip { display: inline-block; } .comment-likes-wrapper { display: flex; flex-wrap: wrap; justify-content: flex-end; } .comment-action-wrapper > span, .comment-likes-wrapper > span.comment-likes-action-wrapper { margin-top: 25px; } .was-review-helpful.comment-user-date { pointer-events: none; } .comment-action-wrapper { flex-grow: 1; } .comment-likes-action-wrapper { display: inline-block; } .ba-comments-total-count-wrapper select, .ba-item-reviews .ba-comments-attachment-file-wrapper > span, .ba-review-rate-title, .ba-submit-cancel, .ba-social-login-wrapper > span, .ba-user-login-btn, .ba-submit-comment, .ba-guest-login-btn, .comment-logout-action, .comment-user-date, .comment-likes-wrapper span, .ba-comments-total-count, .comment-user-name, .comment-edit-action span, .comment-delete-action span, .comment-likes-wrapper .comment-action-wrapper > .comment-likes-action span, .comment-likes-wrapper span.comment-share-action span, .comment-likes-wrapper span.comment-reply-action span { font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; } .comment-delete-action, .comment-edit-action, .comment-likes-action-wrapper > span, .comment-likes-wrapper .comment-action-wrapper > span.comment-reply-action, .comment-likes-wrapper .comment-action-wrapper > span.comment-share-action { align-items: center; cursor: pointer; display: inline-flex; margin-left: 25px; transition: .3s; } .ba-item-reviews .ba-comments-attachment-file-wrapper:hover, .ba-comment-xhr-attachment .zmdi-delete:hover, .comment-report-user-comment i:hover, .comment-moderator-user-settings i:hover, .ba-user-login-btn:hover, .ba-submit-cancel:hover, .delete-comment-attachment-file:hover, .comment-logout-action:hover, .ba-comment-smiles-picker-dialog span:hover, .ba-guest-login-btn:hover, .ba-comments-icons-wrapper i:hover, .comment-action-wrapper >span:hover, .comment-likes-action-wrapper >span:hover { opacity: .65; } .comment-likes-wrapper span i { font-size: 24px; margin-right: 10px; } .comment-likes-wrapper .comment-likes-action i { font-size: 18px; margin-right: 5px; } .comment-likes-wrapper .comment-likes-action.active span, .comment-likes-wrapper .comment-likes-action.active i { color: var(--primary); } .ba-review-rate-title, span.ba-comment-attachment-trigger, .ba-social-login-wrapper > span, .ba-user-login-btn, .ba-guest-login-btn, .ba-submit-comment, .comment-logout-action, .ba-comments-total-count-wrapper select, .comment-user-name, .ba-comments-total-count { font-size: 16px !important; } .user-comment-wrapper .comment-user-date, .comment-user-date, .comment-likes-wrapper span { font-size: 12px !important; } .user-comment-wrapper .comment-user-date { line-height: 24px !important; } .ba-not-approved-comment .comment-user-info-wrapper, .ba-not-approved-comment .comment-data-wrapper > div:not(.comment-user-info), .ba-not-approved-comment .comment-user-info > span:not(.comment-moderator-label):not(.comment-not-approved-label):not(.comment-moderator-user-settings) { opacity: .3; pointer-events: none; } .user-comment-wrapper { box-sizing: border-box; display: flex; margin-bottom: 25px; width: 100%; } .user-comment-wrapper * { font-size: inherit; text-decoration: inherit; text-transform: inherit; letter-spacing: inherit; } .comment-user-message-wrapper { margin: 15px 0 0 25px; } span.comment-user-name { margin-left: 25px; } .comment-reply-name, span.comment-user-name { letter-spacing: 0px !important; line-height: 24px !important; } .comment-not-approved-label, .comment-moderator-label, span.comment-user-name, .comment-reply-name { align-items: center; display: inline-flex; } .comment-reply-name i { margin: 0 10px; transform: scaleX(-1); } .comment-not-approved-label, .comment-moderator-label { background: var(--primary); border-radius: 25px; color: #fff; font-size: 12px; font-weight: bold; line-height: initial; margin-left: 5px; padding: 5px 10px; vertical-align: middle; } .comment-not-approved-label { background: #f64231; } .comment-attachment-image-type-wrapper { display: inline-block; position: relative; } .comment-attachments-image-wrapper > span > span { background-position: center; background-size: cover; border-radius: 3px; cursor: zoom-in; display: inline-block; height: 50px; margin-right: 5px; transition: .3s; width: 75px; } .comment-attachments-image-wrapper > span > span:hover { opacity: .7; } .comment-attachment-image-type-wrapper i.zmdi { background: #f64231; border-radius: 50%; color: #fff; cursor: pointer; font-size: 11px; font-weight: bold; opacity: 0; padding: 2px; position: absolute; pointer-events: none; right: 8px; text-align: center; top: 2px; transition: all .3s; width: 11px; } .comment-attachment-image-type-wrapper i.zmdi:hover { color: rgba(255, 255, 255, 0.75) !important; } .user-comment-edit-enable .comment-attachment-image-type-wrapper:hover i.zmdi { opacity: 1; pointer-events: auto; } .user-comment-wrapper.user-comment-edit-enable .ba-comment-message-wrapper { margin-bottom: 0; } .user-comment-wrapper.user-comment-edit-enable .ba-comment-message { background: rgba(0, 0, 0, 0.05) !important; border: none!important; padding: 15px !important; } .user-comment-wrapper.user-comment-edit-enable .comment-likes-wrapper, .user-comment-wrapper.user-comment-edit-enable .comment-message, .user-comment-wrapper:not(.user-comment-edit-enable) .comment-edit-form-wrapper, .user-comment-wrapper:not(.user-comment-edit-enable) .comment-attachment-file .delete-comment-attachment-file { display: none; } .ba-comment-xhr-attachment i, .comment-attachment-file i { font-size: 24px; margin-right: 10px; transition: all .3s; } .ba-comment-xhr-attachment.attachment-file-uploaded, .comment-attachment-file { align-items: center; display: flex; margin-bottom: 10px; } .ba-comment-xhr-attachment { margin-bottom: 10px; font-size: 14px; } .comment-attachment-file a { flex-grow: 1; font-size: 14px; line-height: 24px; } .comment-reply-form-wrapper, .ba-comment-reply-wrapper { margin-left: 50px; } .ba-comments-icons-wrapper { display: inline-block; font-size: initial; letter-spacing: initial; line-height: initial; vertical-align: top; width: 50%; } .ba-comments-icons-wrapper i { font-size: 24px; padding: 0 10px; transition: all .3s; } .ba-comment-message-wrapper .ba-comments-attachment-file-wrapper i.ba-comment-attachment-trigger:hover { opacity: 1; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper i { pointer-events: none; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper { position:relative; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper .ba-comments-attachments-wrapper:before { content: ""; cursor: not-allowed; display: block; height: 100%; position: absolute; width: 100%; z-index: 1; } .ba-comments-icons-wrapper span { display: inline-block; position: relative; } .ba-comments-captcha-wrapper { display: inline-block; line-height: 0; } .ba-comments-captcha-wrapper:not(.bottomright-style):not(.bottomleft-style), .ba-comments-captcha-wrapper.inline-style{ width: calc(50% - 5px); margin-bottom: 15px; } .ba-comments-captcha-wrapper > div { display: inline-block; } .ba-comments-captcha-wrapper > .comments-recaptcha { display: flex; flex-grow: 1; justify-content: flex-end; } .ba-comments-captcha-wrapper.recaptcha_invisible { position: absolute; } .ba-submit-comment, .comment-logout-action { cursor: pointer; } .ba-user-login-btn, .ba-submit-comment, .comment-logout-action, .ba-guest-login-btn { transition: all .3s; } /* /* Plugin Reviews */ .ba-item-reviews .ba-comments-total-count-wrapper { justify-content: flex-start; } .ba-item-reviews .ba-comments-total-count { flex-grow: 1; padding-left: 20px; } .ba-item-reviews .ba-review-stars-wrapper { display: inline-flex; margin-left: 20px; vertical-align: middle; white-space: nowrap; } .ba-item-reviews .ba-review-stars-wrapper.logout-reviews-user i { cursor: not-allowed !important; } .intro-post-reviews, .ba-blog-post-reviews { align-items: center; } .ba-item-reviews .ba-reviews-total-rating + .ba-review-rate-wrapper .ba-review-stars-wrapper, .ba-item-reviews .user-comment-container-wrapper .user-comment-wrapper:not(.user-comment-edit-enable) .ba-review-stars-wrapper i { pointer-events: none; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i , .ba-comments-login-wrapper + .ba-review-rate-wrapper i, .ba-item-reviews .ba-comments-total-count-wrapper .ba-review-stars-wrapper i { font-size: 32px; } .ba-item-reviews .ba-reviews-total-rating { font-size: 48px; font-weight: bold; white-space: nowrap; } .ba-reviews-total-rating-wrapper { align-items: center; display: flex; line-height: initial; white-space: nowrap; } .ba-blog-post-rating-stars, .ba-review-stars-wrapper { align-items: center; color: #ddd; display: flex; letter-spacing: initial !important; margin-bottom: 1px; } .ba-item-fields-filter .ba-checkbox-wrapper i { color: #ddd; font-size: 24px; margin-right: 5px; } .ba-item-recent-reviews .ba-review-stars-wrapper i { position: relative; } .ba-selected-filter-value i.active:after { color: #fff; } .ba-selected-filter-value i:not(.active) { opacity: .5 } .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; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active:after, .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active ~ i:not(active):after { color: transparent !important; } .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-reviews .ba-review-stars-wrapper i { font-size: 24px; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i { margin-right: 0; padding-right: 5px; } /* /* Context Moderators Menu */ @keyframes context-menu { 0%{ width: 265px; opacity: 0; max-height: 350px; visibility: hidden;} 1%{ width: 0px; opacity: 1; max-height: 0; visibility: visible; } 100%{ width: 265px; max-height: 350px; } } .comments-moderators-context-menu.ba-context-menu { background: #f5f5f5; border: 1px solid #e3e3e3; display: none; margin-left: 265px; max-height: 0; overflow: hidden; position: absolute; transform: translateX(-100%); white-space: nowrap; width: 265px; z-index: 1070; } .comments-moderators-context-menu.ba-context-menu > span:hover i, .comments-moderators-context-menu.ba-context-menu > span:hover { background: #1da6f4; border-bottom-color: transparent; color: #fff !important; } .comments-moderators-context-menu.ba-context-menu.visible-context-menu { animation: context-menu .3s both; display: block; } .comments-moderators-context-menu.ba-context-menu > span { animation: backdrop .3s .3s both !important; cursor: pointer; display: block; font-size: 14px; font-weight: 400; padding: 12px; } .comments-moderators-context-menu.ba-context-menu > span i { color: #757575; font-size: 24px; padding: 0 15px 0 5px; text-align: center; vertical-align: sub; width: 24px; } .comments-moderators-context-menu.ba-context-menu span.ba-group-element { border-top: 1px solid #e3e3e3; } .comments-moderators-context-menu.ba-context-menu span a, .comments-moderators-context-menu.ba-context-menu span { color: #333; } /* /* Notification */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } #ba-notification.notification-in { animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; display: block; } #ba-notification { background: #2c2c2c; 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: visible; z-index: 1510; } #ba-notification.ba-alert { background: #f46336; padding: 40px 25px; width: 250px; } #ba-notification:not(.ba-alert) h4, #ba-notification:not(.ba-alert) i { display: none; } #ba-notification i { color: #fff; opacity: 1; padding: 8px; position: absolute; right: 5px; text-shadow: none; top: 0; } #ba-notification p { color: #fff; font: 500 14px/24px 'Roboto'; margin: 0; } #ba-notification p img { height: 40px; padding-left: 40px; vertical-align: middle; width: 40px; } #ba-notification.ba-alert p { opacity: .6; } .ba-alert 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;} } #ba-notification.animation-out { animation: notification-out .4s cubic-bezier(.25,.98,.26,.99) both; display: block; opacity: 1; visibility: visible; } /* /* Plugin Feature Box */ .ba-feature-box-wrapper * { transition: color .25s linear, background .25s linear, box-shadow .25s linear; } .ba-feature-box-wrapper { display: inline-flex; flex-wrap: wrap; width: 100%; } .ba-feature-box-wrapper .ba-feature-box { box-sizing: border-box; display: inline-flex; overflow: hidden; position: relative; } .ba-feature-image-wrapper .ba-feature-image { max-width: 100%; } .ba-feature-image-wrapper i { align-items: center; display: inline-flex; height: 1em; justify-content: center; max-width: 100%; width: 1em; } .ba-feature-list-layout .ba-feature-image-wrapper { margin-right: 25px; } .ba-feature-image-wrapper div { background-attachment: scroll; background-position: center center; background-repeat: no-repeat; background-size: cover; display: inline-block; } .ba-feature-box-wrapper.ba-feature-grid-layout .ba-feature-box { flex-direction: column; } .ba-feature-box-wrapper.ba-feature-grid-layout .ba-feature-box:hover { z-index: 1; } .ba-feature-box-wrapper.ba-feature-list-layout .ba-feature-box .ba-feature-caption { flex-grow: 1; } .ba-feature-button a { display: inline-block; } .comment-reply-action, .comment-attachments-wrapper, .comment-attachments-image-wrapper { margin-left: 25px; } .comment-attachments-wrapper.not-empty-container, .comment-attachments-image-wrapper.not-empty-container { margin-top: 25px; } .instagram-modal.ba-comments-image-modal { background: var(--overlay); } /* /* Plugin Icon-list */ .ba-item-icon-list ul { display: inline-flex; flex-wrap: wrap; margin: 0; text-decoration: none; width: 100%; } .ba-item-icon-list li { align-items: flex-start; display: inline-flex; margin-right: 30px; } .ba-item-icon-list li a:before, .ba-item-icon-list li i:before, .ba-item-icon-list li:before, .ba-item-icon-list li i { cursor: default !important; display: block; font-style: initial; height: 1em; line-height: 1em; min-width: 1em; text-align: center; text-decoration: none; text-transform: none; width: 1em; } .ba-item-icon-list li:before, .ba-item-icon-list li a:before, .ba-item-icon-list li i { margin-top: calc(var(--icon-list-line-height)/2); transform: translateY(-50%); } .ba-item-icon-list li a i:before { cursor: pointer !important; } .ba-item-icon-list li a { align-items: flex-start; color: inherit; display: inherit; } .ba-item-icon-list li a span { align-items: center; display: flex; min-height: 100%; } .ba-item-icon-list li a, .ba-item-icon-list li a i { cursor: pointer !important; } .ba-item-icon-list .vertical-layout { flex-direction: column; } .ba-item-icon-list li:last-child, .ba-item-icon-list .vertical-layout li { margin-right: 0; } .ba-item-icon-list .vertical-layout li { margin-top: 20px; } .ba-item-icon-list .vertical-layout li:first-child { margin-top: 0; } .ba-item-icon-list ul.bullets-type i, .ba-item-icon-list ul.numbers-type i { display: none; } .ba-item-icon-list ul.bullets-type li a:before, .ba-item-icon-list ul.bullets-type li.list-item-without-link:before { content: '\f26d'; font-family: Material-Design-Iconic-Font; } .ba-item-icon-list ul.numbers-type { counter-reset: list-numbers; } .ba-item-icon-list ul.numbers-type li a:before, .ba-item-icon-list ul.numbers-type li.list-item-without-link:before { counter-increment: list-numbers; content: counter(list-numbers); } /* /* Plugin Content Slider */ .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > a, .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > .ba-slideshow-img { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > .ba-slideshow-img { overflow: hidden; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item.active > a { z-index: 5; } .column-wrapper .ba-item-content-slider .ba-slideshow-img + .ba-grid-column { align-content: center; align-items: center; } .column-wrapper .ba-item-content-slider .ba-slideshow-img + .ba-grid-column > .empty-item { display: none; } /* /* Plugin Testimonials */ .ba-item-testimonials .testimonials-wrapper { box-sizing: border-box; } .ba-item-testimonials .style-4 .testimonials-wrapper, .ba-item-testimonials .style-1 .testimonials-wrapper { height: auto; } .ba-item-testimonials .ba-testimonials { list-style: none; margin: 0; } .testimonials-icon-wrapper { align-items: flex-start; display: flex; justify-content: center; margin-bottom: 20px; } .testimonials-icon-wrapper i { line-height: .5em; pointer-events: none; text-align: center; vertical-align: middle; } .testimonials-name-wrapper { overflow: hidden; } .ba-item-testimonials .slideshow-content > li { box-sizing: border-box; } .style-5 .testimonials-wrapper, .style-3 .testimonials-wrapper, .style-2 .testimonials-wrapper { display: flex; flex-direction: column; } .ba-item-testimonials .ba-slideset-dots{ margin-top: 10px; } .ba-item-testimonials .slideshow-content { margin: 0 auto; position: relative; } .testimonials-slideshow-content-wrapper { margin: 0 auto; } /* style-1 */ .style-4 .testimonials-wrapper, .style-1 .testimonials-wrapper { display: flex; flex-wrap: wrap; flex-direction: row; min-height: auto; } .style-4 .testimonials-info, .style-3 .testimonials-info, .style-2 .testimonials-info, .style-1 .testimonials-info { box-sizing: border-box; display: flex; margin-bottom: 20px; order: 1; position: relative; width: 100%; } .ba-item-testimonials .testimonials-info { height: var(--testimonials-info-height); flex-grow: 1; } .style-6 .testimonials-info, .style-5 .testimonials-info, .style-4 .testimonials-info, .style-2 .testimonials-info, .style-3 .slideshow-content >li .testimonials-wrapper, .style-1 .slideshow-content >li .testimonials-wrapper { box-shadow: none !important; background-color: transparent !important; border-radius: 0 !important; border: none!important; padding: 0 !important; } .style-4 .ba-testimonials-img, .style-3 .ba-testimonials-img, .style-2 .ba-testimonials-img, .style-1 .ba-testimonials-img { order: 2; } .style-1 .testimonials-icon-wrapper { margin-right: 10px; } .style-4 .ba-testimonials-img, .style-1 .ba-testimonials-img { margin-right: 20px; } .style-6 .ba-slideset-dots > div, .style-5 .ba-testimonials-img div, .style-4 .ba-testimonials-img div, .style-3 .ba-testimonials-img div, .style-2 .ba-testimonials-img div, .style-1 .ba-testimonials-img div { background-size: cover; background-position: center; background-repeat: no-repeat; } .style-6 .ba-slideset-dots > div { transition: opacity .3s linear; -webkit-tap-highlight-color: transparent; } .style-6 .ba-slideset-dots > div:not(.active):not(:hover){ opacity: .5; } .style-4 .testimonials-title-wrapper, .style-3 .testimonials-title-wrapper, .style-2 .testimonials-title-wrapper, .style-1 .testimonials-title-wrapper { display: flex; flex-direction: column; justify-content: center; order: 3; } .style-3 .testimonials-info:before, .style-1 .testimonials-info:before { border: 10px solid; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -20px; content: ""; display: block; position: absolute; top: auto; transform: translateX(-50%); } .style-4 .testimonials-name-wrapper, .style-4 .testimonials-caption-wrapper, .style-4 .ba-testimonials-testimonial, .style-1 .testimonials-name-wrapper, .style-1 .testimonials-caption-wrapper, .style-1 .ba-testimonials-testimonial { text-align: left; } /* style-2 */ .style-2 .testimonials-info, .style-3 .testimonials-info { flex-direction: column; } .style-5 .ba-testimonials-img, .style-3 .ba-testimonials-img, .style-2 .ba-testimonials-img { display: flex; justify-content: center; width: 100%; } .style-6 .testimonials-name-wrapper, .style-6 .testimonials-caption-wrapper, .style-6 .ba-testimonials-testimonial, .style-5 .testimonials-name-wrapper, .style-5 .testimonials-caption-wrapper, .style-5 .ba-testimonials-testimonial, .style-3 .testimonials-name-wrapper, .style-3 .testimonials-caption-wrapper, .style-3 .ba-testimonials-testimonial, .style-2 .testimonials-name-wrapper, .style-2 .testimonials-caption-wrapper, .style-2 .ba-testimonials-testimonial { text-align: center; } /* style-3 */ .style-3 .testimonials-info:before { left: 50% !important; } /* style-4 */ .style-4 .testimonials-info { order: 4; } .style-4 .testimonials-icon-wrapper { display: none; } .style-1 .slideshow-content >li, .style-4 .slideshow-content >li, .style-6 .slideshow-content >li { box-sizing: border-box; } /* style-6 */ .ba-testimonials.style-5 .testimonials-info >.testimonials-icon-wrapper, .ba-testimonials:not(.style-5) .testimonials-wrapper>.testimonials-icon-wrapper, .style-6 .ba-testimonials-img, .style-6 .ba-slideset-dots > div:before{ display: none; } .style-6 .testimonials-info { margin-bottom: 20px; } .style-5 .testimonials-testimonial-wrapper { margin: 20px 0; } .style-6 .ba-slideset-dots, .style-3 .testimonials-title-wrapper, .style-2 .testimonials-title-wrapper { margin-top: 20px; } .style-4 .testimonials-testimonial-wrapper { margin: 20px 0 0; } /* Testimonials Animation */ .ba-item-testimonials .slideshow-content li:not(.active):not(.testimonials-out-animation) { opacity: 0; position: absolute; visibility: hidden; } .ba-testimonials:not(.slideset-loaded) { opacity: 0; } .ba-item-testimonials .slideshow-content { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } @keyframes testimonials-in { 0% { opacity: 0; transform: scale(0.2);} 100% {opacity: 1; transform: scale(1);} } .ba-item-testimonials .slideshow-content li.active { animation: testimonials-in .3s linear both; } @keyframes testimonials-out { 0% {opacity: 1; transform: scale(1);} 100% {opacity: 0; transform: scale(0.2);} } .ba-item-testimonials .slideshow-content li.testimonials-out-animation { animation: testimonials-out .3s linear both; } /* Testimonials Animation Fade*/ @keyframes testimonials-fade-in { 0% { opacity: 0;} 100% {opacity: 1;} } .ba-item-testimonials .ba-testimonials[data-count="1"] .slideshow-content li.active { animation: testimonials-fade-in .3s linear both; } @keyframes testimonials-fade-out { 0% {opacity: 1;} 100% {opacity: 0;} } .ba-item-testimonials .ba-testimonials[data-count="1"] .slideshow-content li.testimonials-out-animation { animation: testimonials-fade-out .3s linear both; } /* /* Plugin Headline */ .ba-item-headline .headline-wrapper > * > span { display: inline-block; white-space: nowrap; } /* /* Plugin Flipbox */ .ba-item-flipbox > .ba-flipbox-wrapper > .column-wrapper > .ba-grid-column-wrapper { height: 100% } .ba-item-flipbox .ba-flipbox-wrapper { perspective: 1000px; transform: translateZ(0); } .ba-item-flipbox .ba-flipbox-frontside *, .ba-item-flipbox .ba-flipbox-backside *{ animation-fill-mode: initial !important; backface-visibility: visible !important; -webkit-backface-visibility: visible !important; } .ba-item-flipbox .ba-flipbox-frontside, .ba-item-flipbox .ba-flipbox-backside { display: block; box-sizing: border-box; backface-visibility: hidden; -webkit-backface-visibility: hidden; height: inherit; transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86); } .ba-item-flipbox .ba-flipbox-backside { left: 0; position: absolute; top: 0; z-index: -1; } .ba-item-flipbox .ba-flipbox-frontside > .ba-grid-column-wrapper > .ba-grid-column, .ba-item-flipbox .ba-flipbox-backside > .ba-grid-column-wrapper > .ba-grid-column { overflow: hidden; } /* /* Plugin Simple Gallery */ .ba-image-item-caption, .ba-image-item-caption .ba-caption-overlay, .ba-simple-gallery-image, .ba-simple-gallery-caption .ba-caption-overlay, .ba-simple-gallery-caption { bottom: 0; display: flex; flex-direction: column; justify-content: center; left: 0; padding: 20px; position: absolute; right: 0; top: 0; } .ba-image-item-caption { pointer-events: none; } .ba-image-item-caption .ba-caption-overlay, .ba-simple-gallery-image { padding: 0; } .ba-item-overlay-section .ba-image-wrapper, .ba-item-image .ba-image-wrapper, .ba-item-simple-gallery .ba-instagram-image { overflow: hidden; transform: translate3d(0, 0, 0); } .ba-item-flipbox .ba-item-overlay-section .ba-image-wrapper, .ba-item-flipbox .ba-item-image .ba-image-wrapper, .ba-item-flipbox .ba-item-simple-gallery .ba-instagram-image { position: relative; transform: none; } .ba-image-item-caption *:not(.ba-caption-overlay), .ba-simple-gallery-caption *:not(.ba-caption-overlay){ z-index: 1; } .ba-instagram-image .ba-simple-gallery-image { background: inherit; transition-duration: inherit; } .ba-item-simple-gallery .ba-instagram-image > * { transition-delay: 0s !important; } .ba-item-field-simple-gallery .ba-instagram-image { transition: opacity 0.3s linear; } .ba-item-field-simple-gallery .ba-instagram-image:hover { opacity: .85; } .ba-instagram-image > i { font-size: 24px; position: absolute; right: 10px; top: 10px; } /* /* Plugin Sticky Header */ .ba-sticky-header { transform: translateY(-100vh); position: fixed; top: 0; } .ba-sticky-header.visible-sticky-header { display: block; left: 0; max-width: 100%; right: 0; transform: none; z-index: 45; } /* /* Plugin One Page Menu */ /* Side Bar One Page Menu */ .side-navigation-menu { position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 99999; } .lightbox-open .side-navigation-menu { right: 47px; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .side-navigation-menu { top: calc(50% - 5em); transform: none !important; } .side-navigation-menu li a:after, .side-navigation-menu li a:before { right: 15px !important; } body.com_gridbox.gridbox .side-navigation-menu li a:after, body.com_gridbox.gridbox .side-navigation-menu li a:before { right: 70px !important; } } .side-navigation-menu .main-menu .nav.menu > li { display: block; overflow: hidden; } .side-navigation-menu li a:before { content: '\f26c'; } .side-navigation-menu li a:after { content: '\f26d'; opacity: 0; transition: opacity .3s linear; } .side-navigation-menu li.active a:after, .side-navigation-menu li a:hover:after { opacity: 1; } .side-navigation-menu li a:after, .side-navigation-menu li a:before { color: inherit; font-family: 'Material-Design-Iconic-Font'; font-size: inherit; font-weight: bold; line-height: inherit; position: fixed; right: -7px; } .side-navigation-menu li a { text-align: right !important; padding-right: 60px !important; position: relative; } .side-navigation-menu li:not(.active) a { left: calc(100% + 30px); transition: all .3s ; } .side-navigation-menu li.active a , .side-navigation-menu li:hover a { left: 35px; } .ba-row.row-with-sidebar-menu { z-index: 10 !important; } /* /* Plugin Overlay Section */ .ba-item-overlay-section .ba-image-wrapper + .ba-button-wrapper { display: none; } .ba-item-overlay-section .ba-image-wrapper { cursor: pointer; } .ba-overlay-section-backdrop { padding: 0 !important; } .ba-overlay-section .animated { animation-fill-mode: both; } .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 17px) !important; } .ba-overlay-section-backdrop .ba-section { flex-direction: column; } /* Overlay Section Button */ .ba-overlay-section-backdrop.visible-section .ba-overlay-section { transform: none !important; } .ba-overlay-section-backdrop .ba-overlay-section { transition: transform .3s ease-in-out; } /* Overlay Section Lightbox */ .ba-overlay-section-backdrop.lightbox .ba-overlay-section { align-items: center; display: flex; justify-content: center; } .ba-overlay-section-backdrop:not(.horizontal-bottom):not(.horizontal-top) .ba-section { height: auto !important; margin-left: auto; margin-right: auto; } /* Overlay Section Vertical Right */ .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: 100vh !important; } .ba-overlay-section-backdrop.vertical-right { justify-content: flex-end; } .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section { transform: translateX(100%); } /* Overlay Section Vertical Left */ .ba-overlay-section-backdrop.vertical-left { justify-content: flex-start; } .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section { transform: translateX(-100%); } /* Overlay Section Horizontal Top */ .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { margin: 0; } .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { transform: translateY(-100%); } .ba-overlay-section-backdrop.horizontal-top { align-items: flex-start; } .ba-overlay-section-backdrop.horizontal-top .ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-container { max-width: none; } .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section > .ba-section, .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section > .ba-section { width: 100% !important; } /* Overlay Section Horizontal Bottom */ .ba-overlay-section-backdrop.horizontal-bottom { align-items: flex-end; justify-content: start; } .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { transform: translateY(100%); } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { margin-right: calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; } } @-moz-document url-prefix() { .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { margin-right: calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; } } /* /* Plugin Progress Pie */ .ba-item-progress-pie canvas { left: 50%; max-width: 100%; position: absolute; top: 0; transform: translateX(-50%); z-index: 0; } .ba-item-progress-pie .ba-progress-pie { align-items: center; display: flex; justify-content: center; margin: 0 auto; max-width: 100%; } .ba-comment-message-wrapper:after, .ba-comment-message-wrapper:before, .ba-progress-pie:before, .ba-progress-pie:after { content: ""; display: table; line-height: 0; } .ba-comment-message-wrapper:after, .ba-progress-pie:after { clear: both; } .ba-item-progress-pie .progress-pie-number { z-index: 1; } .ba-item-progress-pie .ba-progress-pie:before { content: ""; padding-top: 100%; float: left; } /* /* Plugin Cookies */ .ba-cookies.notification-bar-top, .ba-cookies.notification-bar-bottom { position: fixed; width: 100%!important; } .ba-cookies.notification-bar-top { top: 0; } .ba-cookies.notification-bar-bottom { bottom: 0; } .ba-cookies.notification-bar-top .ba-section, .ba-cookies.notification-bar-bottom .ba-section { width: 100% !important; } /* /* Plugin Progress-bar */ .ba-animated-bar { overflow: hidden; } .ba-animated-bar { align-items: center; border-radius: inherit; box-sizing: border-box; display: flex; height: 100%; justify-content: space-between; line-height: 0; padding: 0 20px; vertical-align: middle; } .progress-bar-title { white-space: nowrap; } .progress-bar-number { flex-grow: 1; text-align: right; } /* /* Plugin Lightbox */ .ba-lightbox-backdrop { opacity: 0; position: absolute; visibility: hidden; transition: all .3s ease-in-out; z-index: 1070; } .ba-overlay-section-backdrop, .ba-lightbox-backdrop.lightbox-center { align-items: center; bottom: 0; box-sizing: border-box; display: flex; justify-content: center; left: 0; min-height: 100vh; opacity: 0; overflow: hidden; overflow-x: hidden; position: fixed; padding: 25px; right: 0; top: 0; transition: opacity .3s ease-in-out, visibility .1s .3s, left .1s .3s; visibility: hidden; z-index: 9999; } .ba-overlay-section-backdrop { align-items: baseline; } .lightbox-open .ba-lightbox-backdrop.visible-lightbox, .lightbox-open .ba-overlay-section-backdrop.visible-section { font-size: initial; letter-spacing: initial; line-height: initial; overflow: scroll; overflow-x: hidden; } .ba-lightbox-backdrop.lightbox-center .ba-section { margin: 0 auto } .ba-wrapper.ba-lightbox.ba-container.sortabale-parent-node:before { bottom: 0; content: ""; cursor: move; left: 0; overflow: auto; position: absolute; right: 0; top: 0; z-index: 30; } .ba-overlay-section-backdrop.visible-section, .ba-lightbox-backdrop.visible-lightbox { font-size: initial; letter-spacing: initial; line-height: initial; opacity: 1; transition: opacity .3s ease-in-out; visibility: visible; } .ba-overlay-section-backdrop.lightbox:not(.visible-section) { left: 100% !important; pointer-events: none!important; } .ba-overlay-section, .ba-lightbox { margin: auto 0; } .ba-lightbox { visibility: hidden; } .visible-lightbox.ba-lightbox { visibility: visible; } .ba-lightbox { width: 100%; } .ba-lightbox.ba-container { width: auto !important; } .ba-lightbox .ba-section { max-width: 100%!important; } .visible-lightbox .ba-lightbox { display: block; visibility: visible; } .close-overlay-section, .close-lightbox { height: 0; left: 15px; position: absolute; right: 15px; top: 0; z-index: 100; } .close-overlay-section i, .close-lightbox i { color: inherit; cursor: pointer; font-size: 24px; margin-top: 15px; } .ba-overlay-section-backdrop > .ba-overlay-section-close, .ba-lightbox-backdrop > .ba-lightbox-close { bottom: 0; left: 0; position: fixed; right: 0; top: 0; } .ba-lightbox-backdrop:not(.visible-lightbox) .ba-lightbox, .ba-lightbox-backdrop:not(.visible-lightbox) .ba-cookies, .ba-overlay-section-backdrop.lightbox { left: 100% ; } .ba-overlay-section-backdrop.lightbox.visible-section { left: 0; } /* Lightbox Position */ .lightbox-bottom-left > .ba-lightbox-close, .lightbox-bottom-right > .ba-lightbox-close, .lightbox-top-left > .ba-lightbox-close, .lightbox-top-right > .ba-lightbox-close { display: none !important; } .lightbox-top-left .ba-lightbox, .lightbox-top-right .ba-lightbox, .lightbox-bottom-left .ba-lightbox, .lightbox-bottom-right .ba-lightbox { position: fixed; z-index: 1070; } .lightbox-top-left .ba-lightbox, .lightbox-top-right .ba-lightbox { margin: 0; top: 50px; } .lightbox-bottom-left .ba-lightbox, .lightbox-bottom-right .ba-lightbox { bottom: 50px; margin: auto 0 0 0; } .lightbox-top-left .ba-lightbox, .lightbox-bottom-left .ba-lightbox { left: 50px; } .lightbox-bottom-right .ba-lightbox, .lightbox-top-right .ba-lightbox { right: 50px; } .lightbox-bottom-right .ba-lightbox .ba-section, .lightbox-top-right .ba-lightbox .ba-section { float: right; } /* /* Plugin Social Icons */ .ba-item-social-icons .ba-icon-wrapper a { display: inline-block; vertical-align: middle; margin-bottom: 5px; } .ba-item-social-icons .ba-icon-wrapper a:not(:last-child){ margin-right: 5px; } .ba-item-social-icons .ba-icon-wrapper i { text-align: center; } /* /* Plugin Social Sharing */ .ba-item-social { text-align: center; } .ba-social-classic > div:hover { background: #fafafa; } .ba-social > div { align-items: center; border-radius: 3px; cursor: pointer; display: inline-flex; justify-content: flex-start; margin: 5px 10px 5px 10px; overflow: hidden; white-space: nowrap; } .ba-social .social-button { color: #fff; display: inline-block; font-style: initial; font-weight: bold; text-align: left; text-transform: initial; } .ba-social-sidebar .social-button { border: 1px solid transparent; padding-left: 0; } .ba-social.ba-social-sm div { line-height: 22px; } .ba-social.ba-social-sm .social-counter { width: 22px; } .ba-social.ba-social-sm { font-size: 12px; } .ba-social.ba-social-md div { line-height: 34px; } .ba-social.ba-social-md .social-counter { width: 34px; } .ba-social.ba-social-md { font-size: 15px; } .ba-social.ba-social-lg div { line-height: 44px; } .ba-social.ba-social-lg .social-counter { width: 44px; } .ba-social.ba-social-lg { font-size: 18px; } .ba-social.ba-social-sm .social-button { min-width: 150px; } .ba-social.ba-social-md .social-button { min-width: 200px; } .ba-social.ba-social-lg .social-button { min-width: 250px; } .ba-social.ba-social-md .social-button, .ba-social.ba-social-lg .social-button { font-size: 14px; } .ba-social-sidebar .ba-social .social-button { border: none; } .ba-social .social-button i { color: #fff; text-align: center; vertical-align: middle; width: 1em; } .ba-social.ba-social-sm .social-button i { font-size: 16px; padding: 15px; } .ba-social.ba-social-md .social-button i { font-size: 18px; padding: 15px; } .ba-social.ba-social-lg .social-button i { font-size: 21px; padding: 20px; } .social-counter { border-radius: 50%; color: #fff; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 12px; font-style: initial; font-weight: bold; margin-right: 15px; position: relative; text-transform: initial; } .ba-social.ba-social-sm .social-counter { font-size: 10px; } /* Flat */ .ba-social-flat > div { border: none; } .ba-social-flat.ba-social .social-counter, .ba-social-flat.ba-social .social-button i { background: rgba(0, 0, 0, 0.25); } .ba-social-classic .social-button i, .ba-social-flat.ba-social .social-button i { margin-right: 20px; } .ba-social-classic .vk .social-button i, .ba-social-circle .vk .social-button, .ba-social-flat.ba-social .vk { background: #5b7aa8; } .ba-social-classic .facebook .social-button i, .ba-social-circle .facebook .social-button, .ba-social-flat.ba-social .facebook { background: #3b5998; } .ba-social-classic .twitter .social-button i, .ba-social-circle .twitter .social-button, .ba-social-flat.ba-social .twitter { background: #00aced; } .ba-social-classic .linkedin .social-button i, .ba-social-circle .linkedin .social-button, .ba-social-flat.ba-social .linkedin { background: #0077B5; } .ba-social-classic .pinterest .social-button i, .ba-social-circle .pinterest .social-button, .ba-social-flat.ba-social .pinterest { background: #cb2027; } .ba-item-social:not(.ba-social-sidebar) .ba-social-classic div:hover .social-button i:before, .ba-item-social:not(.ba-social-sidebar) .ba-social-flat.ba-social div:hover .social-button i:before { animation: social-button-to-right 0.3s forwards; display: block; } @keyframes social-button-to-right { 49% {transform: translate(100%);} 50% {opacity: 0;transform: translate(-100%);} 51% {opacity: 1;} } .ba-social-circle div:hover .social-button i:before { animation: social-button-to-bottom 0.3s forwards; display: block; } @keyframes social-button-to-bottom { 49% {transform: translateY(100%);} 50% {opacity: 0;transform: translateY(-100%);} 51% {opacity: 1;} } /* Classic */ .ba-social-classic > div { background: var(--bg-secondary); } .ba-social-classic .social-button { color: #000; } .ba-social-classic .social-counter { background: rgba(0, 0, 0, 0.05); color: #000; } /* Social Circle */ .ba-social-circle.ba-social > div { display: inline-block; line-height: normal; position: relative; vertical-align: top; } .ba-social-circle .social-button { color: transparent; display: block; overflow: hidden; padding: 0; width: 0; } .ba-social-circle .social-button i { border-radius: 50%; position: absolute; vertical-align: middle; } .ba-social-circle .social-counter { background-color: transparent; color: #333; margin: 0; } .ba-social-circle.ba-social .social-button { align-items: center; border-radius: 50%; box-sizing: border-box; display: flex; justify-content: center; margin: 0 auto; } .ba-social-sidebar .ba-social-circle.ba-social .social-button { border-width: 0; margin: 3px 0; padding: 5px 10px; } .ba-social-sidebar .ba-social-circle { margin-top: 1px; } .ba-social-circle.ba-social .social-button i { margin: 0; font-size: 16px !important; } .ba-social-circle.ba-social.ba-social-sm .social-button { min-width: 55px; height: 55px; } .ba-social-circle.ba-social.ba-social-md .social-button { min-width: 65px; height: 65px; } .ba-social-circle.ba-social.ba-social-lg .social-button { min-width: 75px; height: 75px; } .ba-social-circle.ba-social.ba-social-sm .social-counter, .ba-social-circle.ba-social.ba-social-md .social-counter, .ba-social-circle.ba-social.ba-social-lg .social-counter { line-height: 36px; font-size: 14px; font-weight: bold; } .ba-social-sidebar .ba-social-circle.ba-social .social-counter { padding: 0; } .ba-social-circle .social-counter:before, .ba-social-circle .social-counter:after { display: none; } .ba-social-sidebar .ba-social.ba-social-circle > div { max-width: none; min-width: auto; } .ba-social-sidebar .ba-social.ba-social-circle .social-counter { bottom: 10px; color: #fff; font-size: 10px; left: 50%; line-height: normal !important; position: absolute; transform: translateX(-50%); } /* Social Sidebar */ .ba-social-sidebar { left: 100% !important; position: fixed !important; top: 50% !important; min-height: 50px; transition: opacity .3s linear; z-index: 30; } .ba-opened-menu .ba-social-sidebar { z-index: 5; } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-flat"] { transform: translateY(calc((-74px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-flat"] { transform: translateY(calc((-62px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-flat"] { transform: translateY(calc((-59px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-classic"] { transform: translateY(calc((-71px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-classic"] { transform: translateY(calc((-58px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-classic"] { transform: translateY(calc((-56px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-circle"] { transform: translateY(calc((-92px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-circle"] { transform: translateY(calc((-82px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-circle"] { transform: translateY(calc((-72px/2) * var(--social-count))) translateX(-100%); } .lightbox-open .ba-social-sidebar { left: calc(100% - 17px) !important; transition: opacity 0s linear; opacity: 0; } .ba-social-sidebar .ba-social-lg > div, .ba-social-sidebar .ba-social-md > div, .ba-social-sidebar .ba-social-sm > div { max-width: 100px; } .ba-social-sidebar .ba-social-classic { align-items: flex-end; display: flex; flex-direction: column; } .ba-social-sidebar .ba-social-classic > div { border-radius: 0; } .ba-social-sidebar .ba-social-classic .social-button { backface-visibility: hidden; border-width: 0; } .ba-social-sidebar .ba-social-lg:hover > div , .ba-social-sidebar .ba-social-md:hover > div , .ba-social-sidebar .ba-social-sm:hover > div { backface-visibility: hidden; max-width: 350px; } .ba-social-sidebar .ba-social-lg, .ba-social-sidebar .ba-social-md, .ba-social-sidebar .ba-social-sm { overflow: hidden; text-align: right !important; } .ba-social-sidebar .ba-social.ba-social-lg:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-62px); } .ba-social-sidebar .ba-social.ba-social-md:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-49px); } .ba-social-sidebar .ba-social.ba-social-sm:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-47px); } .ba-social-sidebar .ba-social.ba-social-sm:not(.ba-social-circle) > div:hover, .ba-social-sidebar .ba-social.ba-social-md:not(.ba-social-circle) > div:hover, .ba-social-sidebar .ba-social.ba-social-lg:not(.ba-social-circle) > div:hover { transform: translateX(1px); } .ba-social-sidebar .ba-social > div { display: inline-block; margin: 0; text-align: center; transition: transform .3s linear; } .ba-social-sidebar .ba-social .social-counter { text-align: center; } /* /* Plugin Accordion */ .ba-item-accordion .accordion { margin: 0; } .accordion-body .accordion-inner, .accordion-body { overflow: hidden; border: none; } .accordion-body.in[style="height: auto;"] .accordion-inner, .accordion-body.in[style="height: auto;"] { overflow: visible; } .accordion-body:not(.in) .accordion-inner >.tabs-content-wrapper, .accordion-body:not(.in) .accordion-inner { height: inherit; } .ba-item-accordion .collapse { transition: height .5s ease; } .ba-item-accordion .accordion-group { border-radius: 0; border: 1px solid; border-bottom-width: 0; margin: 0; } .ba-item-accordion .accordion-group:last-child { border-bottom-width: 1px; } .accordion-heading > a.accordion-toggle { display: block; padding: 20px 35px 20px 20px; position: relative; } .accordion-toggle > span { align-items: center; display: inline-flex; } .accordion-heading > a > span + i { font-size: 18px !important; letter-spacing: normal; line-height: 18px !important; margin: 0; position: absolute; right: 15px; top: calc(50% - 9px); } .accordion-toggle > span + i:before { display: block; transition: all .3s ease-in-out; } .accordion-toggle.active > span + i:before { transform: rotate(90deg); } .accordion-body .accordion-inner .ba-section { opacity: 0; transition: .3s ease-in-out; } .accordion-body.in .accordion-inner .ba-section { opacity: 1; transition: .3s .2s ease-in-out; } /* /* Plugin Tabs */ .ba-item-tabs { position: relative; } .ba-tabs-wrapper .nav-tabs { border: none; display: flex; flex-flow: row wrap; justify-content: center; margin: 0; overflow: hidden; padding: 0; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .ba-tabs-wrapper.tabs-top .nav-tabs { display: block !important; } } .ba-tabs-wrapper .nav-tabs li { display: flex; flex-grow: 1; margin: 0; } .ba-tabs-wrapper.tabs-top .nav-tabs li { display: inline-block; flex: 1; } .ba-tabs-wrapper .nav-tabs li a { border: 1px solid; box-sizing: border-box; border-radius: 0; display: flex; flex-direction: column; height: 100%; justify-content: center; margin: 0; padding: 20px; position: relative; } .ba-tabs-wrapper .nav-tabs li a, .ba-tabs-wrapper .nav-tabs li a:focus, .ba-tabs-wrapper .nav-tabs li a:hover { background-color: transparent; } .ba-tabs-wrapper.icon-position-top li a > span { display: inline-flex; } .accordion-heading > a i, .ba-tabs-wrapper .nav-tabs li a i { color: inherit; line-height: 1em; margin: 0 10px; text-align: inherit; vertical-align: middle; } .ba-tabs-wrapper .nav-tabs li a:before { content: ""; position: absolute; } .ba-tabs-wrapper.tabs-top li a:before { height: 0; left: 0; right: 0; bottom: -1px; transition: height .3s; } .ba-tabs-wrapper.tabs-top li.active a:before { height: 4px; } .ba-tabs-wrapper.tabs-top li a:focus, .ba-tabs-wrapper.tabs-top li a:hover, .ba-tabs-wrapper.tabs-top li a { border-width: 0; border-bottom-width: 1px; } .ba-tabs-wrapper.tabs-top li a > span { align-items: center; } .ba-tabs-wrapper li a > span > span { direction: ltr; word-break: break-word; } .ba-item-tabs .ba-tabs-wrapper .tab-content { box-sizing: border-box; } /* Tabs Left Position */ .ba-tabs-wrapper.tabs-left, .ba-tabs-wrapper.tabs-right { display: flex; height: auto; width: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs, .ba-tabs-wrapper.tabs-left .nav-tabs { flex-direction: column; width: 25%; } .ba-tabs-wrapper.tabs-right .nav-tabs li, .ba-tabs-wrapper.tabs-left .nav-tabs li { flex-direction: column; } .ba-tabs-wrapper.tabs-right .nav-tabs li a, .ba-tabs-wrapper.tabs-left .nav-tabs li a { align-items: center; display: flex; flex-grow: 1; } .ba-tabs-wrapper .tab-pane .ba-row-wrapper { width: 100%; } .ba-tabs-wrapper.tabs-left li:last-child.active a, .ba-tabs-wrapper.tabs-left li:last-child.active a:hover, .ba-tabs-wrapper.tabs-left li:last-child.active a:focus, .ba-tabs-wrapper.tabs-right li:last-child.active a, .ba-tabs-wrapper.tabs-right li:last-child.active a:hover, .ba-tabs-wrapper.tabs-right li:last-child.active a:focus, .ba-tabs-wrapper.tabs-right li a, .ba-tabs-wrapper.tabs-right li a:hover, .ba-tabs-wrapper.tabs-right li a:focus, .ba-tabs-wrapper.tabs-left li a:hover, .ba-tabs-wrapper.tabs-left li a:focus, .ba-tabs-wrapper.tabs-left li a { border-width: 0; border-right-width: 1px; } .ba-tabs-wrapper.tabs-right li a:before, .ba-tabs-wrapper.tabs-left li a:before { bottom: 0; right: -1px; top: 0; transition: width .3s; width: 0; } .ba-tabs-wrapper.tabs-left li.active a:before, .ba-tabs-wrapper.tabs-right li.active a:before { width: 4px; } .ba-tabs-wrapper.tabs-right.icon-position-left li a > span, .ba-tabs-wrapper.tabs-left.icon-position-left li a > span { display: inline-block; direction: rtl; } /* Tabs Right Position */ .ba-tabs-wrapper.tabs-right { flex-direction: row-reverse; } .ba-tabs-wrapper.tabs-right li a:focus, .ba-tabs-wrapper.tabs-right li a:hover, .ba-tabs-wrapper.tabs-right li a { border-left-width: 1px; border-right-width: 0px !important; } .ba-tabs-wrapper.tabs-right li a:before { right: auto; left: -1px; } /* /* Tabs Icon Position */ /* Tabs Icon Top Position */ .icon-position-top .nav-tabs i { display: block; order: 1; margin: 10px 0; } /* Tabs Icon left Position */ .ba-tabs-wrapper.icon-position-left li a span.tabs-title { display: inline-block; direction: ltr; } /* Tabs Fade Animation */ .ba-item-tabs .tab-content .tab-pane.active { animation: tabs-fade .7s ease-in-out; } @keyframes tabs-fade { 0%{opacity: 0;} 100%{opacity: 1;} } /* Tab Animation */ .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .active.left, .active.right, .out-left, .out-right { display: inline-block !important; box-sizing: border-box; overflow: auto; position: absolute; width: 480px; } @keyframes active-tab-left { from { transform: translateX(-100%);} } .active.left { animation: active-tab-left .5s cubic-bezier(.55,.085,.68,.53); } @keyframes active-tab-right { from { transform: translateX(100%);} } .active.right { animation: active-tab-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-right { to { transform: translateX(100%);} } .out-right { animation: out-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-left { to { transform: translateX(-100%);} } .out-left { animation: out-left .5s cubic-bezier(.55,.085,.68,.53) both; } /* /* Plugin Video */ .ba-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .ba-video-wrapper video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; } .ba-video-wrapper iframe { border-radius: inherit; bottom: -1px; height: calc(100% + 3px); left: -1px; overflow: hidden; position: absolute; top: -1px; width: calc(100% + 3px); } .video-lazy-load-thumbnail { align-items: center; background-size: cover; bottom: 0; cursor: pointer; display: flex; justify-content: center; left: 0; position: absolute; right: 0; top: 0; } .video-lazy-load-thumbnail i { background: #fff; box-shadow: 0 5px 12px rgba(0,0,0,0.23); border-radius: 100%; color: var(--primary); font-size: 82px; line-height: 68px; opacity: 1; transition: opacity .3s; } .video-lazy-load-thumbnail:hover i { opacity: .8; } /* /* Plugin Carousel */ ul.ba-slideset { margin: 0; overflow: hidden; padding: 0; } .ba-item:not(.ba-item-slideshow):not(.ba-item-feature-box) .empty-content:not(.slideshow-button):not(.ba-feature-button) { display: none; } .ba-item-recent-posts-slider .ba-slideset.carousel-type:not(.slideset-loaded) .slideshow-content > li:not(.active), .ba-item-carousel .ba-slideset:not(.slideset-loaded) .slideshow-content > li:not(.active), .ba-item-slideset .ba-slideset:not(.slideset-loaded) .slideshow-content > li:not(.active) { display: none; } .ba-item-recent-posts-slider .ba-slideset.carousel-type .slideshow-content > li, .ba-item-carousel .slideshow-content > li, .ba-item-slideset .slideshow-content > li { display: inline-block; line-height: 0; position: absolute; text-decoration: none; } .slideshow-content .slideset-out-animation { transition: left 0.5s linear; } .ba-slideset .slideshow-content { overflow: hidden; position: relative; } .ba-slideset .slideshow-content li { opacity: 1 !important; transition: left .5s linear; visibility: hidden; } .ba-item-recent-posts-slider .slideshow-type.ba-slideset .slideshow-content li { visibility: visible; } .ba-item-recent-posts-slider .ba-slideset.carousel-type .slideshow-content > li.active, .ba-item-carousel .slideset-out-animation, .ba-item-carousel .slideshow-content li.active, .ba-slideset .slideset-out-animation, .ba-slideset .slideshow-content li.active { visibility: visible; } .ba-slideset:not(.caption-over) li.active { z-index: 1; } .ba-item-recent-posts-slider ul.carousel-type .slideshow-content:not([style*="transition: none"]) li.item { will-change: transform; } .ba-item-slideset .ba-slideset, .ba-item-carousel .ba-slideset { cursor: grab !important; } /* Image */ .ba-slideshow-img { background-position: 50% 50%; background-repeat: no-repeat; } .lightbox-enabled .ba-slideshow-img { cursor: zoom-in; } .ba-item-slideshow .ba-overlay, .ba-item-slideshow .lightbox-enabled .ba-slideshow-caption, .caption-over .lightbox-enabled .ba-slideshow-caption { pointer-events: none; } /* Caption */ .slideset-inner { position: relative; } .ba-slideshow-caption { background-repeat: no-repeat; display: flex; flex-direction: column; flex-grow: 1; justify-content: center; } .ba-item-recent-posts-slider .ba-slideset:not(.slideshow-type) .ba-slideshow-caption { animation: none; } .ba-item-carousel .ba-slideset:not(.caption-over) li .ba-slideshow-caption , .ba-item-recent-posts-slider .ba-slideset:not(.caption-over):not(.slideshow-type) .ba-slideshow-caption { height: var(--carousel-caption-height); justify-content: flex-start; } .ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > *, .ba-item-carousel .ba-slideshow-caption > *, .ba-item-slideset .ba-slideshow-caption > * { padding: 0 30px; } .slideshow-button { line-height: 0; font-size: 0; } .com_gridbox .slideshow-button a { line-height: initial; } /* Caption Over */ .ba-item-recent-posts-slider .caption-over .ba-slideshow-caption, .ba-item-slideset .caption-over .ba-slideshow-caption, .ba-item-carousel .caption-over .ba-slideshow-caption { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; } /* Caption hover */ .ba-item-recent-posts-slider .caption-hover .ba-slideshow-caption, .ba-item-slideset .caption-hover .ba-slideshow-caption, .ba-item-carousel .caption-hover.caption-over .ba-slideshow-caption { opacity: 0; visibility: hidden; transition: all .3s 0s ease-in-out; } .ba-item-recent-posts-slider .caption-over.caption-hover li:hover .ba-slideshow-caption, .ba-item-slideset .ba-slideset:not(.caption-over) li.active .ba-slideshow-caption, .ba-item-slideset .caption-over.caption-hover li:hover .ba-slideshow-caption, .ba-item-carousel .caption-over.caption-hover li:hover .ba-slideshow-caption { opacity: 1; visibility: visible; } .ba-item-slideset .ba-slideset:not(.caption-over) li:not(.active) .ba-btn-transition { transition: none; } .ba-slideset .ba-slideset-dots { position: static; padding-top: 20px; } /* /* Plugin Recent Posts Slider */ .ba-item-recent-posts-slider .ba-blog-post-title a { color: inherit; text-decoration: inherit; } .ba-item-recent-posts-slider .ba-slideshow-img { position: relative; width: 100%; } .ba-item-recent-posts-slider .ba-slideshow-img a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } /* /* Plugin Slideshow */ .ba-item-recent-posts-slider .slideshow-type, ul.ba-slideshow { box-sizing: border-box; height: 100%; list-style: none; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; } .ba-item-slideshow ul.ba-slideshow { overflow: visible; } .ba-item-content-slider ul.ba-slideshow .slideshow-content, .ba-item-slideshow ul.ba-slideshow, .ba-item-content-slider ul.ba-slideshow { min-height: inherit; } .ba-item-field-slideshow ul.ba-slideshow, .ba-item-field-slideshow ul.ba-slideshow .slideshow-content, .ba-item-slideshow ul.ba-slideshow .slideshow-content { min-height: inherit; overflow: hidden; position: relative; } .ba-item-field-slideshow .ba-slideshow-dots.dots-position-outside, .ba-item-slideshow .ba-slideshow-dots.dots-position-outside { margin-top: 20px; overflow: hidden; position: static; } .ba-item-field-slideshow .slideshow-content .item, .ba-item-field-slideshow .slideshow-content, .ba-item-recent-posts-slider .slideshow-type .slideshow-content .item, .ba-item-recent-posts-slider .slideshow-type .slideshow-content, .ba-item-slideshow .slideshow-content .item, .ba-item-slideshow .slideshow-content { height: 100%; width: 100%; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right), .ba-item-recent-posts-slider .slideshow-type .slideshow-content .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right), .ba-item-slideshow .slideshow-content .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right) { display: none; } .ba-item-field-slideshow .ba-slideshow-img, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-img, .ba-item-slideshow .ba-slideshow-img { align-items: center; background-position: 50% 50%; background-repeat: no-repeat; bottom: 0; display: flex; justify-content: center; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 1; } .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-item-content-slider .ba-slideshow-img + .ba-grid-column, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption, .ba-item-slideshow .ba-slideshow-caption { bottom: 0; box-sizing: border-box; display: none; flex-direction: column; justify-content: center; left: 0; width: 100%; max-width: 1170px; margin: 0 auto; overflow: visible; padding: 100px; position: absolute; right: 0; top: 0; z-index: 5; } .ba-item-content-slider .ba-slideshow-img + .ba-grid-column { bottom: auto; max-width: none; min-height: 100%; top: auto; } .ba-item-recent-posts-slider .slideshow-type .active > .ba-slideshow-caption, .ba-item-slideshow .active > .ba-slideshow-caption { display: flex; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper *, .slideshow-button a { display: inline-block; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper * { text-align: inherit; width: 100%; } .ba-slideset-nav, .ba-slideshow-nav { height: 0; position: absolute; top: 50%; width: 100%; z-index: 5; } .ba-slideset-nav a, .ba-slideshow-nav a { position: absolute; text-align: center; transform: translateY(-50%); } .slideset-btn-next, .slideshow-btn-next { margin: 0; right: 20px; } .slideset-btn-prev, .slideshow-btn-prev { left: 20px; } .ba-slideset-dots, .ba-slideshow-dots { bottom: 20px; box-sizing: border-box; color: #fff; display: flex; justify-content: center; padding: 5px; position: absolute; width: 100%; z-index: 9; } .ba-testimonials .ba-slideset-dots { position: static; } .ba-slideshow-dots.disabled-dots { display: none; } .show-hidden-elements .ba-slideset-dots, .show-hidden-elements .ba-slideshow-dots { display: flex; } .ba-slideset-dots > div:not(:first-child), .ba-slideshow-dots > div:not(:first-child) { margin-left: 1em; } .ba-slideset-dots > div, .ba-slideshow-dots > div { cursor: pointer; text-align: center; -webkit-tap-highlight-color: transparent; } .slideshow-type .ba-item-slideshow .ba-overlay { z-index: 4; } .ba-item-recent-posts-slider ul:not(.slideshow-type) + .ba-overlay { display: none; } .ba-item-recent-posts-slider .slideshow-type + .ba-overlay { z-index: 4 } .ba-overlay-slideshow-button { background: transparent !important; bottom: 0; color: transparent !important; left: 0; position: absolute; right: 0; top: 0; } body:not(.gridbox) .slideset-wrapper .empty-list, body:not(.gridbox) .slideshow-wrapper .empty-list { display: none; } .ba-item-content-slider.ba-item .slideshow-wrapper .ba-slideshow:not(.ba-fade-in):not(.ba-ken-burns) li.ba-next > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper .ba-slideshow:not(.ba-fade-in):not(.ba-ken-burns) li.ba-prev > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper li.active > .ba-overlay, .slideshow-wrapper > .ba-overlay { min-height: inherit; z-index: 3 } .ba-item-content-slider.ba-item .slideshow-wrapper li.active > .ba-overlay, .slideshow-wrapper > .ba-overlay { min-height: inherit; z-index: 3 } .ba-item-content-slider.ba-item .slideshow-wrapper li > .ba-overlay { min-height: auto; } .ba-item-content-slider.ba-item .slideshow-wrapper li.active .ba-grid-column > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper .ba-ken-burns li:not(.active) > .ba-overlay { z-index: 0; } /******* Slideshow Thumbnails ********/ .ba-slideshow-dots.thumbnails-dots { display: grid; cursor: grab; grid-auto-flow: column; grid-column-gap: 20px; overflow: hidden; justify-content: normal; padding: 0; } .ba-slideshow-dots.thumbnails-dots.disable-move { cursor: default; } .ba-slideshow-dots.thumbnails-dots.disable-move.center-align:not(.count-matched) { justify-content: center; } .ba-slideshow-dots.thumbnails-dots.disable-move.right-align:not(.count-matched) { justify-content: end; } .ba-slideshow-dots.thumbnails-dots > div { background-position: center; background-size: cover; line-height: 0; margin-left: 0!important; position: relative; will-change: transform; } .move-started > * { pointer-events: none; } .ba-slideshow-dots.thumbnails-dots:not(.dots-position-outside) > div { transform: translateX(20px); } .ba-slideshow-dots.thumbnails-dots.center-align.disable-move:not(.dots-position-outside):not(.count-matched) > div { transform: translateX(0px); } .ba-slideshow-dots.thumbnails-dots.right-align.disable-move:not(.dots-position-outside):not(.count-matched) > div { transform: translateX(-20px); } .ba-slideshow-dots.thumbnails-dots > div.zmdi:before { opacity: 0; } .ba-slideshow-dots.thumbnails-dots > div:after { background: #fff; bottom: 0; content: ""; left: 0; opacity: 0.3; position: absolute; right: 0; top: 0; transition: .3s; z-index: 1; } .ba-slideshow-dots.thumbnails-dots > div.active:after, .ba-slideshow-dots.thumbnails-dots > div:hover:after { opacity: 0; } .empty-content ~ .ba-slideshow-dots.thumbnails-dots { display: none; } /* /* Plugin Weather */ .ba-weather .weather-info, .ba-weather .weather { margin-bottom: 1em; } .ba-weather .weather .city, .ba-weather .weather .date, .ba-weather .weather .condition { display: block; } .ba-weather span.date { margin-bottom: 20px; } .ba-weather .weather-info .humidity, .ba-weather .weather-info .pressure, .ba-weather .weather-info .sunrise-wrapper > span { display: inline-block ; margin-right: 10px; } .ba-weather div.forecast span.night-temp, .ba-weather div.forecast span.day-temp { display: inline-block !important; } .ba-weather div.forecast span.night-temp, .ba-weather div.forecast span.day-temp { box-sizing: border-box; text-align: right !important; } .ba-weather div.forecast span.night-temp { text-align: left !important; opacity: .5; } /* /* Plugin Map */ .gm-style-mtc + .gm-style-mtc div, .gm-style-mtc div { left: initial !important; right: initial !important; top: initial !important; } .ba-map-wrapper { min-height: 10px; } .gm-style-cc { display: none; } /* /* Plugin Disqus */ .ba-item.ba-item-map, .ba-item.ba-item-disqus { width: 100% ; } /* /* Plugin Instagram */ .instagram-modal-open { box-sizing: border-box; } .instagram-wrapper { display: inline-flex; flex-wrap: wrap; justify-content: center; width: 100%; } .instagram-modal-close { position: absolute; top: 0; bottom: 0; right: 0; left: 0; cursor: zoom-out; z-index: -1; } .ba-instagram-image { background-position: center; background-size: cover; box-sizing: border-box; display: inline-block; overflow: hidden; position: relative; } .ba-instagram-image img { max-height: 100%; opacity: 0; } .simple-gallery-masonry-layout .ba-instagram-image img { max-height: initial; } .ba-instagram-image a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-instagram-lightbox-gallery .ba-instagram-image { cursor: zoom-in; } .ba-instagram-lightbox-gallery .ba-instagram-image a, .ba-instagram-image +.empty-list { display: none; } .instagram-modal > div { background-position: center; background-size: cover; height: 100%; opacity: 1; width: 100%; } @keyframes search-result { from {opacity: 0;} to {opacity: 1;} } .ba-instagram-modal i, .instagram-modal i { animation: search-result .3s linear; color: #fff; cursor: pointer; font-size: 24px; left: 0; padding: 40px; position: fixed; text-align: center; transition: all .3s linear; width: 24px; } .ba-instagram-modal-wrapper .instagram-modal-image-wrapper > i { padding: 10px; position: absolute; top: calc(50% - 30px) !important; } .instagram-video-wrapper { position: relative; transition: transform .3s linear; width: 100%; } .instagram-carousel-dots { bottom: 20px; display: flex; height: 10px; justify-content: center; position: absolute; width: 100%; z-index: 110; } .instagram-carousel-dots > div { background: #fff; border-radius: 50%; cursor: pointer; display: inline-block; height: 10px; margin-right: 10px; width: 10px; } .instagram-carousel-dots > div:last-child{ margin-right: 0; } @media (hover: hover) { .instagram-carousel-dots > div:not(.active), .ba-instagram-modal i:hover, .instagram-modal i:hover { opacity: .5; } } .ba-image-modal.ba-comments-image-modal i.zmdi-close, .ba-instagram-modal i + i, .instagram-modal i + i { left: auto; right: 0; } .ba-instagram-modal i:not(.zmdi-close), .instagram-modal i:not(.zmdi-close) { align-items: center; display: flex; font-size: 36px; justify-content: center; top: calc(50% - 116px / 2); z-index: 100; } .ba-instagram-modal i.zmdi-close, .instagram-modal i.zmdi-close { top: -10px; z-index: 1; } .ba-instagram-modal i.zmdi-close { left: auto; right: 0; top: 0; } .ba-instagram-caption { align-items: center; background: rgba(0, 0, 0, .5); bottom: 0; display: flex; justify-content: center; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .3s linear; } .instagram-icons-wrapper span { margin: 0 10px; } .instagram-icons-wrapper span i { cursor: inherit !important; text-align: center; width: 24px; } .ba-instagram-image i, .ba-instagram-caption span, .ba-instagram-caption i { color: #fff!important; } .ba-instagram-image:hover .ba-instagram-caption { opacity: 1; } .ba-instagram-modal-wrapper { bottom: 0; font-size: initial; left: 0; letter-spacing: initial; line-height: initial; overflow-y: scroll; padding-top: 54px; position: fixed; right: 0; top: 0; z-index: 1080; } .ba-instagram-modal-wrapper .ba-instagram-modal[style*="width"] { animation: image-modal .3s .15s ease-in-out both; } .ba-instagram-modal-wrapper .ba-instagram-modal { background: #fff; margin: 0 auto; opacity: 0; overflow: visible !important; } .instagram-user-info img { border-radius: 50%; height: 40px; width: 40px; } .instagram-modal-image-wrapper { background: #fff; display: flex; flex-direction: column; flex-wrap: wrap; height: inherit; max-width: 100%; overflow: hidden; position: relative; width: inherit; } .instagram-modal-image-wrapper img { height: 100%; margin: 0 auto; max-width: calc(100% + 350px); min-height: 100%; transition: transform .3s linear; } .ba-instagram-modal.instagram-carousel-media .instagram-modal-image-wrapper img { cursor: move; } .instagram-move-started .instagram-video-wrapper, .instagram-move-started.instagram-modal-image-wrapper img { transition: none !important; } .instagram-modal-description-wrapper { background: #fff; box-sizing: border-box; display: flex; text-align: left; flex-direction: column; margin-right: -350px; margin-bottom: 25px; padding-top: 25px; max-width: 100%; } .instagram-modal-description-wrapper > div { padding: 0 25px; } .instagram-image-description-wrapper { flex-grow: 1; overflow-y: auto; } .instagram-image-description { margin-bottom: 10px; } .instagram-image-description:empty { margin-bottom: 0; } .instagram-image-description-wrapper , .instagram-user-info { border-bottom: 1px solid #efefef; padding-bottom: 20px !important; } .instagram-comment a, .instagram-image-icons-wrapper span, .instagram-comment, .instagram-image-description, .instagram-comment a:hover, .instagram-comment a, .instagram-user-info a { color: #1a1a1a; font-size: 13px; font-weight: 400; line-height: 1.8em; } .instagram-comment-autor a, .instagram-comment-autor a:hover, .instagram-user-info a:not(:first-child) { font-weight: bold; margin-right: 5px; margin-left: 10px; } .instagram-user-info { margin-bottom: 20px; } .instagram-image-icons-wrapper, .instagram-image-description { white-space: pre-line; } .instagram-comment:not(:first-child) { margin-top: 5px; } .instagram-comment a:hover, .instagram-comment a { margin-left: 0; } .instagram-comment span:not(.instagram-comment-autor) a:hover, .instagram-comment span:not(.instagram-comment-autor) a, .instagram-image-description a:hover, .instagram-image-description a { color: #003569; } .instagram-image-icons-wrapper { margin: 0; padding: 12px 25px !important; pointer-events: none; } .instagram-icons-wrapper span, .instagram-image-icons-wrapper span { display: inline-block; font-size: 13px; line-height: 2; font-weight: 400; margin-right: 10px; transition: none!important; } .instagram-image-icons-wrapper span:last-child { float: right; } .instagram-icons-wrapper span i, .instagram-image-icons-wrapper i { animation: none; color: #757575; display: inline-block!important; font-size: 16px !important; padding: 0; position: static; transition: none!important; } @keyframes instagram-out { to {opacity: 0;} } .instagram-image-out { animation: instagram-out .3s both ease-in-out !important; opacity: 1; } .ba-instagram-modal-wrapper { animation: image-modal .3s ease-in-out both; } .ba-instagram-modal .instagram-modal-image-wrapper:before { background: #fff; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 100%; top: 0; transition: opacity .3s linear, right .3s .3s linear; } .ba-instagram-modal.animate-instagram-image .instagram-modal-image-wrapper:before { transition: none; opacity: 1; right: 0; } .pause-instagram-video, .instagram-image-description, .instagram-image-icons-wrapper, .instagram-comments-wrapper { opacity: 1; transition: opacity .3s linear; } .animate-instagram-image .pause-instagram-video, .animate-instagram-image .instagram-image-description, .animate-instagram-image .instagram-image-icons-wrapper, .animate-instagram-image .instagram-comments-wrapper { transition: none; opacity: 0; } .instagram-comment span a { display: inline-block; } /* Instagram Video */ .pause-instagram-video { align-items: center; bottom: 0; cursor: pointer; display: flex; justify-content: center; left: 0; position: absolute; right: 0; top: 0; } .ba-instagram-modal .pause-instagram-video i:hover, .ba-instagram-modal .pause-instagram-video i { animation: none; bottom: 0; box-sizing: border-box !important; font-size: 96px; left: 0 !important; opacity: .8; position: absolute; top: 0; width: 100%; } .pause-instagram-video i:before { text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15) } .instagram-modal-image-wrapper video { width: 100%; } /* /* Plugin Button */ .ba-button-wrapper a { text-decoration: none; } .ba-post-navigation-info a, .intro-post-wrapper .intro-post-info > span a, .ba-item-icon-list .ba-icon-list-wrapper ul li a *, .ba-post-author-title a, .ba-item-one-page-menu a, .ba-item-categories a, .ba-item-main-menu a, .ba-item-tabs .nav-tabs a, .ba-blog-post-info-wrapper > span a, .intro-post-wrapper > span a, .ba-blog-post-title a, .ba-item-overlay-section .ba-button-wrapper .ba-btn-transition, .ba-btn-transition { cursor: pointer; transition: color .3s ease-in-out, background .3s ease-in-out; } .ba-button-wrapper a { display: inline-flex; align-items: center; } .ba-button-wrapper a.ba-btn-transition[onclick="return false;"] { cursor: default; } .ba-item-scroll-to .ba-btn-transition span + i, .ba-item-overlay-section .ba-btn-transition span + i, .ba-item-button .ba-btn-transition span + i { color: inherit; line-height: 1em; text-align: center; width: 1em; } .empty-textnode + i, .ba-item-overlay-section .empty-textnode + i, .ba-btn-transition .empty-textnode + i { margin: 0 !important; } /* /* Plugin Icons */ .ba-item-icon a { display: inline-block !important; } .ba-item-icon .ba-icon-wrapper i { text-align: center; cursor: default !important; line-height: 1em; } .ba-item-icon .ba-icon-wrapper a i { cursor: pointer !important; } /* /* Plugin Logo */ .ba-item-logo a { text-align: inherit; } /* /* Plugin Counter */ .ba-item-counter .counter-number { display: inline-block; text-align: center; } /* /* Plugin Smooth Scrolling */ .ba-scroll-to i{ text-align: center; } .ba-scroll-to i { line-height: 1em; } /* /* Plugin Scroll To Top */ .ba-item-scroll-to-top { bottom: 65px; position: fixed; visibility: hidden; z-index: 39; } .visible-scroll-to-top { visibility: visible; } .ba-scroll-to-top { opacity: 0; margin-bottom: -50px; transition: opacity .3s linear, visibility .3s linear, margin-bottom .3s linear; } .visible-scroll-to-top .ba-scroll-to-top { opacity: 1 !important; margin-bottom: 0; } .ba-item-scroll-to-top .ba-scroll-to-top > i { cursor: pointer; line-height: 1em; text-align: center; } /* Scroll To Top Position Right */ .scroll-btn-right { right: 25px; } .lightbox-open .scroll-btn-right { right: 40px; } .scroll-btn-right .ba-edit-item.full-menu { transform: translate(-75%, -50%); } /* Scroll To Top Position Left */ .scroll-btn-left { left: 25px; } .scroll-btn-left .ba-edit-item.full-menu { transform: translate(-25%, -50%); } /* /* Plugin Countdown */ .ba-item-countdown { text-align: center; } .ba-countdown > span { display: inline-block; margin: 10px; padding: 10px 20px; text-align: center; } .ba-countdown .countdown-time { display: block; min-width: 1.3em; } /* /* Plugin Rating */ .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; } .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 .zmdi-star { cursor: pointer; max-width: calc(1em/1.21); min-width: calc(1em/1.21); position: relative; } .ba-selected-filter-value i:not(:last-child) { margin-right: 5px; } .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; } .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 .zmdi-star:after { content: '\f27d'; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 1; } .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; } /* /* Plugin Image */ .ba-item-overlay-section, .ba-item-image { line-height: 0 !important; } .ba-logo-wrapper, .ba-logo-wrapper > a, .ba-image-wrapper > a, .ba-image-wrapper { line-height: 0; display: block; } .ba-image-wrapper { box-sizing: border-box; max-width: 100%; } .ba-image-wrapper img.ba-lightbox-item-image { cursor: zoom-in; } .ba-image-modal.instagram-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 instagram-modal-in { from { background-color: transparent; } } .ba-image-modal.instagram-modal { animation: instagram-modal-in .5s linear both; bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translate3d(0, 0, 0); } .ba-image-modal.instagram-modal i { z-index: 99999; } body > .ba-image-modal:not(.instagram-modal) { height: 0 !important; } @keyframes image-radius { to {border-radius:0;} } .ba-image-modal.instagram-modal > div, .ba-image-modal img { animation: image-radius .5s ease-in-out both; width: 100%; } @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(.instagram-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 instagram-modal-out { to { background-color: transparent; } } .ba-image-modal.instagram-modal.image-lightbox-out { animation: instagram-modal-out .5s ease-in-out both; } .ba-item-image-field .ba-image-wrapper, .ba-item-overlay-section .ba-image-wrapper, .ba-item-image .ba-image-wrapper { display: inline-block; position: relative; } .ba-item-image-field .ba-image-wrapper img, .ba-item-overlay-section .ba-image-wrapper img, .ba-item-image .ba-image-wrapper img { border-radius: inherit; width: 100%; } .ba-item-image .ba-image-wrapper > a { transition-duration: inherit; } /* Carousel */ .carousel-modal.image-lightbox-out .instagram-fade-animation { animation: instagram-out .3s both ease-in-out !important; opacity: 1; } /* /* Edit Page Button */ .edit-page-btn { align-items: center; background: #f64231; box-shadow: 0 5px 12px rgba(0,0,0,0.23); color: #fff; border-radius: 60px; bottom: 45px; display: flex; height: 60px; left: calc(100vw - 120px); position: fixed; justify-content: center; width: 60px; z-index: 1500; } .lightbox-open .edit-page-btn { right: 60px; } .edit-page-btn i { font-size: 24px; } .edit-page-btn:hover i { color: #fff; transform: rotate(360deg); } .com_gridbox .edit-page, .edit-page-btn i { transition: all .3s linear; } .com_gridbox .edit-page { -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #2c2c2c; border-radius: 6px; bottom: 70px; color: #fff; display: block; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: normal; line-height: 24px; opacity: 0; padding: 15px; pointer-events: none; position: fixed; text-align: center; visibility: hidden; width: 100px; z-index: 1100; } .ba-submit-comment .ba-tooltip { font-size: 14px ; font-weight: 500; line-height: 24px; } .com_gridbox.lightbox-open .edit-page-btn .edit-page { right: 25px; } .com_gridbox .edit-page:before { border: 5px solid transparent; border-top: 5px solid rgba(34,34,34,0.95); bottom: -10px; content: ""; height: 0; left: 50% !important; margin-left: -5px; position: absolute; } .com_gridbox .edit-page-btn:hover .edit-page { bottom: 115px; opacity: 1; visibility: visible; } /* ======================================================================== Tooltip ========================================================================== */ * > .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; } } *:hover > .ba-tooltip:not(.ba-help) { animation: tooltip .3s ease-in-out both!important; display: flex!important; text-transform: initial; width: auto; } .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; left: 50% !important; margin-left: -5px; position: absolute; top: auto; } .ba-comment-share-dialog .ba-comments-modal-body:before { left: 97px !important; } /* fix for gallery tooltip */ body .ba-edit-gallery-btn { overflow: visible; } body > .ba-tooltip.ba-top:not(.ba-help) { display: none!important } .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label .ba-tooltip { white-space: normal; } /* ======================================================================== 404 Page ========================================================================== */ .error { align-items: center; display: flex; flex-direction: column; height: 100vh; justify-content: center; margin:-100px 0 !important; } .error h1 { color: #161616; font: normal bold 125px/90px 'Poppins'; letter-spacing: -4px; margin: 0 0 25px 0; text-align: center; text-decoration: none; text-transform: none; } .error p { color: #95a2b5; font: normal 300 26px/36px 'Roboto Condensed'; letter-spacing: -0.5px; text-align: center; text-decoration: none; text-transform: none; margin: 0; } .error a.btn { background-color: #51d151; border-radius: 50px; border: 0px solid #d7d7d7; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); color: #fff; font: normal 500 12px/25px 'Poppins'; letter-spacing: 0px; margin-top: 25px; padding: 10px 30px; text-align: center; text-decoration: none; text-transform: none; transition: all .3s cubic-bezier(0.4,0,0.2,1); } .error a.btn:hover { background: #161616; } .error .search input { margin: 25px 0; } .error .search input:focus, .error .search input { border-bottom-color: #e3e3e3 !important; border: 1px solid #fff !important; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font-size: 18px ; font-weight: 400; height: 45px; line-height: 45px; margin: 25px 0; padding: 4px 6px; } .error .search + .focus-underline { background: #1da6f4; height: 2px; position: absolute; top: calc(50vh + 52px); transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 250px; } .error .search:hover + .focus-underline { transform: scaleX(1); } /* ======================================================================== Default Joomla icons ========================================================================== */ @font-face { font-family: 'IcoMoon'; src: url(../../../../templates/gridbox/css/../../../media/jui/fonts/IcoMoon.woff) format('woff'), url(../../../../templates/gridbox/css/../../../media/jui/fonts/IcoMoon.ttf) format('truetype'); font-weight: normal; font-style: normal; } body:not(.com_gridbox) [class^="icon-"]:not(.ba-settings-group), body:not(.com_gridbox) [class*=" icon-"]:not(.ba-settings-group) { display: inline-block; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: 'IcoMoon'; font-style: normal; font-weight: normal; } .icon-joomla:before { content: "\e200"; } .icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before { content: "\e005"; } .icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before { content: "\e006"; } .icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before { content: "\e007"; } .icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before { content: "\e008"; } .icon-arrow-first:before { content: "\e003"; } .icon-arrow-last:before { content: "\e004"; } .icon-arrow-up-2:before { content: "\e009"; } .icon-arrow-right-2:before { content: "\e00a"; } .icon-arrow-down-2:before { content: "\e00b"; } .icon-arrow-left-2:before { content: "\e00c"; } .icon-arrow-up-3:before { content: "\e00f"; } .icon-arrow-right-3:before { content: "\e010"; } .icon-arrow-down-3:before { content: "\e011"; } .icon-arrow-left-3:before { content: "\e012"; } .icon-menu-2:before { content: "\e00e"; } .icon-arrow-up-4:before { content: "\e201"; } .icon-arrow-right-4:before { content: "\e202"; } .icon-arrow-down-4:before { content: "\e203"; } .icon-arrow-left-4:before { content: "\e204"; } .icon-share:before, .icon-redo:before { content: "\27"; } .icon-undo:before { content: "\28"; } .icon-forward-2:before { content: "\e205"; } .icon-backward-2:before, .icon-reply:before { content: "\e206"; } .icon-unblock:before, .icon-refresh:before, .icon-redo-2:before { content: "\6c"; } .icon-undo-2:before { content: "\e207"; } .icon-move:before { content: "\7a"; } .icon-expand:before { content: "\66"; } .icon-contract:before { content: "\67"; } .icon-expand-2:before { content: "\68"; } .icon-contract-2:before { content: "\69"; } .icon-play:before { content: "\e208"; } .icon-pause:before { content: "\e209"; } .icon-stop:before { content: "\e210"; } .icon-previous:before, .icon-backward:before { content: "\7c"; } .icon-next:before, .icon-forward:before { content: "\7b"; } .icon-first:before { content: "\7d"; } .icon-last:before { content: "\e000"; } .icon-play-circle:before { content: "\e00d"; } .icon-pause-circle:before { content: "\e211"; } .icon-stop-circle:before { content: "\e212"; } .icon-backward-circle:before { content: "\e213"; } .icon-forward-circle:before { content: "\e214"; } .icon-loop:before { content: "\e001"; } .icon-shuffle:before { content: "\e002"; } .icon-search:before { content: "\53"; } .icon-zoom-in:before { content: "\64"; } .icon-zoom-out:before { content: "\65"; } .icon-apply:before, .icon-edit:before, .icon-pencil:before { content: "\2b"; } .icon-pencil-2:before { content: "\2c"; } .icon-brush:before { content: "\3b"; } .icon-save-new:before, .icon-plus-2:before { content: "\5d"; } .icon-minus-sign:before, .icon-minus-2:before { content: "\5e"; } .icon-delete:before, .icon-remove:before, .icon-cancel-2:before { content: "\49"; } .icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before { content: "\47"; } .icon-new:before, .icon-plus:before { content: "\2a"; } .icon-plus-circle:before { content: "\e215"; } .icon-minus:before, .icon-not-ok:before { content: "\4b"; } .icon-ban-circle:before, .icon-minus-circle:before { content: "\e216"; } .icon-unpublish:before, .icon-cancel:before { content: "\4a"; } .icon-cancel-circle:before { content: "\e217"; } .icon-checkmark-2:before { content: "\e218"; } .icon-checkmark-circle:before { content: "\e219"; } .icon-info:before { content: "\e220"; } .icon-info-2:before, .icon-info-circle:before { content: "\e221"; } .icon-question:before, .icon-question-sign:before, .icon-help:before { content: "\45"; } .icon-question-2:before, .icon-question-circle:before { content: "\e222"; } .icon-notification:before { content: "\e223"; } .icon-notification-2:before, .icon-notification-circle:before { content: "\e224"; } .icon-pending:before, .icon-warning:before { content: "\48"; } .icon-warning-2:before, .icon-warning-circle:before { content: "\e225"; } .icon-checkbox-unchecked:before { content: "\3d"; } .icon-checkin:before, .icon-checkbox:before, .icon-checkbox-checked:before { content: "\3e"; } .icon-checkbox-partial:before { content: "\3f"; } .icon-square:before { content: "\e226"; } .icon-radio-unchecked:before { content: "\e227"; } .icon-radio-checked:before, .icon-generic:before { content: "\e228"; } .icon-circle:before { content: "\e229"; } .icon-signup:before { content: "\e230"; } .icon-grid:before, .icon-grid-view:before { content: "\58"; } .icon-grid-2:before, .icon-grid-view-2:before { content: "\59"; } .icon-menu:before { content: "\5a"; } .icon-list:before, .icon-list-view:before { content: "\31"; } .icon-list-2:before { content: "\e231"; } .icon-menu-3:before { content: "\e232"; } .icon-folder-open:before, .icon-folder:before { content: "\2d"; } .icon-folder-close:before, .icon-folder-2:before { content: "\2e"; } .icon-folder-plus:before { content: "\e234"; } .icon-folder-minus:before { content: "\e235"; } .icon-folder-3:before { content: "\e236"; } .icon-folder-plus-2:before { content: "\e237"; } .icon-folder-remove:before { content: "\e238"; } .icon-file:before { content: "\e016"; } .icon-file-2:before { content: "\e239"; } .icon-file-add:before, .icon-file-plus:before { content: "\29"; } .icon-file-minus:before { content: "\e017"; } .icon-file-check:before { content: "\e240"; } .icon-file-remove:before { content: "\e241"; } .icon-save-copy:before, .icon-copy:before { content: "\e018"; } .icon-stack:before { content: "\e242"; } .icon-tree:before { content: "\e243"; } .icon-tree-2:before { content: "\e244"; } .icon-paragraph-left:before { content: "\e246"; } .icon-paragraph-center:before { content: "\e247"; } .icon-paragraph-right:before { content: "\e248"; } .icon-paragraph-justify:before { content: "\e249"; } .icon-screen:before { content: "\e01c"; } .icon-tablet:before { content: "\e01d"; } .icon-mobile:before { content: "\e01e"; } .icon-box-add:before { content: "\51"; } .icon-box-remove:before { content: "\52"; } .icon-download:before { content: "\e021"; } .icon-upload:before { content: "\e022"; } .icon-home:before { content: "\21"; } .icon-home-2:before { content: "\e250"; } .icon-out-2:before, .icon-new-tab:before { content: "\e024"; } .icon-out-3:before, .icon-new-tab-2:before { content: "\e251"; } .icon-link:before { content: "\e252"; } .icon-picture:before, .icon-image:before { content: "\2f"; } .icon-pictures:before, .icon-images:before { content: "\30"; } .icon-palette:before, .icon-color-palette:before { content: "\e014"; } .icon-camera:before { content: "\55"; } .icon-camera-2:before, .icon-video:before { content: "\e015"; } .icon-play-2:before, .icon-video-2:before, .icon-youtube:before { content: "\56"; } .icon-music:before { content: "\57"; } .icon-user:before { content: "\22"; } .icon-users:before { content: "\e01f"; } .icon-vcard:before { content: "\6d"; } .icon-address:before { content: "\70"; } .icon-share-alt:before, .icon-out:before { content: "\26"; } .icon-enter:before { content: "\e257"; } .icon-exit:before { content: "\e258"; } .icon-comment:before, .icon-comments:before { content: "\24"; } .icon-comments-2:before { content: "\25"; } .icon-quote:before, .icon-quotes-left:before { content: "\60"; } .icon-quote-2:before, .icon-quotes-right:before { content: "\61"; } .icon-quote-3:before, .icon-bubble-quote:before { content: "\e259"; } .icon-phone:before { content: "\e260"; } .icon-phone-2:before { content: "\e261"; } .icon-envelope:before, .icon-mail:before { content: "\4d"; } .icon-envelope-opened:before, .icon-mail-2:before { content: "\4e"; } .icon-unarchive:before, .icon-drawer:before { content: "\4f"; } .icon-archive:before, .icon-drawer-2:before { content: "\50"; } .icon-briefcase:before { content: "\e020"; } .icon-tag:before { content: "\e262"; } .icon-tag-2:before { content: "\e263"; } .icon-tags:before { content: "\e264"; } .icon-tags-2:before { content: "\e265"; } .icon-options:not(.ba-settings-group):before, .icon-cog:before { content: "\38"; } .icon-cogs:before { content: "\37"; } .icon-screwdriver:before, .icon-tools:before { content: "\36"; } .icon-wrench:before { content: "\3a"; } .icon-equalizer:before { content: "\39"; } .icon-dashboard:before { content: "\78"; } .icon-switch:before { content: "\e266"; } .icon-filter:before { content: "\54"; } .icon-purge:before, .icon-trash:before { content: "\4c"; } .icon-checkedout:before, .icon-lock:before, .icon-locked:before { content: "\23"; } .icon-unlock:before { content: "\e267"; } .icon-key:before { content: "\5f"; } .icon-support:before { content: "\46"; } .icon-database:before { content: "\62"; } .icon-scissors:before { content: "\e268"; } .icon-health:before { content: "\6a"; } .icon-wand:before { content: "\6b"; } .icon-eye-open:before, .icon-eye:before { content: "\3c"; } .icon-eye-close:before, .icon-eye-blocked:before, .icon-eye-2:before { content: "\e269"; } .icon-clock:before { content: "\6e"; } .icon-compass:before { content: "\6f"; } .icon-broadcast:before, .icon-connection:before, .icon-wifi:before { content: "\e01b"; } .icon-book:before { content: "\e271"; } .icon-lightning:before, .icon-flash:before { content: "\79"; } .icon-print:before, .icon-printer:before { content: "\e013"; } .icon-feed:before { content: "\71"; } .icon-calendar:before { content: "\43"; } .icon-calendar-2:before { content: "\44"; } .icon-calendar-3:before { content: "\e273"; } .icon-pie:before { content: "\77"; } .icon-bars:before { content: "\76"; } .icon-chart:before { content: "\75"; } .icon-power-cord:before { content: "\32"; } .icon-cube:before { content: "\33"; } .icon-puzzle:before { content: "\34"; } .icon-attachment:before, .icon-paperclip:before, .icon-flag-2:before { content: "\72"; } .icon-lamp:before { content: "\74"; } .icon-pin:before, .icon-pushpin:before { content: "\73"; } .icon-location:before { content: "\63"; } .icon-shield:before { content: "\e274"; } .icon-flag:before { content: "\35"; } .icon-flag-3:before { content: "\e275"; } .icon-bookmark:before { content: "\e023"; } .icon-bookmark-2:before { content: "\e276"; } .icon-heart:before { content: "\e277"; } .icon-heart-2:before { content: "\e278"; } .icon-thumbs-up:before { content: "\5b"; } .icon-thumbs-down:before { content: "\5c"; } .icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before { content: "\40"; } .icon-star-2:before { content: "\41"; } .icon-featured:before, .icon-default:before, .icon-star:before { content: "\42"; } .icon-smiley:before, .icon-smiley-happy:before { content: "\e279"; } .icon-smiley-2:before, .icon-smiley-happy-2:before { content: "\e280"; } .icon-smiley-sad:before { content: "\e281"; } .icon-smiley-sad-2:before { content: "\e282"; } .icon-smiley-neutral:before { content: "\e283"; } .icon-smiley-neutral-2:before { content: "\e284"; } .icon-cart:before { content: "\e019"; } .icon-basket:before { content: "\e01a"; } .icon-credit:before { content: "\e286"; } .icon-credit-2:before { content: "\e287"; } .icon-expired:before { content: "\4b"; } /* ======================================================================== Plugins Gallery ========================================================================== */ .album-in-lightbox-open .ba-row, .album-in-lightbox-open .ba-row:hover { z-index: auto !important; } /* ======================================================================== Outline Icon ========================================================================== */ @font-face { font-family: "ba-outline"; src: url(../../../../templates/gridbox/css/../library/icons/outline/flaticon.woff) format("woff"), url(../../../../templates/gridbox/css/../library/icons/outline/flaticon.ttf) format("truetype"); font-weight: normal; font-style: normal; } [class^="flaticon-"], [class*=" flaticon-"], [class^="flaticon-"], [class*=" flaticon-"] { -webkit-font-smoothing: antialiased; display: inline-block; font-family: "ba-outline"; font-style: normal; font-weight: normal; text-rendering: auto; } .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"; } /* ======================================================================== Page Blocks ========================================================================== */ .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; } /* ======================================================================== Blog ========================================================================== */ .intro-post-wrapper .intro-post-image { background-position: 50%; background-repeat: no-repeat; background-size: cover; position: relative; } .intro-post-wrapper .intro-post-title { display: inline-block; max-width: 100%; text-align: inherit; } .fullscreen-post.intro-post-wrapper { display: flex; box-sizing: border-box; flex-direction: column; justify-content: center; overflow: hidden; position: relative; } .fullscreen-post .intro-post-image-wrapper { left: 0; position: absolute; right: 0; top: 0; z-index: 0; } .intro-post-wrapper .intro-category-author-social-wrapper, .intro-post-wrapper .intro-post-title-wrapper, .intro-post-wrapper .intro-post-info { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; margin-left: auto; margin-right: auto; max-width: 100%; padding: 0 25px; } .intro-post-wrapper:not(.fullscreen-post) .intro-category-author-social-wrapper, .intro-post-wrapper:not(.fullscreen-post) .intro-post-title-wrapper, .intro-post-wrapper:not(.fullscreen-post) .intro-post-info { padding: 0; } .intro-category-author-social-wrapper, .fullscreen-post .intro-post-title-wrapper, .fullscreen-post .intro-post-info { box-sizing: border-box; z-index: 2; } .intro-post-wrapper .intro-post-info > span { display: inline-block; } .intro-post-wrapper .intro-post-info > span:last-child { margin-right: 0; } .intro-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-reviews a.ba-blog-post-rating-count { margin-left: 10px; transition: .3s; } .intro-post-wrapper .intro-post-info > span, .ba-blog-post-info-wrapper > span { align-items: center; position: relative; } .ba-blog-post-info-wrapper > span { flex-wrap: nowrap; white-space: nowrap; } .intro-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-info-wrapper > span a:hover, .intro-post-wrapper .intro-post-info > span a:hover, .ba-blog-post-info-wrapper > span a, .intro-post-wrapper .intro-post-info > span a { color: inherit; } .intro-category-description { display: inline-block; } .ba-blog-post-info-wrapper .ba-author-avatar, .intro-post-wrapper .ba-author-avatar { margin: 5px 10px 5px 0; } .ba-item-category-intro .intro-post-title-wrapper .ba-author-avatar { height: 75px; margin: 0 25px 0 0; width: 75px; } .intro-post-image-wrapper { position: relative; } .intro-post-image-wrapper .ba-overlay { z-index: 1; } .ba-blog-post-info-wrapper, .ba-blog-post-info-wrapper > span, .ba-blog-post-info-wrapper .zmdi, .intro-post-wrapper .intro-post-info > span { cursor: default !important; } .ba-item-post-intro .intro-post-info, .ba-blog-post-info-wrapper { align-items: center; display: flex; flex-wrap: wrap; } .lightbox-open .row-with-intro-items { position: static; } /* /* Blog Layout */ .ba-blog-posts-header { display: block; overflow: hidden; } .ba-blog-posts-header h1:first-letter { text-transform: capitalize; } .ba-blog-posts-header > div { margin: 25px 0 !important; overflow: hidden; position: relative; } .ba-blog-post-button-wrapper a { display: inline-block; } .ba-blog-post-image { backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; position: relative; } .ba-blog-posts-wrapper .ba-blog-post-image img { opacity: 0; width: 100%; } .ba-blog-posts-wrapper .ba-blog-post-image a { background-attachment: scroll; background-position: center center; background-repeat: no-repeat; background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-item-author .ba-grid-layout .ba-post-author-content, .ba-item-search-result .ba-grid-layout .ba-blog-post-content, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-content, .ba-item-related-posts .ba-grid-layout .ba-blog-post-content, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-content, .ba-item-search-result .ba-cover-layout .ba-blog-post-content, .ba-item-related-posts .ba-cover-layout .ba-blog-post-content, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-content, .ba-cover-layout .ba-blog-post-content, .ba-blog-post-content { padding: 0 20px; box-sizing: border-box; } .ba-slideshow-caption > a, .ba-cover-layout .ba-blog-post-content > a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-slideshow-caption > div > *:not(.ba-overlay-slideshow-button), .ba-cover-layout .ba-blog-post-content > div > *:not(.ba-overlay-slideshow-button) { position: relative; } .ba-post-author-title a, .ba-blog-post-title a { display: inline-block; } .ba-post-author-description p, .ba-post-author-description, .ba-post-author-title a, .ba-blog-post-title a { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-align: inherit; text-decoration: inherit; text-transform: inherit; } .ba-post-author-description p, .ba-post-author-description, .ba-post-author-title a, .ba-item:not(.ba-item-recent-comments):not(.ba-item-recent-reviews) .ba-blog-post-title a { color: inherit; } .ba-item-category-intro .intro-post-title-wrapper .ba-author-avatar, .ba-blog-post-info-wrapper .ba-author-avatar, .intro-post-info .ba-author-avatar { background-position: center; background-size: cover; border-radius: 50%; display: inline-block; vertical-align: middle; } .intro-post-info .ba-author-avatar, .ba-blog-post-info-wrapper .ba-author-avatar { height: 30px; width: 30px; } /* Blog Classic Layout*/ .ba-item-author .ba-post-author, .ba-blog-post { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; overflow: hidden; position: relative; z-index: 1; } .ba-item-author .ba-posts-author-wrapper:not(.ba-grid-layout) .ba-post-author:last-child { margin-bottom: 0; } .ba-blog-post { margin-bottom: 0; margin-top: 20px; } .ba-one-column-grid-layout .ba-blog-post:first-child, .ba-classic-layout .ba-blog-post:first-child { margin-top: 0; } .ba-posts-author-wrapper.ba-grid-layout .ba-post-author, .ba-one-column-grid-layout .ba-blog-post, .ba-grid-layout .ba-blog-post { margin-left: 10px; margin-right: 10px; } .ba-item-blog-posts .ba-cover-layout .ba-blog-post-image, .ba-item-search-result .ba-cover-layout .ba-blog-post-image, .ba-item-related-posts .ba-cover-layout .ba-blog-post-image, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-image, .ba-cover-layout .ba-blog-post-image, .ba-classic-layout .ba-blog-post-image { bottom: 0; left: 0; position: absolute; top: 0; width:50%; } /* Blog Grid Layout */ .ba-cover-layout, .ba-one-column-grid-layout, .ba-grid-layout { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } /* Blog Masonry Layout */ .simple-gallery-masonry-layout, .ba-masonry-layout { display: grid !important; grid-row-gap: 20px; grid-column-gap: 20px; grid-auto-rows: 0px; } .ba-item-blog-posts .ba-blog-post-content, .ba-item-search-result .ba-blog-post-content, .ba-item-post-navigation .ba-blog-post-content, .ba-item-related-posts .ba-blog-post-content, .ba-item-recent-posts .ba-blog-post-content { overflow: hidden; } .ba-item-blog-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-search-result .ba-masonry-layout .ba-blog-post-content, .ba-item-post-navigation .ba-masonry-layout .ba-blog-post-content, .ba-item-related-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-recent-posts .ba-masonry-layout .ba-blog-post-content { overflow: visible; flex-grow: 0; } .ba-masonry-layout .ba-blog-post { flex-direction: column; font-size: initial; letter-spacing: initial; line-height: initial; margin: 0 !important; width: 100% !important; } .ba-item-recent-reviews .ba-masonry-layout .ba-blog-post { flex-direction: row; } .simple-gallery-masonry-layout .ba-instagram-image, .ba-masonry-layout .ba-blog-post{ transition: transform .3s, opacity .3s; } .simple-gallery-masonry-layout .ba-instagram-image:not(.ba-masonry-image-loaded) { transition: none !important; } .simple-gallery-masonry-layout .ba-instagram-image:not(.ba-masonry-image-loaded), .ba-masonry-layout .ba-blog-post:not(.ba-masonry-image-loaded) { transform: translateY(50px); opacity: 0; } /* Blog Cover Layout */ .ba-item-search-result .ba-cover-layout .ba-blog-post-image, .ba-item-related-posts .ba-cover-layout .ba-blog-post-image, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-image, .ba-cover-layout .ba-blog-post-image { height: 100% !important; width: 100% !important; z-index: -1; } .ba-item-author .ba-post-author-image .ba-overlay, .ba-item-search-result .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-item-related-posts .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-item-recent-posts .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay { display: none; } .ba-item-search-result .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-item-related-posts .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-cover-layout .ba-blog-post-image .ba-overlay { pointer-events: none; z-index: 1; } /* Blog Pagination */ .ba-item-recent-comments .ba-blog-posts-pagination, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination { text-align: center; margin-top: 50px; width: 100%; } .ba-blog-posts-pagination span { display: inline; } .ba-blog-posts-pagination span a { background: transparent; border: none; display: inline-block; margin-left: 5px; padding: 4px 12px; } .ba-blog-posts-pagination span a i { font-size: 16px; color: inherit; } .ba-blog-posts-pagination span.disabled a *, .ba-blog-posts-pagination span.disabled a { opacity: .5; } .ba-blog-posts-pagination span.disabled a *, .ba-blog-posts-pagination span.disabled a { cursor: not-allowed !important; } /* Author Social Link */ .intro-category-author-social-wrapper a, .ba-post-author-social-wrapper a { font-size: 16px; margin-right: 10px; padding: 10px; } .intro-category-author-social-wrapper a:hover, .ba-post-author-social-wrapper a:hover { opacity: .5; } /* ======================================================================== Blog Plugins ========================================================================== */ /* /* Blog Plugin Tags */ .ba-item-tags .ba-button-wrapper a, .ba-item-post-tags .ba-button-wrapper a { margin: 0 5px 10px; } .ba-item-tags .ba-button-wrapper, .ba-item-post-tags .ba-button-wrapper { margin-left: -5px !important; margin-right: -5px !important; width: calc(100% + 10px) !important; } /* /* Blog Plugin Categories */ .ba-item-categories ul { list-style: none; margin: 0; } .ba-item-categories ul li { line-height: initial; } .ba-item-categories ul ul { margin: 0 25px; } /* /* Blog Plugin Recent Post */ .ba-item-recent-reviews .ba-blog-post-image, .ba-item-recent-comments .ba-blog-post-image, .ba-item-author .ba-post-author-image, .ba-item-blog-posts .ba-blog-post-image, .ba-item-search-result .ba-blog-post-image, .ba-item-post-navigation .ba-blog-post-image, .ba-item-related-posts .ba-blog-post-image, .ba-item-recent-posts .ba-blog-post-image { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; flex-shrink: 0; max-width: 100%; overflow: hidden; position: relative; transform: translate3d(0, 0, 0); } .ba-item-recent-reviews .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post-image a, .ba-item-author .ba-post-author-image a, .ba-item-search-result .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post-image a{ -webkit-backface-visibility: hidden; backface-visibility: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; } .ba-item-recent-reviews .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post-image a, .ba-item-author .ba-post-author-image a, .ba-item-search-result .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post-image a, .ba-item-blog-posts .ba-blog-post .ba-blog-post-image a { transition: transform .3s linear; } .ba-item-recent-reviews .ba-blog-post:hover .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post:hover .ba-blog-post-image a, .ba-item-author .ba-post-author:hover .ba-post-author-image a, .ba-item-search-result .ba-blog-post:hover .ba-blog-post-image a, .ba-item-blog-posts .ba-blog-post:hover .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post:hover .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post:hover .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post:hover .ba-blog-post-image a { transform: scale(1.15); } .ba-item-recent-reviews .ba-blog-post-content, .ba-item-recent-comments .ba-blog-post-content, .ba-item-author .ba-post-author-content, .ba-item-blog-posts .ba-blog-post-content, .ba-item-search-result .ba-blog-post-content, .ba-item-post-navigation .ba-blog-post-content, .ba-item-related-posts .ba-blog-post-content, .ba-item-recent-posts .ba-blog-post-content { flex-grow: 1; margin: 0; padding: 0 20px; width: auto; } .ba-item-recent-reviews .ba-blog-post, .ba-item-recent-comments .ba-blog-post, .ba-item-author .ba-post-author, .ba-item-blog-posts .ba-blog-posts-wrapper:not(.ba-grid-layout):not(.ba-one-column-grid-layout) .ba-blog-post, .ba-item-search-result .ba-blog-post, .ba-item-post-navigation .ba-blog-post, .ba-item-related-posts .ba-blog-post, .ba-item-recent-posts .ba-blog-post { align-items: center; display: flex; overflow: hidden; word-break: break-word; } .ba-item-recent-reviews .ba-blog-post, .ba-item-recent-comments .ba-blog-post { align-items: flex-start; } .ba-item-author .ba-grid-layout .ba-post-author, .ba-item-search-result .ba-grid-layout .ba-blog-post, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post, .ba-item-related-posts .ba-grid-layout .ba-blog-post, .ba-item-recent-posts .ba-grid-layout .ba-blog-post { flex-direction: column; } .ba-item-blog-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-author .ba-masonry-layout .ba-post-author-content, .ba-item-search-result .ba-masonry-layout .ba-blog-post-content, .ba-item-related-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-recent-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-author .ba-grid-layout .ba-post-author-content, .ba-item-search-result .ba-grid-layout .ba-blog-post-content, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-content, .ba-item-related-posts .ba-grid-layout .ba-blog-post-content, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-content { width: 100%; } .ba-item-author .ba-grid-layout .ba-post-author-image, .ba-item-search-result .ba-grid-layout .ba-blog-post-image, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-image, .ba-item-related-posts .ba-grid-layout .ba-blog-post-image, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-image { margin-right: 0; } .ba-item-author .ba-post-author-image a { display: block; height: 100%; } /* /* Blog Plugin Post Navigation */ .ba-item-post-navigation .ba-blog-posts-wrapper > * { display: inline-flex; } .ba-item-post-navigation .ba-blog-posts-wrapper { align-items: center; display: flex; justify-content: flex-start; } .ba-item-post-navigation .ba-blog-posts-wrapper .ba-blog-post:first-child { flex-direction: row; margin: 0 10px 0 0; } .ba-item-post-navigation .ba-blog-post { flex-direction: row-reverse; margin: 0 0 0 10px; width: calc(50% - 10px); } .ba-item-post-navigation .ba-blog-post + .ba-blog-post .ba-blog-post-info-wrapper > span { margin-right: 0px; margin-left: 15px; } .ba-item-post-navigation .ba-blog-post + .ba-blog-post .ba-blog-post-info-wrapper > span.ba-blog-post-views { margin: 0; } /* /* Blog Plugin Search */ .ba-item-search .ba-search-wrapper { align-items: center; box-sizing: border-box; display: inline-flex; width: 100%; } .ba-item-search .ba-search-wrapper:not(.after){ flex-direction: row-reverse; } .ba-item-search .ba-search-wrapper input { background: transparent !important; border: none !important; height: auto; margin: 0; padding: 0; width: 100%; } .ba-item-search .ba-search-wrapper i{ pointer-events: none; margin: 0 10px; } .instagram-modal-open, .lightbox-open { box-sizing: border-box; overflow: hidden; } .instagram-modal-open .ba-sticky-header, .lightbox-open .ba-sticky-header, .ba-not-default-header .header { width: inherit; } .search-started .ba-item-search-result { opacity: 0; } /* ======================================================================== Responsive ========================================================================== */ /* /* Responsive Grid */ .row-fluid:before, .row-fluid:after { content: ""; display: table; line-height: 0; } .row-fluid:after { clear: both; } [class*="span"]{ flex-grow: 1; box-sizing: border-box; display: block; float: left; margin-left: 2.127659574468085%; } .row-fluid { width: 100%; } [class*="span"]:first-child { margin-left: 0; } .header .span12, .span12 { width: 100%; } .header .span11, .span11 { width: 91.48936170212765%; } .header .span10, .span10 { width: 82.97872340425532%; } .header .span9, .span9 { width: 74.46808510638297%; } .header .span8, .span8 { width: 65.95744680851064%; } .header .span7, .span7 { width: 57.44680851063829%; } .header .span6, .span6 { width: 48.93617021276595%; } .header .span5, .span5 { width: 40.42553191489362%; } .header .span4, .span4 { width: 31.914893617021278%; } .header .span3, .span3 { width: 23.404255319148934%; } .header .span2, .span2 { width: 14.893617021276595%; } .header .span1, .span1 { width: 6.382978723404255%; } /* /* No Space Between Columns */ .column-wrapper { position: relative; width: 100%; } /* /* For IOS */ @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } @supports (-webkit-text-size-adjust:none) and (-webkit-marquee-repetition:infinite) and (object-fit:fill) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } @media not all and (min-resolution:.001dpcm) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } /* ======================================================================== Default Joomla ========================================================================== */ .com_gridbox form { margin: 0; } .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, .ba-classic-layout .ba-blog-post:before, .ba-classic-layout .ba-blog-post:after, .modal-footer:before, .modal-footer:after, .row:before, .row:after, .pager:before, .pager:after, .form-horizontal .control-group:before, .form-horizontal .control-group:after, .navbar-inner:before, .navbar-inner:after, .nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after, .thumbnails:before, .thumbnails:after, .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .ba-item-flipbox .ba-flipbox-wrapper:after, .ba-search-result-body:after, .ba-item-blog-posts:after, .ba-classic-layout .ba-blog-post:after, .modal-footer:after, .row:after, .pager:after, .form-horizontal .control-group:after, .navbar-inner:after, .nav-tabs:after, .nav-pills:after, .thumbnails:after, .clearfix:after { clear: both; } h1, h2, h3, h4, h5, h6 { margin: 12px 0; } img { 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, ol { margin: 0 0 9px 25px; padding: 0; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul.unstyled, ol.unstyled, ul.inline, ol.inline { list-style: none; margin-left: 0; } ul.inline > li, ol.inline > li { display: inline-block; } dl { margin-bottom: 18px; } dt, dd { line-height: 18px; } dt { font-weight: bold; } dd { margin-left: 0; } [class*="span"] { min-height: 1px; } select[multiple] { height: auto; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .page-header { margin: 18px 0 27px; padding-bottom: 8px; } .dl-horizontal dt { clear: left; float: left; overflow: hidden; padding: 5px 0; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 160px; } .dl-horizontal dd { margin-left: 180px; padding: 5px 0; } .breadcrumb { margin: 10px 0; } body:not(.com_gridbox) .hidden { display: none; visibility: hidden; } .pull-right { float: right; } .pull-left { float: left; } .visible-phone, .visible-tablet, .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } .center *, .center, .table td.center, .table th.center { text-align: center; } [class^="icon-"]:not(.ba-settings-group):not(.ba-tabs-wrapper):not(.add-on):not(.accordion):not(.modal-backdrop):not(.minicolors-input), [class*=" icon-"]:not(.ba-settings-group):not(.ba-tabs-wrapper):not(.add-on):not(.accordion):not(.modal-backdrop):not(.minicolors-input) { display: inline-block; font-size: 0.8em; height: 14px; line-height: 14px; margin-right: .2em; vertical-align: baseline; width: 14px; } .fade { opacity: 0; transition: opacity .15s linear; } .fade.in { opacity: 1; } .element-invisible { border: 0; height: 1px; margin: 0; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Navigation */ .nav { list-style: none; margin-bottom: 18px; margin-left: 0; } .nav > li > a { display: block; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; } .nav > li > a > img { max-width: none; } .nav > .pull-right { float: right; } .nav-tabs > li, .nav-pills > li, .navbar .nav > li { float: left; } .navbar-inner { background-color: #f5f5f5; border-radius: 4px; border: 1px solid #f3f3f3; min-height: 40px; padding-left: 20px; padding-right: 20px; } .navbar .nav.pull-right { float: right; margin-right: 0; } .navbar .nav { display: block; float: left; left: 0; margin: 0 10px 0 0; position: relative; } .dropdown-menu.pull-right, .pull-right > .dropdown-menu , .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .nav > li > .dropdown-menu:after { border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ''; display: inline-block; left: 10px; position: absolute; top: -6px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; } .navbar .nav > li > .dropdown-menu:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #f3f3f3; content: ''; display: inline-block; left: 9px; position: absolute; top: -7px; } .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; } .nav-tabs > li > a, .nav-pills > li > a { line-height: 14px; margin-right: 2px; padding-left: 10px; padding-right: 10px; } .nav-tabs { border-bottom: 1px solid #f3f3f3; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { border-radius: 4px 4px 0 0; border: 1px solid transparent; line-height: 18px; padding: 10px; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { background-color: #fff; border: 1px solid #f3f3f3; border-bottom-color: transparent; color: #555; cursor: default; } .nav-tabs.nav-stacked > li > a { border-radius: 0; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .thumbnails { list-style: none; margin-left: -20px; } .row-fluid .thumbnails { margin-left: 0; } .thumbnails > li { float: left; margin-bottom: 18px; margin-left: 20px; } .com_media .thumbnails > li a { color: #818fa1; } .com_media { font-size: 14px ; font-weight: 400; line-height: 18px; } .pull-right.item-image { margin: 0 0 20px 20px; } .pull-left.item-image { margin: 0 20px 20px 0; } .label, .badge { background-color: #fafafa; border-radius: 3px; color: #363637; display: inline-block; font-size: 14px; letter-spacing: 0; line-height: 14px; padding: 10px 15px; vertical-align: middle; white-space: nowrap; } .badge { padding: 5px; background-color: #e6e6e6 } .label:empty, .badge:empty { display: none; } .small { font-size: 0.7em; } /* Modal */ div.modal { background-color: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); left: 50%; margin-left: -40%; outline: none; position: fixed; top: 5%; width: 80%; z-index: 1050; } body:not(.com_gridbox) .modal-body { width: 98%; position: relative; max-height: 400px; padding: 1%; } div.modal.fade { transition: opacity .3s linear, top .3s ease-out; top: -25%; } div.modal.fade.in { top: 5%; } .well { border: none; margin-bottom: 20px; min-height: 20px; padding: 19px; } .thumbnails-media .imgFolder span { line-height: 90px !important; font-size: 38px !important; margin: 0; width: auto!important; } .container-popup { padding: 28px 10px 10px 10px; } .modal-header { padding: 10px 20px; } .modal-header h3 { margin: 0; text-align: left; } button.close { -webkit-appearance: none; background: transparent; border: 0; cursor: pointer; } .modal-footer { border-top: 1px solid #f3f3f3; margin-bottom: 0; padding: 15px; text-align: right; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } /* Modal Backdrop */ body:not(.com_gridbox) .modal-backdrop { background-color: #000; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1040; } .modal-backdrop.fade { opacity: 0; } body:not(.com_gridbox) .modal-backdrop.in, body:not(.com_gridbox) .modal-backdrop.fade.in { opacity: 0.8; } /* Datepicker */ .datepicker-dropdown.datepicker-orient-top:before { border-top-color: #f3f3f3; } .datepicker-dropdown.dropdown-menu { min-width: 250px; } /* Radio / Checkbox */ .radio, .checkbox { min-height: 18px; padding-left: 20px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { margin-left: -20px; } #modlgn-remember { margin: 0 5px; vertical-align: bottom; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; margin-bottom: 0; padding-top: 5px; vertical-align: middle; width: auto; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; } .radio.btn-group input[type=radio] { display: none; } .radio.btn-group > label:first-of-type { border-bottom-left-radius: 4px; border-top-left-radius: 4px; margin-left: 0; } fieldset.radio.btn-group { padding-left: 0; } select, .btn-group input, .filters.btn-toolbar input, .form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append { display: inline-block; font-size: inherit; margin-bottom: 0; vertical-align: middle; } .form-inline label { display: inline-block; } .dropdown-menu .form-inline input { width: auto; } /* Control Group */ .control-group { margin-bottom: 9px; } legend + .control-group { margin-top: 18px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 18px; } .form-horizontal .controls { margin-left: 180px; } .logout .form-horizontal .controls { margin-left: 0; } .controls > .nav { margin-bottom: 20px; } .control-group .control-label { float: left; line-height: 2em; padding-top: 5px; text-align: right; width: 160px; } .form-vertical .control-label { float: none; padding-right: 0; padding-top: 0; text-align: left; width: auto; } body:not(.com_gridbox) .btn-group input, body:not(.com_gridbox) .form-inline input, body:not(.com_gridbox) .form-vertical .controls input { font-size: 18px; } .form-horizontal .help-block { margin-bottom: 0; } .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 9px; } .form-horizontal .form-actions { padding-left: 180px; } .control-label .hasPopover, .control-label .hasTooltip { display: inline-block; width: auto; } /* Collapse */ .collapse { height: 0; overflow: hidden; position: relative; transition: height .35s ease; } .collapse.in { height: auto; } /* Alert */ .alert { padding: 8px 35px 8px 14px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0 0 .5em; } .alert .close { cursor: pointer; line-height: 18px; position: relative; right: -21px; top: -2px; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger h4, .alert-error h4 { color: #b94a48; } .alert-success, .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-success h4, .alert-info h4 { color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .close { color: #000; float: right; font-size: 20px; font-weight: bold; line-height: 18px; opacity: 0.2; } .close:hover, .close:focus { color: #000; cursor: pointer; opacity: 0.4; text-decoration: none; } /* Button */ .com_virtuemart .fg-button, .com_virtuemart .button, .pager li > a, .pager li > span, .btn { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; cursor: pointer; display: inline-block; font-size: 14px ; font-weight: 500; letter-spacing: 0; line-height: 18px; margin-bottom: 0; overflow: hidden; padding: 15px; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; } a.btn[href="#advancedSearch"] .icon-list { display: none; } .button:hover, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { opacity: .85; } .btn:hover, .btn:focus, .btn:active { color: #363637; background-color: #e6e6e6; border: none; } .btn.active, .btn:active { background-image: none; outline: 0; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link[disabled] { background-color: transparent; } .btn-link { border-color: transparent; cursor: pointer; } .btn-block { box-sizing: border-box; display: block; padding-left: 0; padding-right: 0; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-primary:hover, .btn-primary { background-color: var(--primary); color: var(--title-inverse); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { background-color: var(--accent); color: var(--title-inverse); } .btn-group { display: inline-block; position: relative; vertical-align: middle; white-space: nowrap; } .btn-group + .btn-group { margin-left: 5px; } .btn-toolbar { margin-top: 9px; margin-bottom: 9px; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; } .btn-group > .btn { border-radius: 3px; position: relative; } .btn-group > .btn + .btn { margin-left: -1px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group.open .dropdown-toggle { background-image: none; } .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #51d151; } .btn .caret { margin-left: 0; margin-top: 8px; } .btn-primary .caret { border-bottom-color: #fff; border-top-color: #fff; } .btn-group-vertical { display: inline-block; } .btn-group-vertical > .btn { border-radius: 0; display: block; float: none; max-width: 100%; } .btn-group-vertical > .btn + .btn { margin-left: 0; margin-top: -1px; } .btn-group-vertical > .btn:first-child { border-radius: 4px 4px 0 0; } .btn-group-vertical > .btn:last-child { border-radius: 0 0 4px 4px; } .form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group { display: inline-block; } .input-prepend > .add-on, .input-append > .add-on { vertical-align: top; } .input-append, .input-prepend { display: inline-block; font-size: 0; margin-bottom: 9px; vertical-align: middle; white-space: nowrap; } .input-append .add-on, .input-prepend .add-on { background-color: #fafafa; box-sizing: border-box; display: inline-block; font-size: 14px ; font-weight: 500; height: 48px; line-height: 24px; min-width: 16px; padding: 10px; text-align: center; } .input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle { border-radius: 0; vertical-align: top; } .input-append .add-on, .input-append .btn, .input-append .btn-group { margin-left: -1px; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input { border-radius: 3px 0 0 3px; } .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child, .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { border-radius: 0 3px 3px 0; } .input-append select { font-size: 18px; } /* Dropdown */ .dropup, .dropdown { position: relative; } .caret { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000; content: ""; display: inline-block; height: 0; vertical-align: top; width: 0; } .dropdown .caret { margin-left: 2px; margin-top: 8px; } .dropdown-menu { background-color: #fff; border: 1px solid #f3f3f3; display: none; float: left; left: 0; list-style: none; margin: 0; min-width: 160px; padding: 0; position: absolute; top: 100%; z-index: 1000; } .dropdown-menu .divider { background-color: #e5e5e5; border-bottom: 1px solid #fff; height: 1px; margin: 8px 1px; overflow: hidden; } .dropdown-menu .menuitem-group { background-color: #eee; border-bottom: 1px solid #eee; border-top: 1px solid #eee; color: #555; font-size: 95%; height: 1px; margin: 4px 1px; overflow: hidden; padding: 2px 0 24px; text-transform: capitalize; } .dropdown-menu > li > a { clear: both; color: #333; display: block; font-weight: normal; line-height: 18px; padding: 10px 15px; white-space: nowrap; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-color: #e6e6e6; color: #363637; outline: 0; text-decoration: none; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { background-color: transparent; background-image: none; cursor: default; text-decoration: none; } .open > .dropdown-menu { display: block; } .dropdown-backdrop { bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 990; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-bottom: 4px solid #000; border-top: 0; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { bottom: 100%; margin-bottom: 1px; top: auto; } /* Breadcrumb */ .breadcrumb > li { display: inline-block; text-shadow: 0 1px 0 #fff; } .breadcrumb > li .divider.icon-location { display: none !important; } label { display: block; margin-bottom: 5px; } /* Breadcrumbs */ ul.breadcrumb ul li { display: inline-block; } ul.breadcrumb .divider:before { content: '\f2fb'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: inherit; margin: 0 10px; } ul.breadcrumb .divider img { display: none; } /* Table */ table { background-color: transparent; border-collapse: collapse; border-spacing: 0; max-width: 100%; } .table { margin-bottom: 18px; width: 100%; } .table th, .table td { border-top: 1px solid #f3f3f3; line-height: 1em; padding: 10px; text-align: left; vertical-align: middle; } .table-bordered { border-collapse: separate; border: 1px solid #f3f3f3; border-left: 0; } .table-bordered th, .table-bordered td { border-left: 1px solid #f3f3f3; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table th { font-weight: bold; padding: 20px 10px; } .table thead th { vertical-align: bottom; } table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] { display: table-cell; float: none; margin-left: 0; } .table td.span1, .table th.span1 { float: none; margin-left: 0; width: 44px; } .table td.span2, .table th.span2 { float: none; margin-left: 0; width: 124px; } .table td.span3, .table th.span3 { float: none; margin-left: 0; width: 204px; } .table td.span4, .table th.span4 { float: none; margin-left: 0; width: 284px; } .table td.span5, .table th.span5 { float: none; margin-left: 0; width: 364px; } .table td.span6, .table th.span6 { float: none; margin-left: 0; width: 444px; } .table td.span7, .table th.span7 { float: none; margin-left: 0; width: 524px; } .table td.span8, .table th.span8 { float: none; margin-left: 0; width: 604px; } .table td.span9, .table th.span9 { float: none; margin-left: 0; width: 684px; } .table td.span10, .table th.span10 { float: none; width: 764px; margin-left: 0; } .table td.span11, .table th.span11 { float: none; margin-left: 0; width: 844px; } .table td.span12, .table th.span12 { float: none; margin-left: 0; width: 924px; } /* Pagination */ .pagination { margin: 18px 0; } .pagination ul { border-radius: 4px; display: inline-block; margin-bottom: 0; margin-left: 0; } .pagination ul > li { display: inline; } .com_virtuemart a.pagenav, .com_virtuemart li.disabled a:hover, div.k2Pagination ul li a, #kunena.layout div.pagination a.disabled, #kunena.layout div.pagination a.disabled:hover, #kunena.layout .pagination ul > li > a, #kunena.layout .pagination ul > li > span, .pagination ul > li > a, .pagination ul > li > span { background-color: #fafafa; border: none ; border-radius: 3px; color: #363637; float: left; line-height: 18px; padding: 10px 15px; text-decoration: none; } #kunena.layout .pagination ul > li:not(:first-child) > a, #kunena.layout .pagination ul > li:not(:first-child) > span, .pagination ul > li:not(:first-child) span, .pagination ul > li:not(:first-child) a { margin-left: 5px; } div.k2Pagination ul li a:hover, .pagination ul > li > a:hover, .pagination ul > li > a:focus { color: #363637; background-color: #e6e6e6; } div.k2Pagination ul li.active a, div.k2Pagination ul li.active a:hover, #kunena.layout .pagination ul > li.active > a, #kunena.layout .pagination ul > li.active > a:hover, .pagination ul > .active > a:hover, .pagination ul > .active > span:hover, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #51d151; color: #fff; cursor: default; } div.k2Pagination ul li.disabled a, div.k2Pagination ul li.disabled a:hover, #kunena.layout div.pagination a.disabled, #kunena.layout div.pagination a.disabled:hover, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { background: #fafafa; cursor: default; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .pager { margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .label:hover, .pager li > a:hover, .pager li > a:focus { background-color: #e6e6e6; color: #363637; text-decoration: none; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #363637; cursor: default; opacity: .5; } /* Row Striped */ .list-striped, .row-striped { border-top: 1px solid #f3f3f3; line-height: 18px; list-style: none; margin-left: 0; text-align: left; vertical-align: middle; } .list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid { border-bottom: 1px solid #f3f3f3; padding: 8px; } .row-striped .row-fluid { box-sizing: border-box; width: 100%; } .row-striped .row-fluid [class*="span"] { min-height: 10px; } .row-striped .row-fluid [class*="span"] { margin-left: 8px; } .row-striped .row-fluid [class*="span"]:first-child { margin-left: 0; } /* Accordion */ .accordion { margin-bottom: 18px; } .accordion-group { border: 1px solid #f3f3f3; margin-bottom: 2px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-toggle { cursor: pointer; } .accordion-inner { border-top: 1px solid #e5e5e5; padding: 9px 15px; } /* Progress */ .progress { background-color: #f7f7f7; border-radius: 4px; height: 18px; margin-bottom: 18px; overflow: hidden; } .progress .bar { background-color: #818fa1; box-sizing: border-box; color: #fff; float: left; font-size: 12px; height: 100%; text-align: center; transition: width .6s ease; width: 0; } /* Login Page */ .login + div .nav-tabs li { display: inline-block; margin-top: 25px; } .login + div .nav-tabs { text-align: center; } .body .login + div, .body .remind > form, .body .reset > form, .body .login > form { margin: 0 auto; width: 600px; } .body .remind > form, .body .reset > form, .body .login > form { border: 1px solid var(--border); box-sizing: border-box; padding: 25px 50px; } .chzn-container-multi .chzn-choices, .chzn-container-single .chzn-single { background-image: none; background: transparent !important; border-radius: 0; border: 1px solid #f3f3f3 !important; box-shadow: none; margin: 0; } .chzn-container, .chzn-container-single { font-size: inherit; height: 48px; line-height: 0; } .chzn-select-all { line-height: 18px; } .chzn-container-single .chzn-single span { font-size: 18px; line-height: 40px; } .chzn-container-single .chzn-single div { height: 18px; margin-top: 10px; } .chzn-container.chzn-container-multi ul, .chzn-container.chzn-container-multi { height: auto; } .chzn-container .chzn-drop { border-color: #f3f3f3; border-radius: 0; box-shadow: none; display: block; max-width: none; width: 250px !important; } .chzn-container .chzn-results { margin: 0; padding: 0; } .chzn-select-all, .chzn-container .chzn-results li { padding: 10px 15px; } .chzn-container .chzn-results li.highlighted { background-color: #e6e6e6; background-image: none; color: #363637; } .chzn-container-single .chzn-single { font-size: inherit; line-height: inherit; } .chzn-container-single .chzn-search input[type="text"]{ line-height: inherit; height: initial; width: 100%; } /* ======================================================================== Custom Joomla ========================================================================== */ /* Search Results */ .search-results .result-title { margin: 30px 0 0; text-transform: uppercase; } .search-results .result-text { margin-top: 20px; margin-bottom: 10px; } .search-results .result-created { font-size: .7em; } /* Article */ .article-info-term { margin-bottom: 10px; text-transform: uppercase; } .article-info-term { display: none; } .article-info dd { display: inline-block; margin-right: 10px; font-size: .8em; } .items-more li a { text-transform: uppercase; } .readmore > a > span { display: none !important; } .chzn-container-multi .chzn-choices li.search-choice { background-color: #fafafa; background-image: none; border-radius: 3px; border: none; box-shadow: none; display: inline-block; font-size: 14px; letter-spacing: 0; line-height: 14px; padding: 10px 15px; vertical-align: middle; white-space: nowrap; } /* ======================================================================== Forms ========================================================================== */ .com-baforms .ba-tooltip { margin-left: 0px; position: fixed !important; } /* ======================================================================== Kunena ========================================================================== */ .userItemTitle, .userBlock > *, .tagItemTitle, .itemTitle, .itemCommentsForm > *, .itemRelated > *, .itemAuthorLatest > *, .itemAuthorName, .catItemTitle , #kunena .table td h3, #kunena.layout h1, #kunena.layout h2, #kunena.layout h3, #kunena .btn-link { text-align: left; } .com_kunena input:not(.btn), #kunena.layout .filter, .filter-sel { font: inherit; } #kunena .dropdown-menu > .center > a + p { margin: 0; } #kunena .dropdown-menu > .center > a + p a:hover { opacity: 1; } #kunena #kpost-subscribe .controls, #kunena #kpost-subscribe .controls input[type='checkbox']{ margin-top: .5em; } #kunena .btn-group .btn:not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } #kunena .btn-group .btn.dropdown-toggle { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -0.3em; } #kunena .btn-group.open .btn:not(.btn-primary), #kunena .btn-group:hover .btn:not(.btn-primary) { background-color: #e6e6e6; color: #363637; opacity: .85; } #kunena .btn-group.open .btn.btn-primary, #kunena .btn-group:hover .btn.btn-primary { opacity: .85; } #kunena.layout .img-circle { background-color: #fff; } #kunena.layout .profilebox li { margin: 10px 0; } #kunena.layout .mykmsg-header { background: #fafafa; border-top: none; border: 1px solid #f3f3f3; text-transform: uppercase; } #kunena.layout [class*="badger-left"] { border: 1px solid #f3f3f3; box-shadow: none; } /* ======================================================================== Hikashop ========================================================================== */ div.icon-wrapper div.icon a span.hkIcon { height: 48px!important; width: auto!important; padding: 10px 0; } .icon-wrapper { font-size: initial!important; height: auto!important; line-height: initial!important; width: auto !important; } .icon-wrapper [class*=" icon-"]{ height: auto!important; margin-right: initial!important; width: auto !important; } /* ======================================================================== K2 ========================================================================== */ .itemSocialSharing > div { margin-top: 0; } .itemSocialSharing { line-height: 0; } .largerFontSize p { font-size: 150%; line-height: 140%; } /* ======================================================================== Virtuemart ========================================================================== */ .com_virtuemart table.user-details input { border-radius: 0; font-size: inherit; } .com_virtuemart #searchMedia, .com_virtuemart .chzn-container-multi .chzn-choices { min-height: 48px; } .com_virtuemart input { font-size: initial; } /* Tab */ .com_virtuemart #ui-tabs ul#tabs { border-bottom: 1px solid #f3f3f3; line-height: 0; overflow:visible; } .com_virtuemart #ui-tabs ul#tabs li { background-color: transparent; border-radius: 4px 4px 0 0; border: 1px solid transparent; color: #555; line-height: 18px; padding: 10px; margin-bottom: -1px; } .com_virtuemart #ui-tabs ul#tabs li.current{ border: 1px solid #f3f3f3; border-bottom-color: transparent; background: #fff; cursor: default; } .com_virtuemart .modal { background-color: transparent; position: static; z-index: 0; } .com_virtuemart .fg-button { height: auto !important; } .com_virtuemart .product-container h1, .com_virtuemart .ask-a-question-view h1, .com_virtuemart .manufacturer-details-view h1, .com_virtuemart .manufacturer-view-default h2, .com_virtuemart .category-view h1, .com_virtuemart .vendor-details-view h3, .com_virtuemart .vendor-details-view h1 { text-align: left; } /* Button */ .com_virtuemart .orderlistcontainer div.activeOrder, .com_virtuemart .general-bg, .com_virtuemart input.custom-attribute, .com_virtuemart input.quantity-input, .com_virtuemart .manufacturer-product-link a, .com_virtuemart a.ask-a-question, .com_virtuemart input.vm-default, .com_virtuemart a.product-details, .com_virtuemart a.details, .com_virtuemart div.details, .com_virtuemart button.default, .com_virtuemart input.highlight-button, .com_virtuemart div.vm-details-button a, .com_virtuemart span.addtocart-button span.addtocart-button, .com_virtuemart span.addtocart-button input.addtocart-button, .com_virtuemart span.addtocart-button input.notify-button { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; cursor: pointer; display: inline-block; font: 500 14px/18px 'Roboto', sans-serif; letter-spacing: 0; margin-bottom: 0; overflow: hidden; padding: 15px; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; } .com_virtuemart .general-bg:hover, .com_virtuemart input.custom-attribute:hover, .com_virtuemart input.quantity-input:hover, .com_virtuemart .manufacturer-product-link a:hover, .com_virtuemart a.ask-a-question:hover, .com_virtuemart input.vm-default:hover, .com_virtuemart a.product-details:hover, .com_virtuemart a.details:hover, .com_virtuemart div.details:hover, .com_virtuemart button.default:hover, .com_virtuemart a.details:hover, .com_virtuemart div.details:hover, .com_virtuemart a.product-details:hover { background-color: #e6e6e6; background-image: none; background-position: 0; border: none; color: #363637; opacity: .85; } .com_virtuemart input.highlight-button, .com_virtuemart input.highlight-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button:hover, .com_virtuemart span.addtocart-button input.addtocart-button:hover, .com_virtuemart span.addtocart-button input.notify-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button, .com_virtuemart span.addtocart-button input.addtocart-button, .com_virtuemart span.addtocart-button input.notify-button { background: #51cf51; color: #fff; } .com_virtuemart input.highlight-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button:hover, .com_virtuemart span.addtocart-button input.addtocart-button:hover, .com_virtuemart span.addtocart-button input.notify-button:hover { opacity: .85; } .com_virtuemart .orderlistcontainer { position: relative; } .com_virtuemart .orderlistcontainer div.orderlist { width: 100%; } .com_virtuemart .orderlistcontainer a { color: #363637; } .com_virtuemart .orderlistcontainer div.activeOrder{ background-position: 98% 12px; padding-right: 30px !important; } .com_virtuemart .orderlistcontainer div.orderlist { border-color: #f3f3f3; } /* Message */ .com_virtuemart #system-message { background: #02adea; }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: 1170px;} @media (min-width: 1025px) { .parallax-container { background-image: none !important; background-attachment: scroll !important; } .menu > .deeper.parent .nav-child { padding: 10px 0; max-height: none !important; } .ba-menu-wrapper:not(.vertical-menu) .menu > li.deeper > span i.zmdi-caret-right:before, .ba-menu-wrapper:not(.vertical-menu) .menu > li.deeper > a i.zmdi-caret-right:before { display: block; transform: rotate(90deg); } .vertical-menu .menu > .megamenu-item > span:after, .vertical-menu .menu > .megamenu-item > a:after, .vertical-menu .menu > .deeper.parent > span:after, .vertical-menu .menu > .deeper.parent > a:after { transform: rotate(-90deg); } .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; } 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; } .sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section > .ba-section-items > .ba-row-wrapper > .row-fluid >.column-wrapper >[class*="span"]{ 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*="span"] { margin-left: 0; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span12, .no-gutter-desktop.row-fluid > .column-wrapper > .span12 { width: 100%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span11, .no-gutter-desktop.row-fluid > .column-wrapper > .span11 { width: 91.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span10, .no-gutter-desktop.row-fluid > .column-wrapper> .span10 { width: 83.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span9, .no-gutter-desktop.row-fluid > .column-wrapper > .span9 { width: 75%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span8, .no-gutter-desktop.row-fluid > .column-wrapper > .span8 { width: 66.7%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span7, .no-gutter-desktop.row-fluid > .column-wrapper > .span7 { width: 58.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span6, .no-gutter-desktop.row-fluid > .column-wrapper > .span6 { width: 50%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span5, .no-gutter-desktop.row-fluid > .column-wrapper > .span5 { width: 41.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span4, .no-gutter-desktop.row-fluid > .column-wrapper > .span4 { width: 33.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span3, .no-gutter-desktop.row-fluid > .column-wrapper > .span3 { width: 25%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span2, .no-gutter-desktop.row-fluid > .column-wrapper > .span2 { width: 16.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span1, .no-gutter-desktop.row-fluid > .column-wrapper > .span1 { 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; } 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% - 51px) !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 - 117px) !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 51px !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-item-in-blog-post { pointer-events: none; } body.com_gridbox.gridbox .ba-item-in-blog-post:before { bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 1050; } body.com_gridbox.gridbox .ba-item-in-blog-post:hover > .ba-edit-item { visibility: hidden; opacity: 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.span1: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.span2: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.span3: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.span4: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 .ba-instagram-modal-wrapper i, body.com_gridbox.gridbox .instagram-modal i { left: 75px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .instagram-modal i.zmdi-close, body.com_gridbox.gridbox .instagram-modal i + i { right: 25px; left: auto; } body.com_gridbox.gridbox .instagram-modal.ba-image-modal:before { margin: 0 50px; } .gridbox .ba-instagram-modal-wrapper, .gridbox .ba-image-modal.instagram-modal { right: 50px; } .gridbox.blog-post-editor .ba-instagram-modal-wrapper, .gridbox.blog-post-editor .ba-image-modal.instagram-modal { right: 0; } .instagram-modal-description-wrapper { width: 350px !important; } .ba-instagram-modal-wrapper .ba-instagram-modal { display: flex; max-width: calc(100% - 350px); } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .ba-instagram-modal i.zmdi-close { right: 75px!important; } .instagram-modal-image-wrapper { margin-left: -175px; } .instagram-modal-open { overflow: visible !important; width: 100% !important; } .ba-instagram-modal-wrapper { align-items: center; display: flex; overflow-y: visible !important; padding-top: 0 !important; } .instagram-modal-description-wrapper { margin-bottom: 0px!important; max-width: 350px !important; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i.zmdi-close, body.com_gridbox.gridbox .ba-instagram-modal-wrapper > i + i { left: auto; right: 75px; } .gridbox .ba-instagram-modal-wrapper { left: 50px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper .instagram-modal-image-wrapper i{ left: 0; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper .instagram-modal-image-wrapper i + i { left: auto; right: 0!important; } .ba-instagram-modal.animate-instagram-image .instagram-modal-image-wrapper:before { right: -350px!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 .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) { border-left: 52px solid transparent; border-right: 52px solid transparent; 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: 769px) { .main-menu > .ba-item { margin: 0 !important; visibility: hidden !important; height: 0; overflow: hidden; min-height: 0; padding: 0; } }@media (max-width: 768px) { /* /* Menu */ .open-menu i { color: inherit; font-size: 30px; 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 .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 { display: block; left: 0; line-height: 18px; margin: 0 47px 0 30px; position: absolute; text-decoration: none; top: 20px; width: calc(100% - 75px); 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 .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 { height: calc(100% - 60px); overflow-x: hidden; overflow-y: scroll; padding: 75px 30px 30px 30px; position: fixed; right: -500px; top: 0; transition: right .5s ease; width: 300px; z-index: 1500; } .ba-visible-menu-backdrop.ba-menu-backdrop { visibility: visible; opacity: .1; transition: opacity .3s linear,visibility .1s; z-index: 20; } .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 .nav.menu li { float: none; } .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 .nav-child { display: block !important; } .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.nav-child { padding-top: 0 !important; box-sizing: border-box; padding-bottom: 0 !important; } .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 > .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 > .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; } .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > span i.zmdi-caret-right, .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > a i.zmdi-caret-right, .ba-hamburger-menu .nav-child > li.deeper > span:before, .ba-hamburger-menu .nav-child > li.deeper > a:before { display: 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: rgba(0, 0, 0, .05); 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-block; 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); } .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 > .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: 24px; } .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.visible-menu *{ direction: ltr; } .ba-hamburger-menu.ba-menu-position-left .close-menu{ left: auto; right: 0; margin: 0 30px 0 47px; } /* 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; } .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; } 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: relative; right: 0; transform: none; } .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 .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) 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 .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, .ba-opened-menu .header .page-layout, .ba-opened-menu .body .page-layout, .ba-opened-menu .footer .page-layout, .ba-opened-menu .header .page-layout, .ba-opened-menu .body .page-layout, .ba-opened-menu .footer .page-layout { 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 */ .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; } .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%); } } @media (max-width: 1200px) { 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, body.com_gridbox.gridbox .ba-item-blog-content:hover > .ba-edit-item, body.com_gridbox.gridbox .page-layout { display: none !important; } body.com_gridbox.gridbox:before { border: none; } body.com_gridbox.gridbox .ba-section > .ba-edit-item { 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 { 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 - 15px) !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; } 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-instagram-modal-wrapper, .gridbox .ba-image-modal.instagram-modal { right: 0px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i, body.com_gridbox.gridbox .instagram-modal i { left: 0; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .instagram-modal i.zmdi-close, body.com_gridbox.gridbox .instagram-modal i + i{ left: auto; right: 0; } body.com_gridbox.gridbox .ba-item-scroll-to-top { margin: 0; } 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; } .gridbox .ba-instagram-modal-wrapper { left: 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; }} @media (max-width: 1024px) { .ba-edit-blog-post, .ba-item-blog-content:hover > .ba-edit-item, .page-layout { display: none; } .ba-item-image .ba-image-wrapper img { width: 100% ; } /* Plugin Tabs */ .ba-tabs-wrapper li, .ba-tabs-wrapper .nav-tabs { display: block !important; float: none!important; width: 100% !important; } .ba-tabs-wrapper .nav-tabs li a { border-bottom: none !important; } .ba-tabs-wrapper .nav-tabs li a:before, .ba-tabs-wrapper .nav-tabs li a:before { bottom: 0; height: 100% !important; left: -1px; top: 0 !important; transition: width .3s !important; width: 0 !important; } .ba-tabs-wrapper li.active a:before, .ba-tabs-wrapper li.active a:before { width: 4px !important; } .ba-tabs-wrapper.tabs-left, .ba-tabs-wrapper.tabs-right { display: block; } .ba-tabs-wrapper.tabs-right li a:before { left: -1px; right: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs, .ba-tabs-wrapper.tabs-left .nav-tabs { max-width: none; } /* Sidebar Menu */ .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { width: 100% !important; } .header.sidebar-menu .ba-section.row-fluid { min-height: auto !important; } .ba-item.sortable-placeholder, .sortable-placeholder { margin: 0 auto !important; } .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { margin: 0 !important; } /* Plugin Slideshow */ .ba-item-slideshow .ba-slideshow-caption { padding: 20px; } .ba-slideshow-dots.enabled-dots, .ba-slideshow-dots.thumbnails-dots { display: none; } /* 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; } .lightbox-top-left .ba-lightbox, .lightbox-bottom-left .ba-lightbox { left: 0; } .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; } .com_gridbox:not(.gridbox) .body { overflow-x: hidden; } .com_gridbox input { -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; } .ba-grid-column-wrapper { flex-grow: 0; } .body [class*="span"], .footer [class*="span"], [class*="span"] { margin-left: 0; width: 100%; } .header .span12, .header [class*="span"].ba-tb-la-12, .body .ba-tb-la-12, .footer .ba-tb-la-12, .ba-tb-la-12 { width: 100%; } .header .span11, .header [class*="span"].ba-tb-la-11, .body .ba-tb-la-11, .footer .ba-tb-la-11, .ba-tb-la-11 { width: 91.66666667%; } .header .span10, .header [class*="span"].ba-tb-la-10, .body .ba-tb-la-10, .footer .ba-tb-la-10, .ba-tb-la-10 { width: 83.33333333%; } .header .span9, .header [class*="span"].ba-tb-la-9, .body .ba-tb-la-9, .footer .ba-tb-la-9, .ba-tb-la-9 { width: 75%; } .header .span8, .header [class*="span"].ba-tb-la-8, .body .ba-tb-la-8, .footer .ba-tb-la-8, .ba-tb-la-8 { width: 66.66666667%; } .header .span7, .header [class*="span"].ba-tb-la-7, .body .ba-tb-la-7, .footer .ba-tb-la-7, .ba-tb-la-7 { width: 58.33333333%; } .header .span6, .header [class*="span"].ba-tb-la-6, .body .ba-tb-la-6, .footer .ba-tb-la-6, .ba-tb-la-6 { width: 50%; } .header .span5, .header [class*="span"].ba-tb-la-5, .body .ba-tb-la-5, .footer .ba-tb-la-5, .ba-tb-la-5 { width: 41.66666667%; } .header .span4, .header [class*="span"].ba-tb-la-4, .body .ba-tb-la-4, .footer .ba-tb-la-4, .ba-tb-la-4 { width: 33.33333333%; } .header .span3, .header [class*="span"].ba-tb-la-3, .body .ba-tb-la-3, .footer .ba-tb-la-3, .ba-tb-la-3 { width: 25%; } .header .span2, .header [class*="span"].ba-tb-la-2, .body .ba-tb-la-2, .footer .ba-tb-la-2, .ba-tb-la-2 { width: 16.66666667%; } .header .span1, .header [class*="span"].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; } /* /* 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 - 15px) !important; } body .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: 100vw !important; } .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); } /* 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); left: 50% !important; max-height: 90vh; max-width: 90%; overflow-y: auto; position: fixed; top: 50%!important; transform: translate(-50%, -50%); } .event-calendar-events-list:after { display: none; } .comment-reply-form-wrapper, .ba-comment-reply-wrapper { margin-left: 0; } .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; } } @media (max-width: 768px) { /* /* Blog */ .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-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%; } .header .ba-tb-pt-12, .header [class*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].ba-tb-pt-1, .body .ba-tb-pt-1, .footer .ba-tb-pt-1, .ba-tb-pt-1 { width: 8.33333333%; } .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); } } @media (min-width: 668px) and (max-width: 1024px){ 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 (max-width: 667px) { 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; } body { word-break: break-word; } .ba-item-post-navigation .ba-blog-post { margin: 0 !important; width: 100%; } .ba-item-post-navigation .ba-blog-posts-wrapper { display: block; } .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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].ba-sm-la-1, .ba-sm-la-1, .body .ba-sm-la-1, .footer .ba-sm-la-1 { width: 8.33333333%; } .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%; } .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; } .ba-submit-comment, .ba-comments-icons-wrapper { text-align: center; width: 100%; } .user-comment-wrapper { display: inline-block; } .comment-user-info { position: relative; min-height: 50px; width: calc(100% - 75px); margin-left: 75px; } .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; 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-reviews-total-rating-wrapper { width: 100%; } .ba-item-reviews .ba-comments-total-count { padding-left: 0; } .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; } } @media (max-width: 375px) { .header .ba-sm-pt-12, .header [class*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].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*="span"].ba-sm-pt-1, .body .ba-sm-pt-1, .footer .ba-sm-pt-1, .ba-sm-pt-1 { width: 8.33333333%; } .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; 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; } .comment-user-info { margin-left: 0px; width: 100%; } .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; } }html {--primary: rgba(222, 59, 53, 0.99);--secondary: rgba(250, 223, 47, 1);--accent: #ff735e;--title: #1b1b1d;--subtitle: rgba(29, 29, 31, 0.4);--text: #1b1b1d;--icon: #1b1b1d;--title-inverse: #ffffff;--text-inverse: rgba(255, 255, 255, 0.4);--bg-primary: #ffffff;--bg-secondary: #f5f8f8;--bg-dark: #1e293d;--bg-dark-accent: #20364c;--border: #eeeeee;--shadow: rgba(0, 0, 0, 0.15);--overlay: rgba(0, 0, 0, 0.5);--hover: #2f3439;--color-1: #35404a;--color-2: #4f6279;--color-3: #0098d8;--color-4: #ff4f49;--color-5: #ff7a2f;--color-6: #ffc700;--color-7: #34dca2;--color-8: #00ada9;}#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';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);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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);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);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;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}#item-1494846679 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';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);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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);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);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;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}}@media (max-width: 1024px) {#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h1 {color:rgba(255, 255, 255, 1);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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(90, 106, 131, 1);font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : none;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}}@media (max-width: 768px) {#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h1 {color:rgba(255, 255, 255, 1);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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(90, 106, 131, 1);font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : none;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}}@media (max-width: 667px) {#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h1 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 60px;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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(90, 106, 131, 1);font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : none;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}}@media (max-width: 375px) {#item-1494846679 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 100px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-1494846679 > .ba-video-background {display: none;}#item-1494846679 {background-color: rgba(15, 11, 11, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-1494846679 > .ba-box-model:before {height: 0px;top: 0;}#item-1494846679 > .ba-box-model:after {height: 0px;bottom: 0;}#item-1494846679 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 100px; height: 100px;}footer p {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h1 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 60px;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);font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:rgba(255, 255, 255, 1);font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(90, 106, 131, 1);font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : none;}body footer a {color : rgba(81, 207, 81, 1);}body footer a:hover {color : rgba(1, 160, 148, 1);}body footer, footer ul, footer ol, footer table, footer blockquote {color:rgba(255, 255, 255, 0.75);font-family : 'Roboto Condensed';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 32px;text-align : left;text-decoration : none;text-transform : none;}}#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 100px;margin-top : 80px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 80px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 100px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14951749350 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 100px;margin-top : 80px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 80px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 100px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 50px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 50px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 50px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14951749350 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14951749350.visible {opacity: 1;}#item-14951749350 > .parallax-wrapper .parallax {background-image: none;}#item-14951749350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749350 > .ba-video-background {display: none;}#item-14951749350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749350 > .ba-box-model:before {height: 50px;top: 0;}#item-14951749350 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14951749350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14951749350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961272830 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961272830 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 50px;margin-top : 25px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-14961272830.visible {opacity: 1;}#item-14961272830 > .parallax-wrapper .parallax {background-image: none;}#item-14961272830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272830 > .ba-video-background {display: none;}#item-14961272830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272830 > .ba-box-model:before {height: 25px;top: 0;}#item-14961272830 > .ba-box-model:after {height: 50px;bottom: 0;}#item-14961272830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272830 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-14961272830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}#item-14951749351 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 1024px) {#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 25px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 768px) {#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 25px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 667px) {#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 25px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 375px) {#item-14951749351 {border-bottom-width : 1px;border-color : rgba(215, 215, 215, 0.2);border-left-width : 1px;border-radius : 0px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 0px;padding-bottom : 50px;padding-left : 50px;padding-right : 50px;padding-top : 50px;}#item-14951749351.visible {opacity: 1;}#item-14951749351 > .parallax-wrapper .parallax {background-image: none;}#item-14951749351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749351 > .ba-video-background {display: none;}#item-14951749351 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749351 > .ba-box-model:before {height: 0px;top: -1px;}#item-14951749351 > .ba-box-model:after {height: 25px;bottom: -1px;}#item-14951749351 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749351 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}#item-14951749352 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}}@media (max-width: 1024px) {#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}}@media (max-width: 768px) {#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}}@media (max-width: 667px) {#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}}@media (max-width: 375px) {#item-14951749352 {border-bottom-width : 5px;border-color : rgba(77, 209, 81, 1);border-left-width : 5px;border-radius : 0px;border-right-width : 5px;border-style : solid;border-top-width : 5px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 47px;padding-left : 50px;padding-right : 50px;padding-top : 46px;}#item-14951749352.visible {opacity: 1;}#item-14951749352 > .parallax-wrapper .parallax {background-image: none;}#item-14951749352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14951749352 > .ba-video-background {display: none;}#item-14951749352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14951749352 > .ba-box-model:before {height: 0px;top: -5px;}#item-14951749352 > .ba-box-model:after {height: 0px;bottom: -5px;}#item-14951749352 > .ba-box-model .ba-bm-bottom {width: 47px; height: 47px;}#item-14951749352 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-14951749352 > .ba-box-model .ba-bm-top {width: 46px; height: 46px;}}#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961272831 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961272831 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272831.visible {opacity: 1;}#item-14961272831 > .parallax-wrapper .parallax {background-image: none;}#item-14961272831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272831 > .ba-video-background {display: none;}#item-14961272831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272831 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14961272832 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14961272832 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14961272832.visible {opacity: 1;}#item-14961272832 > .parallax-wrapper .parallax {background-image: none;}#item-14961272832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14961272832 > .ba-video-background {display: none;}#item-14961272832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14961272832 > .ba-box-model:before {height: 0px;top: 0;}#item-14961272832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14961272832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14961272832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}@media (max-width: 1200px) {#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}}@media (max-width: 1024px) {#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}}@media (max-width: 768px) {#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}}@media (max-width: 667px) {#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}}@media (max-width: 375px) {#item-14951750050 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951750050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750050 > .ba-box-model:before {height: 0px;}#item-14951750050 > .ba-box-model:after {height: 10px;}}#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14951753011500 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951753011500 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951753011500 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951753011500 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951753011500 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951753011500 > .ba-box-model:before {height: 10px;}#item-14951753011500 > .ba-box-model:after {height: 0px;}}#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : -60px;}#item-14951734381230 .ba-button-wrapper {text-align: right;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : right;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: -60px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14951734381230 .ba-button-wrapper a:hover {color : #ffffff;background-color : rgba(229, 81, 81, 0);}#item-14951734381230 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14951734381230 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : -60px;}#item-14951734381230 .ba-button-wrapper {text-align: right;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : right;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: -60px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951734381230 .ba-button-wrapper {text-align: left;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: 15px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951734381230 .ba-button-wrapper {text-align: left;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: 15px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951734381230 .ba-button-wrapper {text-align: left;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: 15px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14951734381230 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951734381230 .ba-button-wrapper {text-align: left;}#item-14951734381230 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951734381230 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(33, 149, 248, 1);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;box-shadow: 0 20px 40px 0 rgba(33, 149, 248, 0.35);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951734381230 .ba-button-wrapper a i {font-size : 24px;}#item-14951734381230 > .ba-box-model:before {height: 15px;top: -2px;}#item-14951734381230 > .ba-box-model:after {height: 0px;bottom: -2px;}#item-14951734381230 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951734381230 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951734381230 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}@media (max-width: 1200px) {#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}}@media (max-width: 1024px) {#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}}@media (max-width: 768px) {#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}}@media (max-width: 667px) {#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}}@media (max-width: 375px) {#item-14951752965000 {display : block;margin-bottom : 10px;margin-top : 0px;}#item-14951752965000 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951752965000 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951752965000 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951752965000 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951752965000 > .ba-box-model:before {height: 0px;}#item-14951752965000 > .ba-box-model:after {height: 10px;}}#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14951750417720 {display : block;margin-bottom : 0px;margin-top : 10px;}#item-14951750417720 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14951750417720 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14951750417720 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14951750417720 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14951750417720 > .ba-box-model:before {height: 10px;}#item-14951750417720 > .ba-box-model:after {height: 0px;}}#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : -60px;}#item-14951739533590 .ba-button-wrapper {text-align: right;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : right;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: -60px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14951739533590 .ba-button-wrapper a:hover {color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14951739533590 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14951739533590 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : -60px;}#item-14951739533590 .ba-button-wrapper {text-align: right;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : right;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: -60px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951739533590 .ba-button-wrapper {text-align: left;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: 15px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951739533590 .ba-button-wrapper {text-align: left;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: 15px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951739533590 .ba-button-wrapper {text-align: left;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: 15px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14951739533590 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14951739533590 .ba-button-wrapper {text-align: left;}#item-14951739533590 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 25px;text-align : left;text-decoration : none;text-transform : none;}#item-14951739533590 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(53, 222, 166, 0);border : 1px solid rgba(215, 215, 215, 0.2);border-radius : 50px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);padding-bottom : 10px;padding-left : 30px;padding-right : 30px;padding-top : 10px;}#item-14951739533590 .ba-button-wrapper a i {font-size : 24px;}#item-14951739533590 > .ba-box-model:before {height: 15px;top: -1px;}#item-14951739533590 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-14951739533590 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14951739533590 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-14951739533590 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}}@media (max-width: 1024px) {#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-14955437050 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-14955437050 p {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h1 {font-family : 'Poppins';font-weight : 500;;}#item-14955437050 h2 {font-family : 'Poppins';font-weight : 600;;}#item-14955437050 h3 {font-family : 'Roboto Condensed';font-weight : 300;;}#item-14955437050 h4 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h5 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 h6 {font-family : 'Poppins';font-weight : 700;;}#item-14955437050 > .ba-box-model:before {height: 15px;}#item-14955437050 > .ba-box-model:after {height: 0px;}}#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15675399820 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15675399820 > .ba-box-model:before {height: 25px;}#item-15675399820 > .ba-box-model:after {height: 25px;}}#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-14961528400 i.ba-btn-transition:hover {color : #ffffff;background-color : rgba(33, 149, 248, 0.3);}@media (max-width: 1200px) {#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 1024px) {#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 667px) {#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 375px) {#item-14961528400 {display : block;}#item-14961528400 i.ba-btn-transition {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;box-shadow: 0 10px 20px 0 rgba(33, 149, 248, 0.25);border : 2px solid rgba(33, 149, 248, 1);border-radius : 50px;font-size : 18px;width : 18px;height : 18px;color : #ffffff;background-color : rgba(33, 149, 248, 1);}#item-14961528400 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-14961528400 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;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;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;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;--icon-list-line-height: 28px;}h6 {color:#5a6a83;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 : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}@media (max-width: 1200px) {p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;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;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;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;--icon-list-line-height: 28px;}h6 {color:#5a6a83;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 : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}}@media (max-width: 1024px) {p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;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;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h6 {color:#5a6a83;font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}}@media (max-width: 768px) {p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;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;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h6 {color:#5a6a83;font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}}@media (max-width: 667px) {p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;font-family : 'Poppins';font-size : 60px;font-style : normal;font-weight : 500;letter-spacing : -3px;line-height : 75px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h6 {color:#5a6a83;font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}}@media (max-width: 375px) {p {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h1 {color:#161616;font-family : 'Poppins';font-size : 60px;font-style : normal;font-weight : 500;letter-spacing : -3px;line-height : 75px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h2 {color:#5a6a83;font-family : 'Poppins';font-size : 48px;font-style : normal;font-weight : 600;letter-spacing : -2px;line-height : 58px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h3 {color:#95a2b5;font-family : 'Roboto Condensed';font-size : 26px;font-style : normal;font-weight : 300;letter-spacing : -0.5px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h4 {color:#5a6a83;font-family : 'Poppins';font-size : 24px;font-style : normal;font-weight : 700;letter-spacing : -1px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h5 {color:#161616;font-family : 'Poppins';font-size : 18px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 28px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}h6 {color:#5a6a83;font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : -0.5px;line-height : 24px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 28px;}body a {color : #51cf51;}body a:hover {color : #01a094;}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}body , ul, ol, table, blockquote {color:#818fa1;font-family : 'Roboto';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : -0.5px;line-height : 28px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 28px;}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: #ffffff;background-image: none;}}#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;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.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-color: rgba(38, 36, 36, 0.44);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}#item-179497138800 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;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.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-color: rgba(38, 36, 36, 0.44);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 1024px) {#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 50px;padding-right : 50px;padding-top : 0px;}#item-179497138800.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-color: rgba(38, 36, 36, 0.44);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 768px) {#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 50px;padding-right : 50px;padding-top : 0px;}#item-179497138800.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-color: rgba(38, 36, 36, 0.44);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 667px) {#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 50px;padding-right : 50px;padding-top : 0px;}#item-179497138800.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-color: rgba(38, 36, 36, 0.44);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 50px; height: 50px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 375px) {#item-179497138800 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 25px;padding-right : 25px;padding-top : 0px;}#item-179497138800.visible {opacity: 1;}#item-179497138800 > .parallax-wrapper .parallax {background-image: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(222, 59, 53, 1);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05);}#item-179497138800 > .ba-box-model:before {height: 0px;top: 0;}#item-179497138800 > .ba-box-model:after {height: 0px;bottom: 0;}#item-179497138800 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-179497138800 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:absolute;top: 0;left: 0;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 40;}body.com_gridbox.gridbox header.header:hover {z-index: 40;}.ba-container .header {margin-left:0;max-width: none;}}#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14960529410 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14960529410 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529410.visible {opacity: 1;}#item-14960529410 > .parallax-wrapper .parallax {background-image: none;}#item-14960529410 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529410 > .ba-video-background {display: none;}#item-14960529410 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529410 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529410 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529410 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529410 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14960529411 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14960529411 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529411.visible {opacity: 1;}#item-14960529411 > .parallax-wrapper .parallax {background-image: none;}#item-14960529411 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529411 > .ba-video-background {display: none;}#item-14960529411 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529411 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529411 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529411 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529411 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 10px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 10px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14960529412 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 10px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 10px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14960529412 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529412.visible {opacity: 1;}#item-14960529412 > .parallax-wrapper .parallax {background-image: none;}#item-14960529412 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529412 > .ba-video-background {display: none;}#item-14960529412 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529412 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529412 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529412 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529412 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14960529413 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14960529413 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529413.visible {opacity: 1;}#item-14960529413 > .parallax-wrapper .parallax {background-image: none;}#item-14960529413 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529413 > .ba-video-background {display: none;}#item-14960529413 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529413 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529413 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529413 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529413 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14960529414 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 1024px) {#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14960529414 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 0);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14960529414.visible {opacity: 1;}#item-14960529414 > .parallax-wrapper .parallax {background-image: none;}#item-14960529414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14960529414 > .ba-video-background {display: none;}#item-14960529414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14960529414 > .ba-box-model:before {height: 0px;top: 0;}#item-14960529414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14960529414 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14960529414 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: center;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}@media (max-width: 1200px) {#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: center;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}}@media (max-width: 1024px) {#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: left;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}}@media (max-width: 768px) {#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: left;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}}@media (max-width: 667px) {#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: left;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}}@media (max-width: 375px) {#item-179497138803 {display : block;margin-bottom : 2px;margin-top : 14px;text-align: left;}#item-179497138803 img {width: 185px;}#item-179497138803 > .ba-box-model:before {height: 14px;}#item-179497138803 > .ba-box-model:after {height: 2px;}}#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:rgba(255, 255, 255, 1);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 19px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#1a1a1a;font-family : 'Roboto';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 10px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {width: 250px;background-color : #fafafa;box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.1);animation-duration: 0.2s;}#item-179497138805 li.megamenu-item > .tabs-content-wrapper > .ba-section {box-shadow: 0 50px 100px 0 rgba(0, 0, 0, 0.1);animation-duration: 0.2s;}#item-179497138805 .nav-child > .deeper:hover > .nav-child {top : -10px;}@media (max-width: 1200px) {#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:rgba(255, 255, 255, 1);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 19px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#1a1a1a;font-family : 'Roboto';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 10px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}}@media (max-width: 1024px) {#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:#d0d3d2;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 48px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#d0d3d2;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 1px;line-height : 36px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 10px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}}@media (max-width: 768px) {#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 20px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:#d0d3d2;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 48px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#d0d3d2;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 1px;line-height : 36px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 20px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}}@media (max-width: 667px) {#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 20px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:#d0d3d2;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 48px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#d0d3d2;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 1px;line-height : 36px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 20px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}}@media (max-width: 375px) {#item-179497138805 {display : block;margin-bottom : 10px;margin-top : 20px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 0px;margin-right : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-179497138805 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-179497138805 .integration-wrapper > ul > li > span {color:#d0d3d2;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 48px;text-decoration : none;text-align : left;text-transform : uppercase;color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-179497138805 .main-menu .nav-child li a,#item-179497138805 .main-menu .nav-child li span {color:#d0d3d2;font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 1px;line-height : 36px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1a1a1a;background-color : rgba(0,0,0,0);padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 10px;border-bottom-width : 0px;border-color : #000000;border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-179497138805 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li a:hover,#item-179497138805 .main-menu .nav-child li span:hover {color : #1a1a1a;background-color : rgba(0,0,0,0);}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-179497138805 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-179497138805 .main-menu li.active > span {color : rgba(247, 13, 13, 1);background-color : rgba(0,0,0,0);}#item-179497138805 .main-menu .nav-child li.active > a,#item-179497138805 .main-menu .nav-child li.active > span {color : #2b9884;background-color : rgba(0,0,0,0);}#item-179497138805 ul.nav-child {padding-bottom : 10px;padding-left : 0px;padding-right : 0px;padding-top : 10px;}#item-179497138805 > .ba-box-model:before {height: 20px;top: -0px;}#item-179497138805 > .ba-box-model:after {height: 10px;bottom: -0px;}}@media (max-width: 768px) {#item-179497138805 .ba-hamburger-menu .main-menu {background-color : rgba(240, 27, 12, 1);}#item-179497138805 .ba-hamburger-menu .open-menu {color : rgba(255, 255, 255, 1);text-align : right;}#item-179497138805 .ba-hamburger-menu .close-menu {color : rgba(255, 255, 255, 1);text-align : right;}}#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-14960531512080 .ba-button-wrapper a:hover {color : #ffffff;background-color : rgba(247, 188, 10, 0.98);}#item-14960531512080 .ba-button-wrapper a {flex-direction: row-reverse;}#item-14960531512080 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 1024px) {#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 667px) {#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 375px) {#item-14960531512080 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-14960531512080 .ba-button-wrapper {text-align: right;}#item-14960531512080 .ba-button-wrapper a span {font-family : 'Poppins';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : -1px;line-height : 19px;text-align : right;text-decoration : none;text-transform : none;}#item-14960531512080 .ba-button-wrapper a {color : rgba(255, 255, 255, 1);background-color : rgba(255, 8, 8, 1);border : 0px solid rgba(215, 215, 215, 1);border-radius : 50px;box-shadow: 0 10px 20px 0 rgba(81, 209, 81, 0.25);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-14960531512080 .ba-button-wrapper a i {font-size : 24px;}#item-14960531512080 > .ba-box-model:before {height: 25px;top: -0px;}#item-14960531512080 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-14960531512080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-14960531512080 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-14960531512080 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}}@media (max-width: 1024px) {#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15567348900 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15567348900 > .ba-box-model:before {height: 25px;}#item-15567348900 > .ba-box-model:after {height: 25px;}}#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}@media (max-width: 1200px) {#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}}@media (max-width: 1024px) {#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}}@media (max-width: 768px) {#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}}@media (max-width: 667px) {#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}}@media (max-width: 375px) {#item-15289771381 {display : block;}#item-15289771381 .preloader-wrapper, #item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {background-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-wrapper:before, #item-15289771381 .preloader-wrapper:after {border-color: rgba(64, 64, 62, 1);}#item-15289771381 .preloader-point-wrapper {width: 80px;height: 80px;}#item-15289771381 .preloader-point-wrapper div, #item-15289771381 .preloader-point-wrapper div:before {background-color: var(--primary);}#item-15289771381 .preloader-image-wrapper {width: 100px;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== Preloader ========================================================================== */ .ba-item-preloader .preloader-wrapper{ align-items: center; display: flex; justify-content: center; height: 100vh; overflow: hidden; } .preloader-image-wrapper, .preloader-point-wrapper { min-height: 24px; min-width: 24px; } .preloader-image-wrapper img { width: 100%; } /* /* Spiner 1 */ .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper { position: relative; transform: rotateZ(45deg); } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper > div { background: transparent !important; float: left; height: 50%; position: relative; transform: scale(1.1); width: 50%; } @keyframes spinner1 { 0%, 10% {transform: perspective(140px) rotateX(-180deg);opacity: 0;} 25%, 75% {transform: perspective(140px) rotateX(0deg);opacity: 1;} 90%, 100% {transform: perspective(140px) rotateY(180deg);opacity: 0;} } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper > div:before { animation: spinner1 2.4s infinite linear both; content: ''; height: 100%; left: 0; position: absolute; top: 0; transform-origin: 100% 100%; width: 100%; } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-2 { transform: scale(1.1) rotateZ(90deg); } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-4 { transform: scale(1.1) rotateZ(180deg); } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-3 { transform: scale(1.1) rotateZ(270deg); } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-2:before { animation-delay: 0.3s; } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-4:before { animation-delay: 0.6s; } .preloader-wrapper.ba-spinner-1 .preloader-point-wrapper .preloader-point-3:before { animation-delay: 0.9s; } /* /* Spiner 2 */ .preloader-wrapper.ba-spinner-2 .preloader-point-wrapper { position: relative; } .preloader-wrapper.ba-spinner-2 .preloader-point-wrapper > div { background: transparent !important; height: inherit; left: 0; position: absolute; top: 0; width: inherit; } .preloader-wrapper.ba-spinner-2 .preloader-point-wrapper > div:last-child { transform: rotate(90deg); } @keyframes spinner2 { 0% {transform-origin: 50% -50%; transform: rotate(0);} 50% {transform-origin: 50% -50%;transform: rotate(360deg);} 50.00001% {transform-origin: 50% 150%;transform: rotate(0deg);} 100% {transform-origin: 50% 150%;transform: rotate(360deg);} } .preloader-wrapper.ba-spinner-2 .preloader-point-wrapper > div > div { animation: spinner2 3s ease-in-out infinite -1.5s; border-radius: 50%; height: 25%; left: 50%; margin: -12.5%; position: absolute; top:50%; width: 25%; } .preloader-wrapper.ba-spinner-2 .preloader-point-wrapper .preloader-point-1 { animation-delay: 0s; } /* /* Spiner 3 */ @keyframes spinner3 { 0% {transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);} } .preloader-wrapper.ba-spinner-3 .preloader-point-wrapper > div { animation: spinner3 1.2s infinite ease-in-out; height: 100%; width: 100%; } /* /* Spiner 4 */ .preloader-wrapper.ba-spinner-4 .preloader-point-wrapper { position: relative; } @keyframes spinner4 { 0%, 100% {transform: scale(0.0);} 50% { transform: scale(1.0);} } .preloader-wrapper.ba-spinner-4 .preloader-point-wrapper > div { animation: spinner4 2.0s infinite ease-in-out; border-radius: 50%; height: 100%; left: 0; opacity: 0.6; position: absolute; top: 0; width: 100%; } .preloader-wrapper.ba-spinner-4 .preloader-point-wrapper > .preloader-point-2 { animation-delay: -1.0s; } /* /* Spiner 5 */ .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper { display: flex; justify-content: space-around; text-align: center; } @keyframes spinner5 { 0%, 40%, 100% {transform: scaleY(0.4);} 20% {transform: scaleY(1.0);} } .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper > div { animation: spinner5 1.2s infinite ease-in-out; display: inline-block; height: 100%; width: 15%; } .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper > .preloader-point-2 { animation-delay: -1.1s; } .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper > .preloader-point-3 { animation-delay: -1.0s; } .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper > .preloader-point-4 { animation-delay: -0.9s; } .preloader-wrapper.ba-spinner-5 .preloader-point-wrapper > .preloader-point-5 { animation-delay: -0.8s; } /* /* Spiner 6 */ .preloader-wrapper.ba-spinner-6 .preloader-point-wrapper { position: relative; } @keyframes spinner6 { 25% { transform: translateX(225%) rotate(-90deg) scale(0.5) } 50% { transform: translateX(225%) translateY(225%) rotate(-180deg) } 75% { transform: translateX(0px) translateY(225%) rotate(-270deg) scale(0.5) } 100% { transform: rotate(-360deg) } } .preloader-wrapper.ba-spinner-6 .preloader-point-wrapper > div { animation: spinner6 1.8s infinite ease-in-out; height: 30%; left: 0; position: absolute; top: 0; width: 30%; } .preloader-wrapper.ba-spinner-6 .preloader-point-wrapper > .preloader-point-2 { animation-delay: -0.9s; } /* /* Spiner 7 */ @keyframes spinner7 { 0% {transform: scale(0) } 100% {transform: scale(1.0);opacity: 0;} } .preloader-wrapper.ba-spinner-7 .preloader-point-wrapper > div { animation: spinner7 1.0s infinite ease-in-out; border-radius: 100%; height: 100%; margin: 0 auto; width: 100%; } /* /* Spiner 8 */ @keyframes spinner8-rotate { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);} } .preloader-wrapper.ba-spinner-8 .preloader-point-wrapper { animation: spinner8-rotate 2.0s infinite linear; position: relative; text-align: center; } @keyframes spinner8-bounce { 0%, 100% {transform: scale(0.0);} 50% {transform: scale(1.0);} } .preloader-wrapper.ba-spinner-8 .preloader-point-wrapper > div { animation: spinner8-bounce 2.0s infinite ease-in-out; border-radius: 100%; display: inline-block; height: 60%; position: absolute; top: 0; width: 60%; } .preloader-wrapper.ba-spinner-8 .preloader-point-wrapper > .preloader-point-2 { animation-delay: -1.0s; bottom: 0; top: auto; } /* /* Spiner 9 */ .preloader-wrapper.ba-spinner-9 .preloader-point-wrapper { align-items: center; display: flex; justify-content: space-between; text-align: center; } @keyframes spinner9 { 0%, 80%, 100% { transform: scale(0) } 40% { transform: scale(1.0) } } .preloader-wrapper.ba-spinner-9 .preloader-point-wrapper > div { animation: spinner9 1.4s infinite ease-in-out both; border-radius: 100%; display: inline-block; height: 25%; width: 25%; } .preloader-wrapper.ba-spinner-9 .preloader-point-wrapper > .preloader-point-1 { animation-delay: -0.32s; } .preloader-wrapper.ba-spinner-9 .preloader-point-wrapper > .preloader-point-2 { animation-delay: -0.16s; } /* /* Spiner 10 */ @keyframes rotateSpinner { 0% {transform: translateX(-50%) translateY(-50%) rotateZ(0deg);} 100% {transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper { animation: rotateSpinner 2s infinite ease-in; left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); margin: 0 !important; } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > div { background: transparent !important; height: 100%; opacity: 0; position: absolute; width: 100%; } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > div:before { border-radius: 50%; content: ""; height: 10%; left: 50%; position: absolute; top: 0%; transform: translateX(-50%); width: 10%; } @keyframes spinner-circle1 { 0% {opacity: 0;} 0% {opacity: 1; transform: rotateZ(36deg);} 7% {transform: rotateZ(0deg);} 57% {transform: rotateZ(0deg);} 100% {transform: rotateZ(-324deg); opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-1 { animation: spinner-circle1 2s infinite linear; transform: rotateZ(0deg); z-index: 9; } @keyframes spinner-circle2 { 5% {opacity: 0;} 5.0001% {opacity: 1;transform: rotateZ(0deg);} 12% {transform: rotateZ(-36deg);} 62% {transform: rotateZ(-36deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-2 { animation: spinner-circle2 2s infinite linear; transform: rotateZ(36deg); z-index: 8; } @keyframes spinner-circle3 { 10% {opacity: 0;} 10.0002% {opacity: 1;transform: rotateZ(-36deg);} 17% {transform: rotateZ(-72deg);} 67% {transform: rotateZ(-72deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-3 { animation: spinner-circle3 2s infinite linear; transform: rotateZ(72deg); z-index: 7; } @keyframes spinner-circle4 { 15% {opacity: 0;} 15.0003% {opacity: 1;transform: rotateZ(-72deg);} 22% {transform: rotateZ(-108deg);} 72% {transform: rotateZ(-108deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-4 { animation: spinner-circle4 2s infinite linear; transform: rotateZ(108deg); z-index: 6; } @keyframes spinner-circle5 { 20% {opacity: 0;} 20.0004% {opacity: 1;transform: rotateZ(-108deg);} 27% {transform: rotateZ(-144deg);} 77% {transform: rotateZ(-144deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-5 { animation: spinner-circle5 2s infinite linear; transform: rotateZ(144deg); z-index: 5; } @keyframes spinner-circle6 { 25% {opacity: 0;} 25.0005% {opacity: 1;transform: rotateZ(-144deg);} 32% {transform: rotateZ(-180deg);} 82% {transform: rotateZ(-180deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-6 { animation: spinner-circle6 2s infinite linear; transform: rotateZ(180deg); z-index: 4; } @keyframes spinner-circle7 { 30% {opacity: 0;} 30.0006% {opacity: 1;transform: rotateZ(-180deg);} 37% {transform: rotateZ(-216deg);} 87% {transform: rotateZ(-216deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-7 { animation: spinner-circle7 2s infinite linear; transform: rotateZ(216deg); z-index: 3; } @keyframes spinner-circle8 { 35% {opacity: 0;} 35.0007% {opacity: 1;transform: rotateZ(-216deg);} 42% {transform: rotateZ(-252deg);} 92% {transform: rotateZ(-252deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-8 { animation: spinner-circle8 2s infinite linear; transform: rotateZ(252deg); z-index: 2; } @keyframes spinner-circle9 { 40% {opacity: 0;} 40.0008% {opacity: 1;transform: rotateZ(-252deg);} 47% {transform: rotateZ(-288deg);} 97% {transform: rotateZ(-288deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-9 { animation: spinner-circle9 2s infinite linear; transform: rotateZ(288deg); z-index: 1; } @keyframes spinner-circle10 { 45% {opacity: 0;} 45.0009% {opacity: 1;transform: rotateZ(-288deg);} 52% {transform: rotateZ(-324deg);} 102% {transform: rotateZ(-324deg);} 100% {transform: rotateZ(-324deg);opacity: 1;} } .preloader-wrapper.ba-spinner-10 .preloader-point-wrapper > .preloader-point-10 { animation: spinner-circle10 2s infinite linear; transform: rotateZ(324deg); z-index: 0; } /* ======================================================================== Page Transition ========================================================================== */ /* Fade-Out */ @keyframes pt-fade-out { from {opacity: 1;} to {opacity: 0;} } .preloader-animation-out .preloader-wrapper.ba-pt-fade { animation: pt-fade-out .5s .3s linear both; } /* Slide Up Out*/ @keyframes pt-slide-up-out { from {transform: translateY(0);} to {transform: translateY(-100vh);} } .preloader-animation-out .preloader-wrapper.ba-pt-slide-up { animation: pt-slide-up-out .5s .3s linear both; } /* Slide Bottom Out*/ @keyframes pt-slide-bottom-out { from {transform: translateY(0);} to {transform: translateY(100vh);} } .preloader-animation-out .preloader-wrapper.ba-pt-slide-bottom { animation: pt-slide-bottom-out .5s .3s linear both; } /* Slide Right Out*/ @keyframes pt-slide-right-out { from {transform: translateX(0);} to {transform: translateX(100vw);} } .preloader-animation-out .preloader-wrapper.ba-pt-slide-right { animation: pt-slide-right-out .5s .3s linear both; } /* Slide Left Out*/ @keyframes pt-slide-left-out { from {transform: translateX(0);} to {transform: translateX(-100vw);} } .preloader-animation-out .preloader-wrapper.ba-pt-slide-left { animation: pt-slide-left-out .5s .3s linear both; } /* Split Diagonal */ .preloader-wrapper .preloader-image-wrapper, .preloader-wrapper .preloader-point-wrapper { transition: opacity .3s linear; z-index: 1; } .preloader-animation-out .preloader-wrapper .preloader-image-wrapper, .preloader-animation-out .preloader-wrapper .preloader-point-wrapper { opacity: 0; } .preloader-wrapper.ba-pt-frame:before, .preloader-wrapper.ba-pt-frame:after, .preloader-wrapper.ba-pt-circle:before, .preloader-wrapper.ba-pt-split-diamond:after, .preloader-wrapper.ba-pt-split-diamond:before, .preloader-wrapper.ba-pt-split-horizontal:after, .preloader-wrapper.ba-pt-split-horizontal:before, .preloader-wrapper.ba-pt-split-vertical:after, .preloader-wrapper.ba-pt-split-vertical:before, .preloader-wrapper.ba-pt-split-diagonal:after, .preloader-wrapper.ba-pt-split-diagonal:before { content: ""; height: 100vh; position: fixed; top: 0; width: 100vw; } .preloader-wrapper.ba-pt-split-diagonal:after, .preloader-wrapper.ba-pt-split-diagonal:before { transform: skewX(45deg); width: 130vw; } @keyframes ba-pt-split-diagonal { from {left: 25%;} to {left: 145%;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-diagonal:after{ animation: ba-pt-split-diagonal .5s .3s linear both; left: 25%; } @keyframes ba-pt-split-diagonal-out { from {right: 25%;} to {right: 145%;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-diagonal:before { animation: ba-pt-split-diagonal-out .5s .3s linear both; right: 25%; } .preloader-animation-out .preloader-wrapper.ba-pt-frame, .preloader-wrapper.ba-pt-circle, .preloader-animation-out .preloader-wrapper.ba-pt-split-diamond, .preloader-wrapper.ba-pt-split-horizontal, .preloader-wrapper.ba-pt-split-vertical, .preloader-animation-out .preloader-wrapper.ba-pt-split-diagonal { background: transparent !important; } /* Split Diamond */ .preloader-wrapper.ba-pt-split-diamond:after, .preloader-wrapper.ba-pt-split-diamond:before { border: 50vh solid; box-sizing: border-box; background: transparent !important; } @keyframes ba-pt-split-diamond-out { from {left: calc(50vw - 50vh);} to {left: 100vw;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-diamond:after { animation: ba-pt-split-diamond-out .5s .3s linear both; border-left-color: transparent !important; left: calc(50vw - 50vh); } @keyframes ba-pt-split-diamond { from {left: calc(50vh - 50vw);} to {left: -100vw;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-diamond:before { animation: ba-pt-split-diamond .5s .3s linear both; border-right-color: transparent !important; left: calc(50vh - 50vw); } /* Split Vertical */ @keyframes ba-pt-split-vertical { from {top: 50vh;} to {top: 100vh;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-vertical:after{ animation: ba-pt-split-vertical .5s .3s linear both; } .preloader-wrapper.ba-pt-split-vertical:after{ top: 50vh; height: 50vh; } @keyframes ba-pt-split-vertical-out { from {top: 0;} to {top: -50vh;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-vertical:before { animation: ba-pt-split-vertical-out .5s .3s linear both; } .preloader-wrapper.ba-pt-split-vertical:before { top: 0; height: 50vh; } /* Split Horizontal */ @keyframes ba-pt-split-horizontal { from {left: 50vw;} to {left: 100vw;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-horizontal:after{ animation: ba-pt-split-horizontal .5s .3s linear both; } .preloader-wrapper.ba-pt-split-horizontal:after{ left: 50vw; } @keyframes ba-pt-split-horizontal-out { from {left: -50vw;} to {left: -100vw;} } .preloader-animation-out .preloader-wrapper.ba-pt-split-horizontal:before { animation: ba-pt-split-horizontal-out .5s .3s linear both; } .preloader-wrapper.ba-pt-split-horizontal:before { left: -50vw; } /* Circle */ @keyframes pt-circle-out { from {transform: scale(2);} to {transform: scale(0);} } .preloader-animation-out .preloader-wrapper.ba-pt-circle:before { animation: pt-circle-out .5s .3s linear both; border-radius: 100%; height: 100vw; left: 0; top: calc(50vh - 50vw); transform: scale(2); } /* Frame */ .preloader-animation-out .preloader-wrapper.ba-pt-frame:after, .preloader-animation-out .preloader-wrapper.ba-pt-frame:before { animation: pt-frame-out .5s .3s linear both; } .preloader-animation-out .preloader-wrapper.ba-pt-frame:before, .preloader-animation-out .preloader-wrapper.ba-pt-frame:after { background: transparent !important; border-style: solid; box-sizing: border-box; } @keyframes pt-frame-out { from { border-right-width: 50vw; border-bottom-width: 50vh;} to { border-right-width: 0; border-bottom-width: 0; } } .preloader-animation-out .preloader-wrapper.ba-pt-frame:before { animation: pt-frame-out .5s .3s linear both; border-width: 0; border-right-width: 50vw; border-bottom-width: 50vh; } @keyframes pt-frame-left-out { from { border-top-width: 50vh;border-left-width: 50vw; } to { border-top-width: 0;border-left-width: 0; } } .preloader-animation-out .preloader-wrapper.ba-pt-frame:after { animation: pt-frame-left-out .5s .3s linear both; border-width: 0; border-top-width: 50vh; border-left-width: 50vw; }