@import url(../../../../templates/gridbox/css/../library/icons/fontawesome/fontawesome.css); @import url(../../../../templates/gridbox/css/../library/icons/material/material.css); @import url(../../../../components/com_bagallery/assets/css/../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 */ @-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } /* /* fadeinleft */ @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } /* /* bounceInRight */ @-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } /* /* fadeInRight */ @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } /* /* zoomIn */ @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(.85, .85, .85); transform: scale3d(.85, .85, .85); } 100% { opacity: 1; } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(.85, .85, .85); transform: scale3d(.85, .85, .85); } 100% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } /* /* fadeIn */ @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } /* /* bounceIn */ .animated.bounceIn { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } /* /* bounceInUp */ @-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } /* /* bounceInBottom */ @-webkit-keyframes bounceInBottom { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -200px, 0); transform: translate3d(0, -200px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInBottom { 0%, 60%, 75%, 90%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -200px, 0); transform: translate3d(0, -200px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInBottom { -webkit-animation-name: bounceInBottom; animation-name: bounceInBottom; } /* /* fadeInUp */ @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } /* /* fadeInBottom */ @-webkit-keyframes fadeInBottom { 0% { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInBottom { 0% { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInBottom { -webkit-animation-name: fadeInBottom; animation-name: fadeInBottom; }.ba-image-item-caption, .ba-simple-gallery-caption { opacity: 0; } .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-splash .ba-caption-overlay, .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; -webkit-transition-duration: inherit; transition-property: all; -webkit-transition-property: all; } .image-caption-remove-transition { transition-duration: 0s !important; -webkit-transition-duration: 0s !important; transition-property: 0s !important; -webkit-transition-property: 0s !important; } /* 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 { -webkit-transform: translateX(130%)translateY(130%); 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 { -webkit-transform: translateX(-130%)translateY(-130%); transform: translateX(-130%)translateY(-130%); } /* Animation Splash Up Effect */ .ba-splash.ba-image-wrapper:not(:hover) .ba-image-item-caption, .ba-splash .ba-instagram-image:not(:hover) .ba-simple-gallery-caption { -webkit-transform: scale(.01); transform: scale(.01); } /* 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 { -webkit-transform: scale(1.25); 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; -webkit-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 { -webkit-transform: scale(1.6) rotate(10deg); 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); -webkit-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); -webkit-transform: skewX(45deg) scaleX(.0001); }#item-15268988830 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268988830.visible {opacity: 1;}#item-15268988830 > .parallax-wrapper .parallax {background-image: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988830 > .ba-video-background {display: none;}#item-15268988830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988830 > .ba-box-model:before {height: 25px;top: 0;}#item-15268988830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268988830 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268988830 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988830.visible {opacity: 1;}#item-15268988830 > .parallax-wrapper .parallax {background-image: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988830 > .ba-video-background {display: none;}#item-15268988830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988830 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268988830 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988830.visible {opacity: 1;}#item-15268988830 > .parallax-wrapper .parallax {background-image: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988830 > .ba-video-background {display: none;}#item-15268988830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988830 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268988830 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988830.visible {opacity: 1;}#item-15268988830 > .parallax-wrapper .parallax {background-image: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988830 > .ba-video-background {display: none;}#item-15268988830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988830 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268988830 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988830.visible {opacity: 1;}#item-15268988830 > .parallax-wrapper .parallax {background-image: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988830 > .ba-video-background {display: none;}#item-15268988830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988830 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269004268160 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269004268160.visible {opacity: 1;}#item-15269004268160 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268160 > .ba-video-background {display: none;}#item-15269004268160 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268160 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268160 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15269004268160 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269004268160 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15269004268160 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -31px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269004268160.visible {opacity: 1;}#item-15269004268160 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268160 > .ba-video-background {display: none;}#item-15269004268160 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268160 > .ba-box-model:before {height: -31px;top: 0;}#item-15269004268160 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15269004268160 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269004268160 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -31px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269004268160.visible {opacity: 1;}#item-15269004268160 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268160 > .ba-video-background {display: none;}#item-15269004268160 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268160 > .ba-box-model:before {height: -31px;top: 0;}#item-15269004268160 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15269004268160 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269004268160 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -31px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269004268160.visible {opacity: 1;}#item-15269004268160 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268160 > .ba-video-background {display: none;}#item-15269004268160 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268160 > .ba-box-model:before {height: -31px;top: 0;}#item-15269004268160 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15269004268160 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269004268160 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -31px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269004268160.visible {opacity: 1;}#item-15269004268160 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268160 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268160 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268160 > .ba-video-background {display: none;}#item-15269004268160 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268160 > .ba-box-model:before {height: -31px;top: 0;}#item-15269004268160 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15269004268160 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268160 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268995260 {border-bottom-width : 0;border-color : rgba(193, 191, 191, 1);border-left-width : 0;border-radius : 0px;border-right-width : 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 : 125px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268995260.visible {opacity: 1;}#item-15268995260 > .parallax-wrapper .parallax {background-image: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995260 > .ba-video-background {display: none;}#item-15268995260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995260 > .ba-box-model:before {height: 125px;top: 0;}#item-15268995260 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268995260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268995260 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268995260 {border-bottom-width : 0;border-color : rgba(193, 191, 191, 1);border-left-width : 0;border-radius : 0px;border-right-width : 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 : 125px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268995260.visible {opacity: 1;}#item-15268995260 > .parallax-wrapper .parallax {background-image: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995260 > .ba-video-background {display: none;}#item-15268995260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995260 > .ba-box-model:before {height: 125px;top: 0;}#item-15268995260 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268995260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268995260 {border-bottom-width : 0;border-color : rgba(193, 191, 191, 1);border-left-width : 0;border-radius : 0px;border-right-width : 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 : 80px;padding-bottom : 0px;padding-left : 10px;padding-right : 10px;padding-top : 0px;}#item-15268995260.visible {opacity: 1;}#item-15268995260 > .parallax-wrapper .parallax {background-image: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995260 > .ba-video-background {display: none;}#item-15268995260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995260 > .ba-box-model:before {height: 80px;top: 0;}#item-15268995260 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268995260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268995260 {border-bottom-width : 0;border-color : rgba(193, 191, 191, 1);border-left-width : 0;border-radius : 0px;border-right-width : 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 : 80px;padding-bottom : 0px;padding-left : 10px;padding-right : 10px;padding-top : 0px;}#item-15268995260.visible {opacity: 1;}#item-15268995260 > .parallax-wrapper .parallax {background-image: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995260 > .ba-video-background {display: none;}#item-15268995260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995260 > .ba-box-model:before {height: 80px;top: 0;}#item-15268995260 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268995260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268995260 {border-bottom-width : 0;border-color : rgba(193, 191, 191, 1);border-left-width : 0;border-radius : 0px;border-right-width : 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 : 57px;padding-bottom : 0px;padding-left : 10px;padding-right : 10px;padding-top : 0px;}#item-15268995260.visible {opacity: 1;}#item-15268995260 > .parallax-wrapper .parallax {background-image: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995260 > .ba-video-background {display: none;}#item-15268995260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995260 > .ba-box-model:before {height: 57px;top: 0;}#item-15268995260 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268995260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995260 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15268995260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269003434980 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : -10px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269003434980.visible {opacity: 1;}#item-15269003434980 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434980 > .ba-video-background {display: none;}#item-15269003434980 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434980 > .ba-box-model:before {height: 25px;top: 0;}#item-15269003434980 > .ba-box-model:after {height: -10px;bottom: 0;}#item-15269003434980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269003434980 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15269003434980 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : -10px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269003434980.visible {opacity: 1;}#item-15269003434980 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434980 > .ba-video-background {display: none;}#item-15269003434980 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434980 > .ba-box-model:before {height: 25px;top: 0;}#item-15269003434980 > .ba-box-model:after {height: -10px;bottom: 0;}#item-15269003434980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269003434980 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : -10px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269003434980.visible {opacity: 1;}#item-15269003434980 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434980 > .ba-video-background {display: none;}#item-15269003434980 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434980 > .ba-box-model:before {height: 25px;top: 0;}#item-15269003434980 > .ba-box-model:after {height: -10px;bottom: 0;}#item-15269003434980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269003434980 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : -10px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269003434980.visible {opacity: 1;}#item-15269003434980 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434980 > .ba-video-background {display: none;}#item-15269003434980 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434980 > .ba-box-model:before {height: 25px;top: 0;}#item-15269003434980 > .ba-box-model:after {height: -10px;bottom: 0;}#item-15269003434980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269003434980 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : -10px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15269003434980.visible {opacity: 1;}#item-15269003434980 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434980 > .ba-video-background {display: none;}#item-15269003434980 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434980 > .ba-box-model:before {height: 25px;top: 0;}#item-15269003434980 > .ba-box-model:after {height: -10px;bottom: 0;}#item-15269003434980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268989020 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989020.visible {opacity: 1;}#item-15268989020 > .parallax-wrapper .parallax {background-image: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989020 > .ba-video-background {display: none;}#item-15268989020 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989020 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989020 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268989020 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268989020 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989020.visible {opacity: 1;}#item-15268989020 > .parallax-wrapper .parallax {background-image: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989020 > .ba-video-background {display: none;}#item-15268989020 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989020 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989020 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268989020 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989020.visible {opacity: 1;}#item-15268989020 > .parallax-wrapper .parallax {background-image: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989020 > .ba-video-background {display: none;}#item-15268989020 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989020 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989020 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268989020 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989020.visible {opacity: 1;}#item-15268989020 > .parallax-wrapper .parallax {background-image: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989020 > .ba-video-background {display: none;}#item-15268989020 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989020 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989020 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268989020 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989020.visible {opacity: 1;}#item-15268989020 > .parallax-wrapper .parallax {background-image: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989020 > .ba-video-background {display: none;}#item-15268989020 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989020 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989020 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269005960 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 35px;}#item-15269005960.visible {opacity: 1;}#item-15269005960 > .parallax-wrapper .parallax {background-image: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269005960 > .ba-video-background {display: none;}#item-15269005960 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269005960 > .ba-box-model:before {height: 0px;top: 0;}#item-15269005960 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269005960 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}#item-15269005960 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15269005960 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 35px;}#item-15269005960.visible {opacity: 1;}#item-15269005960 > .parallax-wrapper .parallax {background-image: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269005960 > .ba-video-background {display: none;}#item-15269005960 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269005960 > .ba-box-model:before {height: 0px;top: 0;}#item-15269005960 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269005960 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15269005960 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 35px;}#item-15269005960.visible {opacity: 1;}#item-15269005960 > .parallax-wrapper .parallax {background-image: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269005960 > .ba-video-background {display: none;}#item-15269005960 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269005960 > .ba-box-model:before {height: 0px;top: 0;}#item-15269005960 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269005960 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 667px) {#item-15269005960 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 35px;}#item-15269005960.visible {opacity: 1;}#item-15269005960 > .parallax-wrapper .parallax {background-image: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269005960 > .ba-video-background {display: none;}#item-15269005960 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269005960 > .ba-box-model:before {height: 0px;top: 0;}#item-15269005960 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269005960 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 375px) {#item-15269005960 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 35px;}#item-15269005960.visible {opacity: 1;}#item-15269005960 > .parallax-wrapper .parallax {background-image: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269005960 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269005960 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269005960 > .ba-video-background {display: none;}#item-15269005960 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269005960 > .ba-box-model:before {height: 0px;top: 0;}#item-15269005960 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269005960 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269005960 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-15289684340 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15289684340.visible {opacity: 1;}#item-15289684340 > .parallax-wrapper .parallax {background-image: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684340 > .ba-video-background {display: none;}#item-15289684340 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684340 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15289684340 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15289684340 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15289684340.visible {opacity: 1;}#item-15289684340 > .parallax-wrapper .parallax {background-image: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684340 > .ba-video-background {display: none;}#item-15289684340 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684340 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15289684340 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15289684340.visible {opacity: 1;}#item-15289684340 > .parallax-wrapper .parallax {background-image: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684340 > .ba-video-background {display: none;}#item-15289684340 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684340 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15289684340 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15289684340.visible {opacity: 1;}#item-15289684340 > .parallax-wrapper .parallax {background-image: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684340 > .ba-video-background {display: none;}#item-15289684340 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684340 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15289684340 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15289684340.visible {opacity: 1;}#item-15289684340 > .parallax-wrapper .parallax {background-image: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684340 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684340 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684340 > .ba-video-background {display: none;}#item-15289684340 {background-color: rgba(246, 246, 246, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684340 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684340 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684340 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15289684340 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268988831 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988831.visible {opacity: 1;}#item-15268988831 > .parallax-wrapper .parallax {background-image: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988831 > .ba-video-background {display: none;}#item-15268988831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988831 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268988831 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268988831 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988831.visible {opacity: 1;}#item-15268988831 > .parallax-wrapper .parallax {background-image: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988831 > .ba-video-background {display: none;}#item-15268988831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988831 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268988831 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988831.visible {opacity: 1;}#item-15268988831 > .parallax-wrapper .parallax {background-image: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988831 > .ba-video-background {display: none;}#item-15268988831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988831 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268988831 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988831.visible {opacity: 1;}#item-15268988831 > .parallax-wrapper .parallax {background-image: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988831 > .ba-video-background {display: none;}#item-15268988831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988831 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268988831 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268988831.visible {opacity: 1;}#item-15268988831 > .parallax-wrapper .parallax {background-image: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268988831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268988831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268988831 > .ba-video-background {display: none;}#item-15268988831 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268988831 > .ba-box-model:before {height: 0px;top: 0;}#item-15268988831 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268988831 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268988831 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269004268162 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268162.visible {opacity: 1;}#item-15269004268162 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268162 > .ba-video-background {display: none;}#item-15269004268162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268162 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269004268162 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15269004268162 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268162.visible {opacity: 1;}#item-15269004268162 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268162 > .ba-video-background {display: none;}#item-15269004268162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268162 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269004268162 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268162.visible {opacity: 1;}#item-15269004268162 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268162 > .ba-video-background {display: none;}#item-15269004268162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268162 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269004268162 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268162.visible {opacity: 1;}#item-15269004268162 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268162 > .ba-video-background {display: none;}#item-15269004268162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268162 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269004268162 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268162.visible {opacity: 1;}#item-15269004268162 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268162 > .ba-video-background {display: none;}#item-15269004268162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268162 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269004268163 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268163.visible {opacity: 1;}#item-15269004268163 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268163 > .ba-video-background {display: none;}#item-15269004268163 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268163 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268163 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268163 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269004268163 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15269004268163 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268163.visible {opacity: 1;}#item-15269004268163 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268163 > .ba-video-background {display: none;}#item-15269004268163 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268163 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268163 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268163 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269004268163 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 10px;padding-right : 10px;padding-top : 0px;}#item-15269004268163.visible {opacity: 1;}#item-15269004268163 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268163 > .ba-video-background {display: none;}#item-15269004268163 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268163 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268163 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268163 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269004268163 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 10px;padding-right : 10px;padding-top : 0px;}#item-15269004268163.visible {opacity: 1;}#item-15269004268163 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268163 > .ba-video-background {display: none;}#item-15269004268163 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268163 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268163 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268163 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269004268163 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 10px;padding-right : 10px;padding-top : 0px;}#item-15269004268163.visible {opacity: 1;}#item-15269004268163 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268163 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268163 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268163 > .ba-video-background {display: none;}#item-15269004268163 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268163 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268163 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268163 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268163 > .ba-box-model .ba-bm-left {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-15269004268163 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269004268164 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268164.visible {opacity: 1;}#item-15269004268164 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268164 > .ba-video-background {display: none;}#item-15269004268164 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268164 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268164 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268164 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269004268164 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15269004268164 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268164.visible {opacity: 1;}#item-15269004268164 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268164 > .ba-video-background {display: none;}#item-15269004268164 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268164 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268164 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268164 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269004268164 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268164.visible {opacity: 1;}#item-15269004268164 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268164 > .ba-video-background {display: none;}#item-15269004268164 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268164 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268164 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268164 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269004268164 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268164.visible {opacity: 1;}#item-15269004268164 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268164 > .ba-video-background {display: none;}#item-15269004268164 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268164 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268164 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268164 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269004268164 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269004268164.visible {opacity: 1;}#item-15269004268164 > .parallax-wrapper .parallax {background-image: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269004268164 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269004268164 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269004268164 > .ba-video-background {display: none;}#item-15269004268164 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269004268164 > .ba-box-model:before {height: 0px;top: 0;}#item-15269004268164 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269004268164 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269004268164 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268995261 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268995261.visible {opacity: 1;}#item-15268995261 > .parallax-wrapper .parallax {background-image: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995261 > .ba-video-background {display: none;}#item-15268995261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995261 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268995261 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268995261 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268995261.visible {opacity: 1;}#item-15268995261 > .parallax-wrapper .parallax {background-image: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995261 > .ba-video-background {display: none;}#item-15268995261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995261 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268995261 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268995261.visible {opacity: 1;}#item-15268995261 > .parallax-wrapper .parallax {background-image: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995261 > .ba-video-background {display: none;}#item-15268995261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995261 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268995261 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268995261.visible {opacity: 1;}#item-15268995261 > .parallax-wrapper .parallax {background-image: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995261 > .ba-video-background {display: none;}#item-15268995261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995261 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268995261 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268995261.visible {opacity: 1;}#item-15268995261 > .parallax-wrapper .parallax {background-image: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995261 > .ba-video-background {display: none;}#item-15268995261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995261 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268995262 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-top : 0px;}#item-15268995262.visible {opacity: 1;}#item-15268995262 > .parallax-wrapper .parallax {background-image: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995262 > .ba-video-background {display: none;}#item-15268995262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995262 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-right {width: 40px; height: 40px;}#item-15268995262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268995262 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268995262 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-top : 0px;}#item-15268995262.visible {opacity: 1;}#item-15268995262 > .parallax-wrapper .parallax {background-image: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995262 > .ba-video-background {display: none;}#item-15268995262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995262 > .ba-box-model:before {height: 0px;top: 0;}#item-15268995262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-right {width: 40px; height: 40px;}#item-15268995262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268995262 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 43px;padding-bottom : 0px;padding-left : 0px;padding-right : 40px;padding-top : 0px;}#item-15268995262.visible {opacity: 1;}#item-15268995262 > .parallax-wrapper .parallax {background-image: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995262 > .ba-video-background {display: none;}#item-15268995262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995262 > .ba-box-model:before {height: 43px;top: 0;}#item-15268995262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-right {width: 40px; height: 40px;}#item-15268995262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268995262 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 7px;padding-bottom : 0px;padding-left : 0px;padding-right : 40px;padding-top : 0px;}#item-15268995262.visible {opacity: 1;}#item-15268995262 > .parallax-wrapper .parallax {background-image: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995262 > .ba-video-background {display: none;}#item-15268995262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995262 > .ba-box-model:before {height: 7px;top: 0;}#item-15268995262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-right {width: 40px; height: 40px;}#item-15268995262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268995262 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 7px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268995262.visible {opacity: 1;}#item-15268995262 > .parallax-wrapper .parallax {background-image: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268995262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268995262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268995262 > .ba-video-background {display: none;}#item-15268995262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268995262 > .ba-box-model:before {height: 7px;top: 0;}#item-15268995262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268995262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268995262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15269003434982 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269003434982.visible {opacity: 1;}#item-15269003434982 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434982 > .ba-video-background {display: none;}#item-15269003434982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434982 > .ba-box-model:before {height: 0px;top: 0;}#item-15269003434982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269003434982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15269003434982 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15269003434982 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269003434982.visible {opacity: 1;}#item-15269003434982 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434982 > .ba-video-background {display: none;}#item-15269003434982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434982 > .ba-box-model:before {height: 0px;top: 0;}#item-15269003434982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269003434982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15269003434982 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269003434982.visible {opacity: 1;}#item-15269003434982 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434982 > .ba-video-background {display: none;}#item-15269003434982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434982 > .ba-box-model:before {height: 0px;top: 0;}#item-15269003434982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269003434982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15269003434982 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269003434982.visible {opacity: 1;}#item-15269003434982 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434982 > .ba-video-background {display: none;}#item-15269003434982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434982 > .ba-box-model:before {height: 0px;top: 0;}#item-15269003434982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269003434982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15269003434982 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15269003434982.visible {opacity: 1;}#item-15269003434982 > .parallax-wrapper .parallax {background-image: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15269003434982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15269003434982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15269003434982 > .ba-video-background {display: none;}#item-15269003434982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15269003434982 > .ba-box-model:before {height: 0px;top: 0;}#item-15269003434982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15269003434982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15269003434982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268989021 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989021.visible {opacity: 1;}#item-15268989021 > .parallax-wrapper .parallax {background-image: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989021 > .ba-video-background {display: none;}#item-15268989021 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989021 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989021 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989021 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268989021 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268989021 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989021.visible {opacity: 1;}#item-15268989021 > .parallax-wrapper .parallax {background-image: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989021 > .ba-video-background {display: none;}#item-15268989021 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989021 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989021 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989021 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268989021 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989021.visible {opacity: 1;}#item-15268989021 > .parallax-wrapper .parallax {background-image: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989021 > .ba-video-background {display: none;}#item-15268989021 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989021 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989021 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989021 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268989021 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989021.visible {opacity: 1;}#item-15268989021 > .parallax-wrapper .parallax {background-image: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989021 > .ba-video-background {display: none;}#item-15268989021 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989021 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989021 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989021 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268989021 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268989021.visible {opacity: 1;}#item-15268989021 > .parallax-wrapper .parallax {background-image: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268989021 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268989021 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268989021 > .ba-video-background {display: none;}#item-15268989021 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268989021 > .ba-box-model:before {height: 0px;top: 0;}#item-15268989021 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268989021 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268989021 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268991572 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991572.visible {opacity: 1;}#item-15268991572 > .parallax-wrapper .parallax {background-image: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991572 > .ba-video-background {display: none;}#item-15268991572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991572 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991572 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268991572 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268991572 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991572.visible {opacity: 1;}#item-15268991572 > .parallax-wrapper .parallax {background-image: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991572 > .ba-video-background {display: none;}#item-15268991572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991572 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991572 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268991572 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991572.visible {opacity: 1;}#item-15268991572 > .parallax-wrapper .parallax {background-image: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991572 > .ba-video-background {display: none;}#item-15268991572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991572 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991572 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268991572 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991572.visible {opacity: 1;}#item-15268991572 > .parallax-wrapper .parallax {background-image: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991572 > .ba-video-background {display: none;}#item-15268991572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991572 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991572 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268991572 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991572.visible {opacity: 1;}#item-15268991572 > .parallax-wrapper .parallax {background-image: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991572 > .ba-video-background {display: none;}#item-15268991572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991572 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991572 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268991573 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991573.visible {opacity: 1;}#item-15268991573 > .parallax-wrapper .parallax {background-image: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991573 > .ba-video-background {display: none;}#item-15268991573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991573 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268991573 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268991573 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991573.visible {opacity: 1;}#item-15268991573 > .parallax-wrapper .parallax {background-image: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991573 > .ba-video-background {display: none;}#item-15268991573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991573 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268991573 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991573.visible {opacity: 1;}#item-15268991573 > .parallax-wrapper .parallax {background-image: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991573 > .ba-video-background {display: none;}#item-15268991573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991573 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268991573 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991573.visible {opacity: 1;}#item-15268991573 > .parallax-wrapper .parallax {background-image: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991573 > .ba-video-background {display: none;}#item-15268991573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991573 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268991573 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268991573.visible {opacity: 1;}#item-15268991573 > .parallax-wrapper .parallax {background-image: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268991573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268991573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268991573 > .ba-video-background {display: none;}#item-15268991573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268991573 > .ba-box-model:before {height: 0px;top: 0;}#item-15268991573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268991573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268991573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15289684341 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15289684341.visible {opacity: 1;}#item-15289684341 > .parallax-wrapper .parallax {background-image: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684341 > .ba-video-background {display: none;}#item-15289684341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684341 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684341 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15289684341 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15289684341 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15289684341.visible {opacity: 1;}#item-15289684341 > .parallax-wrapper .parallax {background-image: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684341 > .ba-video-background {display: none;}#item-15289684341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684341 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684341 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15289684341 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15289684341.visible {opacity: 1;}#item-15289684341 > .parallax-wrapper .parallax {background-image: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684341 > .ba-video-background {display: none;}#item-15289684341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684341 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684341 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15289684341 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15289684341.visible {opacity: 1;}#item-15289684341 > .parallax-wrapper .parallax {background-image: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684341 > .ba-video-background {display: none;}#item-15289684341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684341 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684341 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15289684341 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15289684341.visible {opacity: 1;}#item-15289684341 > .parallax-wrapper .parallax {background-image: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15289684341 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15289684341 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15289684341 > .ba-video-background {display: none;}#item-15289684341 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15289684341 > .ba-box-model:before {height: 0px;top: 0;}#item-15289684341 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15289684341 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15289684341 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15289684341 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268989120 {display : block;margin-bottom : -10px;margin-top : 25px;}#item-15268989120 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15268989120 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268989120 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268989120 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268989120 > .ba-box-model:before {height: 25px;}#item-15268989120 > .ba-box-model:after {height: -10px;}@media (max-width: 1280px) {#item-15268989120 {display : block;margin-bottom : -10px;margin-top : 0px;}#item-15268989120 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15268989120 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268989120 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268989120 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268989120 > .ba-box-model:before {height: 0px;}#item-15268989120 > .ba-box-model:after {height: -10px;}}@media (max-width: 768px) {#item-15268989120 {display : block;margin-bottom : -10px;margin-top : 0px;}#item-15268989120 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15268989120 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268989120 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268989120 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268989120 > .ba-box-model:before {height: 0px;}#item-15268989120 > .ba-box-model:after {height: -10px;}}@media (max-width: 667px) {#item-15268989120 {display : block;margin-bottom : -10px;margin-top : 0px;}#item-15268989120 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15268989120 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268989120 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268989120 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268989120 > .ba-box-model:before {height: 0px;}#item-15268989120 > .ba-box-model:after {height: -10px;}}@media (max-width: 375px) {#item-15268989120 {display : block;margin-bottom : -10px;margin-top : 0px;}#item-15268989120 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15268989120 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268989120 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268989120 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268989120 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268989120 > .ba-box-model:before {height: 0px;}#item-15268989120 > .ba-box-model:after {height: -10px;}}#item-15269064560430 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269064560430 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269064560430 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269064560430 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269064560430 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269064560430 > .ba-box-model:before {height: 0px;}#item-15269064560430 > .ba-box-model:after {height: 0px;}@media (max-width: 1280px) {#item-15269064560430 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269064560430 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269064560430 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269064560430 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269064560430 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269064560430 > .ba-box-model:before {height: 0px;}#item-15269064560430 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15269064560430 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269064560430 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269064560430 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269064560430 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269064560430 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269064560430 > .ba-box-model:before {height: 0px;}#item-15269064560430 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-15269064560430 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269064560430 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269064560430 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269064560430 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269064560430 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269064560430 > .ba-box-model:before {height: 0px;}#item-15269064560430 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-15269064560430 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269064560430 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269064560430 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269064560430 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h3 {font-family : 'Abhaya Libre';font-weight : 900;font-size : 20px;;}#item-15269064560430 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269064560430 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269064560430 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269064560430 > .ba-box-model:before {height: 0px;}#item-15269064560430 > .ba-box-model:after {height: 0px;}}#item-15319106680 {text-align: center;display : block;margin-bottom : 0px;margin-top : 12px;}#item-15319106680 .ba-image-wrapper {border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);width: 300px;}#item-15319106680 .ba-image-wrapper {transition-duration: 0.3s;}#item-15319106680 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15319106680 .ba-image-item-title {color:#ffffff;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 .ba-image-item-description {color:#ffffff;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 > .ba-box-model:before {height: 12px;top: -0px;}#item-15319106680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15319106680 .ba-image-wrapper { cursor: default; }@media (max-width: 1280px) {#item-15319106680 {text-align: center;display : block;margin-bottom : 0px;margin-top : 12px;}#item-15319106680 .ba-image-wrapper {border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);width: 300px;}#item-15319106680 .ba-image-wrapper {transition-duration: 0.3s;}#item-15319106680 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15319106680 .ba-image-item-title {color:#ffffff;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 .ba-image-item-description {color:#ffffff;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 > .ba-box-model:before {height: 12px;top: -0px;}#item-15319106680 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 768px) {#item-15319106680 {text-align: center;display : block;margin-bottom : 0px;margin-top : 12px;}#item-15319106680 .ba-image-wrapper {border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);width: 300px;}#item-15319106680 .ba-image-wrapper {transition-duration: 0.3s;}#item-15319106680 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15319106680 .ba-image-item-title {color:#ffffff;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 .ba-image-item-description {color:#ffffff;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 > .ba-box-model:before {height: 12px;top: -0px;}#item-15319106680 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 667px) {#item-15319106680 {text-align: center;display : block;margin-bottom : 0px;margin-top : 12px;}#item-15319106680 .ba-image-wrapper {border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);width: 300px;}#item-15319106680 .ba-image-wrapper {transition-duration: 0.3s;}#item-15319106680 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15319106680 .ba-image-item-title {color:#ffffff;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 .ba-image-item-description {color:#ffffff;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 > .ba-box-model:before {height: 12px;top: -0px;}#item-15319106680 > .ba-box-model:after {height: 0px;bottom: -0px;}}@media (max-width: 375px) {#item-15319106680 {text-align: center;display : block;margin-bottom : 0px;margin-top : 12px;}#item-15319106680 .ba-image-wrapper {border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);width: 300px;}#item-15319106680 .ba-image-wrapper {transition-duration: 0.3s;}#item-15319106680 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15319106680 .ba-image-item-title {color:#ffffff;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 .ba-image-item-description {color:#ffffff;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15319106680 > .ba-box-model:before {height: 12px;top: -0px;}#item-15319106680 > .ba-box-model:after {height: 0px;bottom: -0px;}}#item-15268998490 {display : block;margin-bottom : 50px;margin-top : 0px;}#item-15268998490 p {font-family : 'Abhaya Libre';font-weight : 400;;}#item-15268998490 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268998490 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268998490 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268998490 > .ba-box-model:before {height: 0px;}#item-15268998490 > .ba-box-model:after {height: 50px;}@media (max-width: 1280px) {#item-15268998490 {display : block;margin-bottom : 50px;margin-top : 0px;}#item-15268998490 p {font-family : 'Abhaya Libre';font-weight : 400;;}#item-15268998490 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268998490 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268998490 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268998490 > .ba-box-model:before {height: 0px;}#item-15268998490 > .ba-box-model:after {height: 50px;}}@media (max-width: 768px) {#item-15268998490 {display : block;margin-bottom : 50px;margin-top : 0px;}#item-15268998490 p {font-family : 'Abhaya Libre';font-weight : 400;;}#item-15268998490 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268998490 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268998490 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268998490 > .ba-box-model:before {height: 0px;}#item-15268998490 > .ba-box-model:after {height: 50px;}}@media (max-width: 667px) {#item-15268998490 {display : block;margin-bottom : 50px;margin-top : 25px;}#item-15268998490 p {font-family : 'Abhaya Libre';font-weight : 400;;}#item-15268998490 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268998490 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268998490 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268998490 > .ba-box-model:before {height: 25px;}#item-15268998490 > .ba-box-model:after {height: 50px;}}@media (max-width: 375px) {#item-15268998490 {display : block;margin-bottom : 50px;margin-top : 25px;}#item-15268998490 p {font-family : 'Abhaya Libre';font-weight : 400;;}#item-15268998490 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15268998490 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15268998490 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15268998490 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15268998490 > .ba-box-model:before {height: 25px;}#item-15268998490 > .ba-box-model:after {height: 50px;}}#item-15269003434981 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-15269003434981 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15269003434981 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269003434981 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269003434981 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269003434981 > .ba-box-model:before {height: 25px;}#item-15269003434981 > .ba-box-model:after {height: 0px;}@media (max-width: 1280px) {#item-15269003434981 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-15269003434981 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15269003434981 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269003434981 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269003434981 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269003434981 > .ba-box-model:before {height: 25px;}#item-15269003434981 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15269003434981 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-15269003434981 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15269003434981 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269003434981 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269003434981 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269003434981 > .ba-box-model:before {height: 25px;}#item-15269003434981 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-15269003434981 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-15269003434981 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15269003434981 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269003434981 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269003434981 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269003434981 > .ba-box-model:before {height: 25px;}#item-15269003434981 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-15269003434981 {display : block;margin-bottom : 0px;margin-top : 25px;}#item-15269003434981 p {font-family : 'Open Sans';font-weight : 400;font-size : 13px;text-align : center;;;}#item-15269003434981 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269003434981 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269003434981 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269003434981 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269003434981 > .ba-box-model:before {height: 25px;}#item-15269003434981 > .ba-box-model:after {height: 0px;}}#item-15269063548800 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269063548800 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269063548800 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269063548800 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269063548800 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269063548800 > .ba-box-model:before {height: 0px;}#item-15269063548800 > .ba-box-model:after {height: 0px;}@media (max-width: 1280px) {#item-15269063548800 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269063548800 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269063548800 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269063548800 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269063548800 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269063548800 > .ba-box-model:before {height: 0px;}#item-15269063548800 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15269063548800 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269063548800 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269063548800 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269063548800 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269063548800 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269063548800 > .ba-box-model:before {height: 0px;}#item-15269063548800 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-15269063548800 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269063548800 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269063548800 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269063548800 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h3 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269063548800 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269063548800 > .ba-box-model:before {height: 0px;}#item-15269063548800 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-15269063548800 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15269063548800 p {font-family : 'Abhaya Libre';font-weight : 400;font-size : 32px;text-align : center;;}#item-15269063548800 h1 {font-family : 'Abhaya Libre';font-weight : 800;;}#item-15269063548800 h2 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h3 {font-family : 'Abhaya Libre';font-weight : 900;font-size : 20px;;}#item-15269063548800 h4 {font-family : 'Abhaya Libre';font-weight : 300;;}#item-15269063548800 h5 {font-family : 'Abhaya Libre';font-weight : 900;;}#item-15269063548800 h6 {font-family : 'Abhaya Libre';font-weight : 500;;}#item-15269063548800 > .ba-box-model:before {height: 0px;}#item-15269063548800 > .ba-box-model:after {height: 0px;}}#item-15319138310 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15319138310 > .ba-box-model:before {height: 25px;}#item-15319138310 > .ba-box-model:after {height: 25px;}@media (max-width: 1280px) {#item-15319138310 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15319138310 > .ba-box-model:before {height: 25px;}#item-15319138310 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15319138310 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15319138310 > .ba-box-model:before {height: 25px;}#item-15319138310 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15319138310 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15319138310 > .ba-box-model:before {height: 25px;}#item-15319138310 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15319138310 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15319138310 > .ba-box-model:before {height: 25px;}#item-15319138310 > .ba-box-model:after {height: 25px;}}#item-14975226220 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226220.visible {opacity: 1;}#item-14975226220 > .parallax-wrapper .parallax {background-image: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226220 > .ba-video-background {display: none;}#item-14975226220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226220 > .ba-box-model:before {height: 50px;top: 0;}#item-14975226220 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226220 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14975226220 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1280px) {#item-14975226220 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226220.visible {opacity: 1;}#item-14975226220 > .parallax-wrapper .parallax {background-image: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226220 > .ba-video-background {display: none;}#item-14975226220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226220 > .ba-box-model:before {height: 50px;top: 0;}#item-14975226220 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226220 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14975226220 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226220.visible {opacity: 1;}#item-14975226220 > .parallax-wrapper .parallax {background-image: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226220 > .ba-video-background {display: none;}#item-14975226220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226220 > .ba-box-model:before {height: 50px;top: 0;}#item-14975226220 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226220 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14975226220 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226220.visible {opacity: 1;}#item-14975226220 > .parallax-wrapper .parallax {background-image: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226220 > .ba-video-background {display: none;}#item-14975226220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226220 > .ba-box-model:before {height: 50px;top: 0;}#item-14975226220 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226220 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14975226220 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 50px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226220.visible {opacity: 1;}#item-14975226220 > .parallax-wrapper .parallax {background-image: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226220 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226220 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226220 > .ba-video-background {display: none;}#item-14975226220 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226220 > .ba-box-model:before {height: 50px;top: 0;}#item-14975226220 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226220 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226220 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14975226221 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226221.visible {opacity: 1;}#item-14975226221 > .parallax-wrapper .parallax {background-image: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226221 > .ba-video-background {display: none;}#item-14975226221 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226221 > .ba-box-model:before {height: 25px;top: 0;}#item-14975226221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14975226221 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14975226221 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-14975226221 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226221.visible {opacity: 1;}#item-14975226221 > .parallax-wrapper .parallax {background-image: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226221 > .ba-video-background {display: none;}#item-14975226221 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226221 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14975226221 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14975226221 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226221.visible {opacity: 1;}#item-14975226221 > .parallax-wrapper .parallax {background-image: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226221 > .ba-video-background {display: none;}#item-14975226221 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226221 > .ba-box-model:before {height: -40px;top: 0;}#item-14975226221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14975226221 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14975226221 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226221.visible {opacity: 1;}#item-14975226221 > .parallax-wrapper .parallax {background-image: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226221 > .ba-video-background {display: none;}#item-14975226221 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226221 > .ba-box-model:before {height: -40px;top: 0;}#item-14975226221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14975226221 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14975226221 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : -33px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226221.visible {opacity: 1;}#item-14975226221 > .parallax-wrapper .parallax {background-image: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226221 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226221 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226221 > .ba-video-background {display: none;}#item-14975226221 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226221 > .ba-box-model:before {height: -33px;top: 0;}#item-14975226221 > .ba-box-model:after {height: 25px;bottom: 0;}#item-14975226221 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226221 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14975226225 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-14975226225.visible {opacity: 1;}#item-14975226225 > .parallax-wrapper .parallax {background-image: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226225 > .ba-video-background {display: none;}#item-14975226225 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226225 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226225 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226225 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14975226225 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-14975226225 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-14975226225.visible {opacity: 1;}#item-14975226225 > .parallax-wrapper .parallax {background-image: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226225 > .ba-video-background {display: none;}#item-14975226225 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226225 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226225 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226225 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14975226225 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-14975226225.visible {opacity: 1;}#item-14975226225 > .parallax-wrapper .parallax {background-image: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226225 > .ba-video-background {display: none;}#item-14975226225 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226225 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226225 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226225 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14975226225 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-14975226225.visible {opacity: 1;}#item-14975226225 > .parallax-wrapper .parallax {background-image: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226225 > .ba-video-background {display: none;}#item-14975226225 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226225 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226225 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226225 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14975226225 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-14975226225.visible {opacity: 1;}#item-14975226225 > .parallax-wrapper .parallax {background-image: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-14975226225 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-14975226225 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-14975226225 > .ba-video-background {display: none;}#item-14975226225 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-14975226225 > .ba-box-model:before {height: 0px;top: 0;}#item-14975226225 > .ba-box-model:after {height: 0px;bottom: 0;}#item-14975226225 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226225 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-14975226224 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14975226224 .intro-post-wrapper.fullscreen-post {height :400px;min-height: auto;}#item-14975226224 .intro-post-wrapper:not(.fullscreen-post) {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .fullscreen-post .intro-post-title-wrapper,#item-14975226224 .fullscreen-post .intro-post-info {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .ba-overlay {background-color:rgba(0,0,0,0);background-image: none}#item-14975226224 .intro-post-image {height :400px;background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: auto;}#item-14975226224 .intro-post-title-wrapper {text-align :center;}#item-14975226224 .intro-post-title {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info {text-align :center;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info *:not(i) {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-decoration : none;text-transform : uppercase;}#item-14975226224 .intro-post-image-wrapper {display:none;}#item-14975226224 .intro-post-title-wrapper {display:none;}#item-14975226224 .intro-post-date {display:none;}#item-14975226224 .intro-post-category {display:none;}#item-14975226224 .intro-post-views {display:none;}#item-14975226224 > .ba-box-model:before {height: 0px;}#item-14975226224 > .ba-box-model:after {height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-14975226224 .intro-post-wrapper .intro-post-info > span a:hover {color: rgba(0, 0, 0, 1);}@media (max-width: 1280px) {#item-14975226224 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14975226224 .intro-post-wrapper.fullscreen-post {height :400px;min-height: auto;}#item-14975226224 .intro-post-wrapper:not(.fullscreen-post) {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .fullscreen-post .intro-post-title-wrapper,#item-14975226224 .fullscreen-post .intro-post-info {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .ba-overlay {background-color:rgba(0,0,0,0);background-image: none}#item-14975226224 .intro-post-image {height :400px;background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: auto;}#item-14975226224 .intro-post-title-wrapper {text-align :center;}#item-14975226224 .intro-post-title {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info {text-align :center;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info *:not(i) {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-decoration : none;text-transform : uppercase;}#item-14975226224 .intro-post-image-wrapper {display:none;}#item-14975226224 .intro-post-title-wrapper {display:none;}#item-14975226224 .intro-post-date {display:none;}#item-14975226224 .intro-post-category {display:none;}#item-14975226224 .intro-post-views {display:none;}#item-14975226224 > .ba-box-model:before {height: 0px;}#item-14975226224 > .ba-box-model:after {height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-14975226224 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14975226224 .intro-post-wrapper.fullscreen-post {height :400px;min-height: auto;}#item-14975226224 .intro-post-wrapper:not(.fullscreen-post) {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .fullscreen-post .intro-post-title-wrapper,#item-14975226224 .fullscreen-post .intro-post-info {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .ba-overlay {background-color:rgba(0,0,0,0);background-image: none}#item-14975226224 .intro-post-image {height :400px;background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: auto;}#item-14975226224 .intro-post-title-wrapper {text-align :center;}#item-14975226224 .intro-post-title {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info {text-align :center;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info *:not(i) {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-decoration : none;text-transform : uppercase;}#item-14975226224 .intro-post-image-wrapper {display:none;}#item-14975226224 .intro-post-title-wrapper {display:none;}#item-14975226224 .intro-post-date {display:none;}#item-14975226224 .intro-post-category {display:none;}#item-14975226224 .intro-post-views {display:none;}#item-14975226224 > .ba-box-model:before {height: 0px;}#item-14975226224 > .ba-box-model:after {height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-14975226224 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14975226224 .intro-post-wrapper.fullscreen-post {height :400px;min-height: auto;}#item-14975226224 .intro-post-wrapper:not(.fullscreen-post) {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .fullscreen-post .intro-post-title-wrapper,#item-14975226224 .fullscreen-post .intro-post-info {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .ba-overlay {background-color:rgba(0,0,0,0);background-image: none}#item-14975226224 .intro-post-image {height :400px;background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: auto;}#item-14975226224 .intro-post-title-wrapper {text-align :center;}#item-14975226224 .intro-post-title {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info {text-align :center;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info *:not(i) {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-decoration : none;text-transform : uppercase;}#item-14975226224 .intro-post-image-wrapper {display:none;}#item-14975226224 .intro-post-title-wrapper {display:none;}#item-14975226224 .intro-post-date {display:none;}#item-14975226224 .intro-post-category {display:none;}#item-14975226224 .intro-post-views {display:none;}#item-14975226224 > .ba-box-model:before {height: 0px;}#item-14975226224 > .ba-box-model:after {height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-14975226224 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-14975226224 .intro-post-wrapper.fullscreen-post {height :400px;min-height: auto;}#item-14975226224 .intro-post-wrapper:not(.fullscreen-post) {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .fullscreen-post .intro-post-title-wrapper,#item-14975226224 .fullscreen-post .intro-post-info {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-14975226224 .ba-overlay {background-color:rgba(0,0,0,0);background-image: none}#item-14975226224 .intro-post-image {height :400px;background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;min-height: auto;}#item-14975226224 .intro-post-title-wrapper {text-align :center;}#item-14975226224 .intro-post-title {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-decoration : none;text-transform : none;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info {text-align :center;margin-bottom : 0px;margin-top : 25px;}#item-14975226224 .intro-post-info *:not(i) {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 10px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-decoration : none;text-transform : uppercase;}#item-14975226224 .intro-post-image-wrapper {display:none;}#item-14975226224 .intro-post-title-wrapper {display:none;}#item-14975226224 .intro-post-date {display:none;}#item-14975226224 .intro-post-category {display:none;}#item-14975226224 .intro-post-views {display:none;}#item-14975226224 > .ba-box-model:before {height: 0px;}#item-14975226224 > .ba-box-model:after {height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-14975226224 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}div.mod-languages ul { margin: 0; padding: 0; list-style:none; } div.mod-languages li { margin-left: 5px; margin-right: 5px; } div.mod-languages ul.lang-inline li { display:inline; } div.mod-languages ul.lang-block li { display:block; } div.mod-languages img { border:none; } div.mod-languages a { text-decoration: none; }/* 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 div { font-size: initial; letter-spacing: initial; line-height: initial; } table { border-spacing: 0; width: 100%; } a { cursor: pointer; text-decoration: none; } 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%; } /* Blockquote */ blockquote { border-left: 4px solid; margin: 0; padding: 50px; } /* ======================================================================== 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:focus, select:focus { border-color: #03ADEB !important; box-shadow: none !important; outline: none; } 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: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-direction: column; margin: 0; min-height: 100vh; overflow-x: hidden; } .body { flex: 1 0 0; -webkit-flex: 1; } 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; -webkit-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; -webkit-align-self: stretch; display: flex; display: -webkit-flex; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column { align-content: flex-start; -webkit-align-content: flex-start; align-items: flex-start; -webkit-align-items: flex-start; align-self: stretch; -webkit-align-self: stretch; display: flex !important; display: -webkit-flex!important; -webkit-justify-content: center; justify-content: center; flex-wrap: wrap; -webkit-flex-wrap: wrap; width: 100%; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-content-align-middle { align-items: center; -webkit-align-items: center; align-content: center; -webkit-align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-content-align-bottom { align-items: flex-end; -webkit-align-items: flex-end; align-content: flex-end; -webkit-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: -webkit-calc(50% - 5px); left: calc(50% - 5px); width: 0px; } .tooltip.bottom .tooltip-arrow { border-bottom: 5px solid #2c2c2c; border-top: 0; bottom: auto; top: -10px; } .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; -webkit-transition: opacity .3s; width: auto; z-index: 100000; } .tooltip.in, .tip-wrap, .popover.in { opacity: 1; } .tip-wrap .tip, .tooltip .tooltip-inner, .popover .popover-content { color: #fff; font: 500 12px/24px 'Roboto', sans-serif; margin: 0; opacity: .56; } .popover .popover-title { color: #fff; display: block; font: 500 12px/16px 'Roboto', sans-serif; letter-spacing: 0; 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;} } @-webkit-keyframes notification-in { from {bottom: 0; -webkit-transform: translateY(100%); opacity: 0;} } #system-message { -webkit-animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; 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: bold 14px/16px 'Roboto', sans-serif; letter-spacing: 0; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } #system-message > div .alert-message { color: #fff; font: 500 14px/24px 'Roboto', sans-serif; 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 + .body + .footer, .sidebar-menu + .body { margin-left: 250px; width: -webkit-calc(100% - 250px); width: calc(100% - 250px); } .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 { -webkit-animation-fill-mode: both; 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); -webkit-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; } /* ======================================================================== 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; -webkit-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 { -webkit-transition: all .5s ease; transition: all .5s ease; } .menu.nav { -webkit-margin-after: 0; -webkit-margin-before: 0; 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 { -webkit-animation-fill-mode: none; animation-fill-mode: none; animation-delay: 0s; -webkit-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 ; -webkit-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; vertical-align: middle; } /* 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; -webkit-align-items: center; display: flex; display: -webkit-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; } /* ======================================================================== Plugins ========================================================================== */ /* /* 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; -webkit-perspective: 1000px; transform: translateZ(0); -webkit-transform: translateZ(0); } .ba-item-flipbox .ba-flipbox-frontside *, .ba-item-flipbox .ba-flipbox-backside *{ -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } .ba-item-flipbox .ba-flipbox-frontside, .ba-item-flipbox .ba-flipbox-backside { display: block; box-sizing: border-box; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: inherit; -webkit-transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86); 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; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-justify-content: center; left: 0; padding: 20px; position: absolute; right: 0; top: 0; } .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; } .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; } /* /* Plugin Sticky Header */ .ba-sticky-header { display: none; } .ba-sticky-header.visible-sticky-header { display: block; left: 0; max-width: 100%; position: fixed; right: 0; top: 0; z-index: 20; } .sticky-header-opened header.header { z-index: 20 !important; } /* /* Plugin One Page Menu */ /* Side Bar One Page Menu */ .side-navigation-menu { position: fixed; right: 30px; top: 50%; transform: translateY(-50%); -webkit-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); top: -webkit-calc(50% - 5em); transform: none !important; -webkit-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; -webkit-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); left: -webkit-calc(100% + 30px); transition: all .3s ; -webkit-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; -webkit-animation-fill-mode: both; } .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 17px) !important; width: -webkit-calc(100vw - 17px) !important; } .ba-overlay-section-backdrop .ba-section { flex-direction: column; -webkit-flex-direction: column; } /* Overlay Section Button */ .ba-overlay-section-backdrop.visible-section .ba-overlay-section { transform: none !important; -webkit-transform: none !important; } .ba-overlay-section-backdrop .ba-overlay-section { transition: transform .3s ease-in-out; -webkit-transition: transform .3s ease-in-out; } /* Overlay Section Lightbox */ .ba-overlay-section-backdrop.lightbox .ba-overlay-section { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; justify-content: center; -webkit-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; -webkit-justify-content: flex-end; } .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section { transform: translateX(100%); -webkit-transform: translateX(100%); } /* Overlay Section Vertical Left */ .ba-overlay-section-backdrop.vertical-left { justify-content: flex-start; -webkit-justify-content: flex-start; } .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section { transform: translateX(-100%); -webkit-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%); -webkit-transform: translateY(-100%); } .ba-overlay-section-backdrop.horizontal-top { align-items: flex-start; -webkit-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; -webkit-align-items: flex-end; flex-direction: column-reverse; -webkit-flex-direction: column-reverse; justify-content: start; -webkit-justify-content: start; } .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { transform: translateY(100%); -webkit-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%)); margin-right: -webkit-calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; width: -webkit-calc(100vw + (100vw - 100%))!important; } } @-moz-document url-prefix() { .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { margin-right: calc(0px - (100vw - 100%)); margin-right: -webkit-calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; width: -webkit-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%); transform: -webkit-translateX(-50%); z-index: 0; } .ba-item-progress-pie .ba-progress-pie { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; margin: 0 auto; max-width: 100%; } .ba-progress-pie:before, .ba-progress-pie:after { content: ""; display: table; line-height: 0; } .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; -webkit-align-items: center; border-radius: inherit; box-sizing: border-box; display: flex; display: -webkit-flex; height: 100%; justify-content: space-between; -webkit-justify-content: space-between; line-height: 0; padding: 0 20px; vertical-align: middle; -webkit-vertical-align: middle; } .progress-bar-title { white-space: nowrap; } .progress-bar-number { flex-grow: 1; -webkit-flex-grow: 1; text-align: right; } /* /* Plugin Lightbox */ .ba-lightbox-backdrop { opacity: 0; position: absolute; visibility: hidden; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; z-index: 1070; } .ba-overlay-section-backdrop, .ba-lightbox-backdrop.lightbox-center { align-items: center; -webkit-align-items: center; bottom: 0; box-sizing: border-box; display: flex; display: -webkit-flex; justify-content: center; -webkit-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; -webkit-transition: opacity .3s ease-in-out, visibility .1s .3s; visibility: hidden; z-index: 9999; } .ba-overlay-section-backdrop { align-items: baseline; -webkit-align-items: baseline; } .lightbox-open .ba-lightbox-backdrop.visible-lightbox, .lightbox-open .ba-overlay-section-backdrop.visible-section { 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 { opacity: 1; visibility: visible; transition: opacity .3s ease-in-out; -webkit-transition: opacity .3s ease-in-out; } .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; } /* 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 { backface-visibility: hidden; } .ba-social-sidebar .ba-social-flat > div:hover { opacity: 1; } .ba-social-circle > div:hover, .ba-social-flat > div:hover { opacity: .8; } .ba-social-classic > div:hover { background: #fafafa; } .ba-social > div { cursor: pointer; display: inline-block; margin: 5px 10px 5px 10px; white-space: nowrap; } .ba-social .social-button { color: #fff; display: inline-block; padding: 0 5px; text-align: left; } .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 { font-size: 12px; } .ba-social.ba-social-md div { line-height: 34px; } .ba-social.ba-social-md { font-size: 15px; } .ba-social.ba-social-lg div { line-height: 44px; } .ba-social.ba-social-lg { font-size: 18px; } .ba-social.ba-social-sm .social-button { min-width: 85px; } .ba-social.ba-social-md .social-button { min-width: 95px; } .ba-social.ba-social-lg .social-button { min-width: 150px; } .ba-social .social-button i { color: #fff; text-align: center; vertical-align: middle; } .ba-social.ba-social-sm .social-button i { font-size: 16px; line-height: 12px; min-width: 25px; } .ba-social.ba-social-md .social-button i { font-size: 24px; line-height: 15px; min-width: 35px; } .ba-social.ba-social-lg .social-button i { font-size: 30px; line-height: 18px; min-width: 50px; } .ba-social.ba-social-sm .google .social-button i { font-size: 20px; } .ba-social.ba-social-md .google .social-button i { font-size: 30px; } .ba-social.ba-social-lg .google .social-button i { font-size: 35px; } .ba-social .vk .social-button i, .ba-social .linkedin .social-button i { margin-top: -5px; } .ba-social.ba-social-md .social-counter { padding: 0 11px; } .ba-social.ba-social-lg .social-counter { padding: 0 14px; } .social-counter { background-color: #fff; color: #101010; display: inline-block; font-family: 'Roboto', sans-serif; padding: 0 8px; position: relative; } .social-counter:before { border-bottom: 6px solid transparent; border-right: 6px solid; border-top: 6px solid transparent; color: #ececec; content: ''; display: block; height: 0; left: -6px; margin-top: -6px; position: absolute; top: 50%; width: 0; } .social-counter:after { border-bottom: 6px solid transparent; border-right: 6px solid; border-top: 6px solid transparent; color: #fff; content: ''; display: block; height: 0; left: -5px; margin-top: -6px; position: absolute; top: 50%; width: 0; } /* Flat */ .ba-social-flat > div { border: none; } .ba-social-flat.ba-social .social-counter { border: 1px solid #ececec; } .ba-social-circle .vk .social-button i, .ba-social-flat.ba-social .vk { background: #5b7aa8; } .ba-social-circle .facebook .social-button i, .ba-social-flat.ba-social .facebook { background: #3b5998; } .ba-social-circle .twitter .social-button i, .ba-social-flat.ba-social .twitter { background: #00aced; } .ba-social-circle .google .social-button i, .ba-social-flat.ba-social .google { background: #dd4b39; } .ba-social-circle .linkedin .social-button i, .ba-social-flat.ba-social .linkedin { background: #0077B5; } .ba-social-circle .pinterest .social-button i, .ba-social-flat.ba-social .pinterest { background: #cb2027; } /* Classic */ .ba-social-classic > div { background: #fff; border: 1px solid #ececec; font-weight: normal; } .ba-social-classic .social-button { color: #333; } .ba-social-classic .social-counter { border: transparent; border-left: 1px solid #ececec; } .ba-social-classic.ba-social .vk .social-button i:before { color: #5b7aa8; } .ba-social-classic.ba-social .facebook .social-button i:before { color: #3b5998; } .ba-social-classic.ba-social .twitter .social-button i:before { color: #00aced; } .ba-social-classic.ba-social .google .social-button i:before { color: #dd4b39; } .ba-social-classic.ba-social .linkedin .social-button i:before { color: #0077B5; } .ba-social-classic.ba-social .pinterest .social-button i:before { color: #cb2027; } /* Social Circle */ .ba-social-circle.ba-social > div { 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; } .ba-social-circle.ba-social .social-button { margin: 0 auto; } .ba-social-sidebar .ba-social-circle.ba-social .social-button { padding: 5px 10px; } .ba-social-circle.ba-social .social-button i { margin: 0; } .ba-social-circle.ba-social.ba-social-sm .social-button { min-width: 25px; height: 25px; } .ba-social-circle.ba-social.ba-social-md .social-button { min-width: 35px; height: 35px; } .ba-social-circle.ba-social.ba-social-lg .social-button { min-width: 50px; height: 50px; } .ba-social-circle.ba-social.ba-social-sm, .ba-social-circle.ba-social.ba-social-sm .social-button i { line-height: 25px; } .ba-social-circle.ba-social.ba-social-md, .ba-social-circle.ba-social.ba-social-md .social-button i { line-height: 35px; } .ba-social-circle.ba-social.ba-social-lg, .ba-social-circle.ba-social.ba-social-lg .social-button i { line-height: 50px; } .ba-social-circle.ba-social.ba-social-sm .social-counter { line-height: 24px; } .ba-social-circle.ba-social.ba-social-md .social-counter { line-height: 30px; } .ba-social-circle.ba-social.ba-social-lg .social-counter { line-height: 36px; } .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 { line-height: normal !important; } /* Social Sidebar */ .ba-social-sidebar { min-height: 50px; } .ba-social-sidebar { left: 100% !important; position: fixed !important; top: 50% !important; transform: translateY(-49%) translateX(-100%); -webkit-transform: translateY(-49%) translateX(-100%); transition: opacity .3s linear; -webkit-transition: opacity .3s linear; z-index: 30; } .lightbox-open .ba-social-sidebar .search-open .ba-social-sidebar { left: calc(100% - 17px) !important; left: -webkit-calc(100% - 17px) !important; transition: opacity 0s linear; -webkit-transition: opacity 0s linear; opacity: 0; } .ba-social-sidebar .ba-social-lg > div { max-width: 50px; } .ba-social-sidebar .ba-social-md > div { max-width: 35px; } .ba-social-sidebar .ba-social-sm > div { max-width: 25px; } .ba-social-sidebar .ba-social-lg:hover > div , .ba-social-sidebar .ba-social-md:hover > div , .ba-social-sidebar .ba-social-sm:hover > div { max-width: 250px; } .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(-50px); -webkit-transform: translateX(100%) translateX(-50px); } .ba-social-sidebar .ba-social.ba-social-md:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-35px); -webkit-transform: translateX(100%) translateX(-35px); } .ba-social-sidebar .ba-social.ba-social-sm:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-25px); -webkit-transform: translateX(100%) translateX(-25px); } .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(0); -webkit-transform: translateX(0); } .ba-social-sidebar .ba-social > div { display: inline-block; margin: -1px 0 0 0; text-align: center; transition: all .3s linear; -webkit-transition: all .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 *, .accordion-body:not(.in) .accordion-inner { height: inherit; } .ba-item-accordion .collapse { transition: height .5s ease; -webkit-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; -webkit-align-items: center; display: -webkit-inline-flex; 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: -webkit-calc(50% - 9px); top: calc(50% - 9px); } .accordion-toggle > span + i:before { display: block; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; } .accordion-toggle.active > span + i:before { transform: rotate(90deg); -webkit-transform: rotate(90deg); } .accordion-body .accordion-inner .ba-section { opacity: 0; transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; } .accordion-body.in .accordion-inner .ba-section { opacity: 1; transition: .3s .2s ease-in-out; -webkit-transition: .3s .2s ease-in-out; } /* /* Plugin Tabs */ .ba-item-tabs { position: relative; } .ba-tabs-wrapper .nav-tabs { border: none; display: flex; display: -webkit-flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: center; -webkit-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: -webkit-flex; display: flex; flex-grow: 1; -webkit-flex-grow: 1; margin: 0; } .ba-tabs-wrapper.tabs-top .nav-tabs li { display: inline-block; flex: 1; -webkit-flex: 1; } .ba-tabs-wrapper .nav-tabs li a { border: 1px solid; box-sizing: border-box; border-radius: 0; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; height: 100%; justify-content: center; -webkit-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; display: -webkit-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; -webkit-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; -webkit-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: -webkit-flex; display: flex; height: auto; width: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs, .ba-tabs-wrapper.tabs-left .nav-tabs { flex-direction: column; -webkit-flex-direction: column; width: 25%; } .ba-tabs-wrapper.tabs-right .nav-tabs li, .ba-tabs-wrapper.tabs-left .nav-tabs li { flex-direction: column; -webkit-flex-direction: column; } .ba-tabs-wrapper.tabs-right .nav-tabs li a, .ba-tabs-wrapper.tabs-left .nav-tabs li a { -webkit-align-items: center; align-items: center; display: -webkit-flex; display: flex; flex-grow: 1; -webkit-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; -webkit-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; -webkit-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 ; -webkit-animation: tabs-fade .7s ease-in-out ; } @-webkit-keyframes tabs-fade { 0%{opacity: 0;} 100%{opacity: 1;} } @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%); -webkit-transform: translateX(-100%); } } @-webkit-keyframes active-tab-left { from { transform: translateX(-100%); -webkit-transform: translateX(-100%); } } .active.left { -webkit-animation: active-tab-left .5s cubic-bezier(.55,.085,.68,.53); animation: active-tab-left .5s cubic-bezier(.55,.085,.68,.53); } @keyframes active-tab-right { from { transform: translateX(100%); -webkit-transform: translateX(100%); } } @-webkit-keyframes active-tab-right { from { transform: translateX(100%); -webkit-transform: translateX(100%); } } .active.right { -webkit-animation: active-tab-right .5s cubic-bezier(.55,.085,.68,.53); animation: active-tab-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-right { to { transform: translateX(100%); -webkit-transform: translateX(100%); } } @-webkit-keyframes out-right { to { transform: translateX(100%); -webkit-transform: translateX(100%); } } .out-right { -webkit-animation: out-right .5s cubic-bezier(.55,.085,.68,.53); animation: out-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-left { to { transform: translateX(-100%); -webkit-transform: translateX(-100%); } } @-webkit-keyframes out-left { to { transform: translateX(-100%); -webkit-transform: translateX(-100%); } } .out-left { -webkit-animation: out-left .5s cubic-bezier(.55,.085,.68,.53) both; 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); height: -webkit-calc(100% + 3px); left: -1px; overflow: hidden; position: absolute; top: -1px; width: calc(100% + 3px); width: -webkit-calc(100% + 3px); } /* /* Plugin Carousel */ ul.ba-slideset { margin: 0; overflow: hidden; padding: 0; } .empty-content:not(.slideshow-button) { display: none; } .ba-item-content-slider .slideshow-content > li, .ba-item-recent-posts-slider .slideshow-content > li, .ba-item-slideset .slideshow-content > li, .ba-item-carousel .slideshow-content > li { display: none; line-height: 0; position: absolute; text-decoration: none; } .ba-item-recent-posts-slider .slideshow-content > li.active, .slideshow-content > li.active { display: block; } /* Image */ .ba-slideshow-img { background-position: 50% 50%; background-repeat: no-repeat; } /* Caption */ .slideset-inner { position: relative; } .ba-slideshow-caption { display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-justify-content: center; } .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 .ba-slideshow-caption { opacity: 0; visibility: hidden; transition: all .3s 0s ease-in-out; -webkit-transition: all .3s 0s ease-in-out; } .ba-item-recent-posts-slider .caption-hover li:hover .ba-slideshow-caption, .ba-item-slideset .caption-hover li:hover .ba-slideshow-caption, .ba-item-carousel .caption-hover li:hover .ba-slideshow-caption { opacity: 1; visibility: visible; } .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; } .ba-item-recent-posts-slider .ba-slideshow-img a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } /* /* Plugin Slideshow */ ul.ba-slideshow { height: 100%; list-style: none; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; } .ba-item-slideshow .slideshow-content .item, .ba-item-slideshow .slideshow-content { height: 100%; width: 100%; } .ba-item-slideshow .slideshow-content .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right){ display: none; } .ba-item-slideshow .ba-slideshow-img { align-items: center; -webkit-align-items: center; background-position: 50% 50%; background-repeat: no-repeat; bottom: 0; display: -webkit-flex; display: flex; justify-content: center; -webkit-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); height: -webkit-calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); left: -webkit-calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); top: -webkit-calc(50% - ((100vw * .5625)/2)); width: 100vw; } .ba-item-slideshow .ba-slideshow-caption { bottom: 0; box-sizing: border-box; display: none; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-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-slideshow .active > .ba-slideshow-caption { display: -webkit-flex; display: flex; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper h3, .slideshow-button a { display: inline-block; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper h3 { 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%); -webkit-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; color: #fff; box-sizing: border-box; justify-content: center; -webkit-justify-content: center; padding: 5px; position: absolute; width: 100%; z-index: 9; } .show-hidden-elements .ba-slideset-dots, .show-hidden-elements .ba-slideshow-dots { display: flex; display: -webkit-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; } .ba-item-slideshow .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; } /* /* 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; display: -webkit-inline-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: center; -webkit-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; display: inline-block; position: relative; } .ba-instagram-image img { opacity: 0; } .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%; } .ba-instagram-modal i, .instagram-modal i { -webkit-animation: search-result .3s linear ; animation: search-result .3s linear; color: #fff; cursor: pointer; font-size: 24px; left: 25px; padding: 15px; position: fixed; text-align: center; -webkit-tap-highlight-color: transparent; transition: all .3s linear; -webkit-transition: all .3s linear; width: 24px; } .ba-instagram-modal i:hover, .instagram-modal i:hover { opacity: .5; } .ba-instagram-modal i + i, .instagram-modal i + i { left: auto; right: 25px; } .ba-instagram-modal i:not(.zmdi-close), .instagram-modal i:not(.zmdi-close) { align-items: center; -webkit-align-items: center; display: -webkit-flex; display: flex; font-size: 36px; justify-content: center; -webkit-justify-content: center; top: calc(50vh - 30px); top: -webkit-calc(50vh - 30px); z-index: 100; } .ba-instagram-modal i.zmdi-close, .instagram-modal i.zmdi-close { top: 15px; z-index: 1; } .ba-instagram-modal i.zmdi-close { left: calc(100% - 54px); left: -webkit-calc(100% - 54px); right: auto; top: 0; } .ba-instagram-caption { align-items: center; -webkit-align-items: center; background: rgba(0, 0, 0, .5); bottom: 0; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .3s linear; -webkit-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-caption span, .ba-instagram-caption i { color: #fff!important; } .ba-instagram-image:hover .ba-instagram-caption { opacity: 1; } .ba-instagram-modal-wrapper { bottom: 0; left: 0; padding-top: 54px; overflow-y: scroll; 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; -webkit-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; height: inherit; max-width: 100%; display: flex; display: -webkit-flex; overflow: hidden; position: relative; width: inherit; } .instagram-modal-image-wrapper img { height: 100%; margin: 0 auto; max-width: calc(100% + 350px); max-width: -webkit-calc(100% + 350px); min-height: 100%; } .instagram-modal-description-wrapper { background: #fff; box-sizing: border-box; display: flex; text-align: left; display: -webkit-flex; flex-direction: column; -webkit-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; -webkit-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; -webkit-transition: none!important; } .instagram-image-icons-wrapper span:last-child { float: right; } .instagram-icons-wrapper span i, .instagram-image-icons-wrapper i { animation: none; -webkit-animation: none; color: #757575; display: inline-block!important; font-size: 16px !important; padding: 0; position: static; transition: none!important; -webkit-transition: none!important; } @-webkit-keyframes instagram-out { to {opacity: 0;} } @keyframes instagram-out { to {opacity: 0;} } .instagram-image-out { animation: instagram-out .3s both ease-in-out !important; -webkit-animation: instagram-out .3s both ease-in-out !important; opacity: 1; } .ba-instagram-modal-wrapper { animation: image-modal .3s ease-in-out both; -webkit-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; -webkit-transition: opacity .3s linear, right .3s .3s linear; } .ba-instagram-modal.animate-instagram-image .instagram-modal-image-wrapper:before { transition: none; -webkit-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; -webkit-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; -webkit-transition: none;; opacity: 0; } .instagram-comment span a { display: inline-block; } /* Instagram Video */ .pause-instagram-video { align-items: center; -webkit-align-items: center; bottom: 0; cursor: pointer; display: flex; display: -webkit-flex; justify-content: center; -webkit-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 { -webkit-animation: none; 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-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: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; } .ba-button-wrapper a { display: inline-flex; display: -webkit-inline-flex; align-items: center; -webkit-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: 999; } .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; -webkit-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, .search-open .scroll-btn-right { right: 40px; } .scroll-btn-right .ba-edit-item.full-menu { transform: translate(-75%, -50%); -webkit-transform: -webkit-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%); -webkit-transform: -webkit-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-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-star-ratings .stars-wrapper i:hover ~ i:after, .ba-item-star-ratings .stars-wrapper i:hover ~ i { color: inherit !important; } .ba-item-star-ratings .zmdi-star { cursor: pointer; max-width: -webkit-calc(1em/1.21); max-width: calc(1em/1.21); min-width: -webkit-calc(1em/1.21); min-width: calc(1em/1.21); position: relative; } .ba-item-star-ratings .zmdi-star:after { content: '\f27d'; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 1; } .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; } .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; -webkit-transition: all .5s ease-in-out; z-index: 10000; } @keyframes instagram-modal-in { from { background-color: transparent; } } @-webkit-keyframes instagram-modal-in { from { background-color: transparent; } } .ba-image-modal.instagram-modal { animation: instagram-modal-in .5s linear both; -webkit-animation: instagram-modal-in .5s linear both; bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translate3d(0, 0, 0); -webkit-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;} } @-webkit-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; -webkit-animation: image-radius .5s ease-in-out both; width: 100%; } @keyframes image-radius-out { from {border-radius:0;} } @-webkit-keyframes image-radius-out { from {border-radius: 0;} } .ba-image-modal.image-lightbox-out img { animation: image-radius-out .5s ease-in-out both; -webkit-animation: image-radius-out .5s ease-in-out both; } @keyframes image-modal { from { opacity: 0; } to {opacity: 1;} } @-webkit-keyframes image-modal { from { opacity: 0; } to {opacity: 1;} } .ba-image-modal:not(.instagram-modal):before { animation: image-modal .5s ease-in-out both; -webkit-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; } } @-webkit-keyframes image-modal-out { from {opacity: 1;} to { opacity: 0; } } .ba-image-modal.image-lightbox-out:before { animation: image-modal-out .5s linear both; -webkit-animation: image-modal-out .5s linear both; } @keyframes instagram-modal-out { to { background-color: transparent; } } @-webkit-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; -webkit-animation: instagram-modal-out .5s ease-in-out both; } .ba-item-overlay-section .ba-image-wrapper, .ba-item-image .ba-image-wrapper { display: inline-block; position: relative; } .ba-item-overlay-section .ba-image-wrapper img, .ba-item-image .ba-image-wrapper img { border-radius: inherit; width: 100%; } /* /* Edit Page Button */ .edit-page-btn { align-items: center; -webkit-align-items: center; background: #f64231; box-shadow: 0 5px 12px rgba(0,0,0,0.23); color: #fff; border-radius: 60px; bottom: 45px; display: -webkit-flex; display: flex; height: 60px; left: calc(100vw - 120px); left: -webkit-calc(100vw - 120px); position: fixed; justify-content: center; -webkit-justify-content: center; width: 60px; z-index: 1500; } .lightbox-open .edit-page-btn, .search-open .edit-page-btn { right: 60px; } .edit-page-btn i { font-size: 24px; } .edit-page-btn:hover i { color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); } .com_gridbox .edit-page, .edit-page-btn i { transition: all .3s linear; -webkit-transition: all .3s linear; } .com_gridbox .edit-page { backface-visibility: hidden; background: #2c2c2c; border-radius: 6px; bottom: 70px; color: #fff; display: block; font: 500 14px/24px 'Roboto', sans-serif; letter-spacing: normal; opacity: 0; padding: 15px; position: fixed; text-align: center; visibility: hidden; width: 100px; z-index: 1100; } .com_gridbox.lightbox-open .edit-page-btn .edit-page, .com_gridbox.search-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; } /* ======================================================================== 404 Page ========================================================================== */ .error { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; height: 100vh; justify-content: center; -webkit-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); -webkit-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: 1px solid #fff !important; border-bottom-color: #e3e3e3 !important; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font: 400 18px/45px 'Roboto', sans-serif; height: 45px; margin: 25px 0; padding: 4px 6px; } .error .search + .focus-underline { background: #1da6f4; height: 2px; position: absolute; top: -webkit-calc(50vh + 52px); top: calc(50vh + 52px); transform: scaleX(0); -webkit-transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 250px; } .error .search:hover + .focus-underline { -webkit-transform: scaleX(1); 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; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-justify-content: center; overflow: hidden; position: relative; } .fullscreen-post .intro-post-image-wrapper { left: 0; position: absolute; right: 0; top: 0; z-index: 0; } .fullscreen-post.intro-post-wrapper .intro-post-title-wrapper, .fullscreen-post.intro-post-wrapper .intro-post-info { backface-visibility: hidden; width: 100%; } .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 { margin-right: 25px; display: inline-block; } .intro-post-wrapper .intro-post-info > span:last-child { margin-right: 0; } .ba-blog-post-info-wrapper > span{ margin-right: 15px; } .ba-blog-post-info-wrapper > span > i, .intro-post-wrapper .intro-post-info > span > i, .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; } .intro-post-wrapper .intro-post-info > span > i { margin-right: 10px; } .ba-blog-post-info-wrapper > span > i { margin-right: 5px; } .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, .intro-post-wrapper .intro-post-info .zmdi { cursor: default !important; } .lightbox-open .row-with-intro-items { position: static; } .lightbox-open .ba-section > .ba-overlay { z-index: 0; } /* /* 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; overflow: hidden; position: relative; } .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-search-result .ba-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-blog-post-title a { color: inherit; display: inline-block; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-decoration: inherit; text-transform: inherit; } .intro-post-info i.zmdi, .ba-blog-post-info-wrapper i.zmdi { vertical-align: sub; } .ba-blog-post-info-wrapper i.zmdi { font-size: 18px; } .intro-post-info i.zmdi { font-size: 24px; } /* Blog Classic Layout*/ .ba-blog-post { backface-visibility: hidden; box-sizing: border-box; margin-bottom: 30px; overflow: hidden; position: relative; z-index: 1; } .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-grid-layout { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; flex-wrap: wrap; -webkit-flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } /* 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-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-blog-posts-pagination-wrapper .ba-blog-posts-pagination { text-align: center; margin-top: 50px; } .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-search-result-modal.visible-section > i:hover, .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; } /* ======================================================================== 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; width: -webkit-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-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; box-sizing: border-box; flex-shrink: 0; -webkit-flex-shrink: 0; max-width: 100%; overflow: hidden; position: relative; } .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{ background-position: center; background-repeat: no-repeat; background-size: cover; } .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: all .3s linear; -webkit-transition: all .3s linear; } .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); -webkit-transform: scale(1.15); } .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; -webkit-flex-grow: 1; margin: 0; padding: 0 20px; width: auto; } .ba-item-blog-posts .ba-blog-posts-wrapper:not(.ba-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; -webkit-align-items: center; display: flex; display: -webkit-flex; overflow: hidden; word-break: break-word; } .ba-item-search-result .ba-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; -webkit-flex-direction: column; } .ba-item-search-result .ba-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-search-result .ba-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; } /* /* Blog Plugin Post Navigation */ .ba-item-post-navigation .ba-blog-posts-wrapper > * { display: inline-flex; display: -webkit-inline-flex; } .ba-item-post-navigation .ba-blog-posts-wrapper > i { display: inline-block; text-align: center; width: 1em; } .ba-item-post-navigation .ba-blog-posts-wrapper { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; justify-content: flex-start; -webkit-justify-content: flex-start; } .ba-item-post-navigation i + .ba-blog-post { margin: 0 10px; flex-direction: row; -webkit-flex-direction: row; } .ba-item-post-navigation .ba-blog-post { flex-direction: row-reverse; -webkit-flex-direction: row-reverse; margin: 0 10px; width: calc(50% - 20px); width: -webkit-calc(50% - 20px); } .ba-item-post-navigation .ba-blog-post + .ba-blog-post { margin: 0 10px; } .ba-item-post-navigation .ba-blog-post-image { margin-right: 0 !important; margin-left: 25px !important; } .ba-item-post-navigation i + .ba-blog-post .ba-blog-post-image { margin-right: 25px !important; margin-left: 0 !important; } .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; -webkit-align-items: center; box-sizing: border-box; display: inline-flex; display: -webkit-inline-flex; width: 100%; } .ba-item-search .ba-search-wrapper:not(.after){ flex-direction: row-reverse; -webkit-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{ margin: 0 10px } /* Search Result */ .ba-search-result-modal { background: #fff; bottom: 0; display: none; left: 0; max-height: 100vh; overflow: scroll; overflow-x: hidden; opacity: 0; position: fixed; right: 0; top: 0; transition: opacity .3s linear; -webkit-transition: opacity .3s linear; z-index: 10000; } @keyframes search-result { from {opacity: 0;} to {opacity: 1;} } @-webkit-keyframes search-result { from { opacity: 0;} to {opacity: 1;} } .ba-search-result-modal.visible-section { -webkit-animation: search-result .3s linear ; animation: search-result .3s linear ; display: block; opacity: 1; } .ba-search-result-modal.visible-section.search-modal-out { opacity: 0 !important; } .ba-search-result-modal.visible-section > i { color: #1a1a1a; cursor: pointer; font-size: 36px; position: absolute; left: calc(100% - 45px); left: -webkit-calc(100% - 45px); top: 15px; } .ba-search-result-body { background: #fff; padding-top: 50px; box-sizing: border-box; min-height: 100vh; } .instagram-modal-open, .lightbox-open, .search-open { overflow: hidden; } .ba-not-default-header .ba-sticky-header, .ba-not-default-header .header { width: inherit; } .ba-search-preloader { display: none; } .search-started .ba-search-preloader { display: block; left: calc(50% - 25px); position: absolute; top: calc(50% - 25px); } .ba-search-result-modal.visible-section > i { z-index: 100; } .ba-search-result-modal.visible-section > i, .ba-item-search-result { opacity: 1; transition: opacity .3s ease-in-out; -webkit-transition: opacity .3s ease-in-out; } .search-started .ba-item-search-result { opacity: 0; } .ba-search-result-body .empty-list { align-items: center; -webkit-align-items: center; background: #fff; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; height: calc(100vh - 200px); height: -webkit-calc(100vh - 200px); justify-content: center; -webkit-justify-content: center; width: 100%; } .ba-search-result-body .empty-list p { color: #606060; cursor: default !important; font: 700 16px/16px 'Roboto', sans-serif; margin: 30px 0 !important; text-transform: uppercase; } .ba-search-result-body .empty-list i { color: #c7c7c7; cursor: default !important; font-size: 86px; } /* ======================================================================== 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; -webkit-flex-grow: 1; box-sizing: border-box; display: block; float: left; margin-left: 2.127659574468085%; *margin-left: 2.074468085106383%; } .row-fluid { width: 100%; *zoom: 1; } [class*="span"]:first-child { margin-left: 0; } .header .span12, .span12 { width: 100%; *width: 99.94680851063829%; } .header .span11, .span11 { width: 91.48936170212765%; *width: 91.43617021276594%; } .header .span10, .span10 { width: 82.97872340425532%; *width: 82.92553191489361%; } .header .span9, .span9 { width: 74.46808510638297%; *width: 74.41489361702126%; } .header .span8, .span8 { width: 65.95744680851064%; *width: 65.90425531914893%; } .header .span7, .span7 { width: 57.44680851063829%; *width: 57.39361702127659%; } .header .span6, .span6 { width: 48.93617021276595%; *width: 48.88297872340425%; } .header .span5, .span5 { width: 40.42553191489362%; *width: 40.37234042553192%; } .header .span4, .span4 { width: 31.914893617021278%; *width: 31.861702127659576%; } .header .span3, .span3 { width: 23.404255319148934%; *width: 23.351063829787233%; } .header .span2, .span2 { width: 14.893617021276595%; *width: 14.840425531914894%; } .header .span1, .span1 { width: 6.382978723404255%; *width: 6.329787234042553%; } /* /* 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 > * { margin: 0 -1px; } } } @supports (-webkit-text-size-adjust:none) and (-webkit-marquee-repetition:infinite) and (object-fit:fill) { @media(max-width: 1024px) { .column-wrapper > * { margin: 0 -1px; } } } @media not all and (min-resolution:.001dpcm) { @media(max-width: 1024px) { .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 { margin: 18px 0; border: 0; border-bottom: 1px solid #f3f3f3; border-top: 1px solid #f3f3f3; } ul, ol { padding: 0; margin: 0 0 9px 25px; } 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; -webkit-transition: opacity .15s linear; 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: 400 14px/18px 'Roboto', sans-serif; } .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 { -webkit-transition: opacity .3s linear, top .3s ease-out; 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; -webkit-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: 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; } 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: #51d151; color: #fff; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #fff; background-color: #F54A40; } .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: 500 14px/24px 'Roboto', sans-serif; height: 48px; 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; -webkit-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 #f3f3f3; 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; } /* ======================================================================== 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) {width: 1170px;} @media (min-width: 1281px) { .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); -webkit-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); -webkit-transform: rotate(-90deg); } .ba-lightbox:not(.ba-container) .ba-section { width: calc(100% - 100px) !important; width: -webkit-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; width: -webkit-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 > .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: 250px !important; } body:not(.show-hidden-elements) .column-wrapper { display: flex; display: -webkit-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:not(.blog-editor) .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox:not(.blog-editor) .ba-lightbox-backdrop > .ba-lightbox-close { left: -51px; right: 51px; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: calc(100% - 51px) !important; width: -webkit-calc(100% - 51px) !important } body.com_gridbox.gridbox.lightbox-open, body.com_gridbox.gridbox.search-open { box-sizing: border-box; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 117px) !important; width: -webkit-calc(100vw - 117px) !important; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 50px !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; width: -webkit-calc(100% - 200px) !important; } body.com_gridbox.gridbox.blog-editor .ba-lightbox-backdrop.lightbox-center .ba-lightbox:not(.ba-container) .ba-section { width:100% !important; } body.com_gridbox.gridbox .ba-item-social.ba-social-sidebar { left: calc(100% - 51px) !important; left: -webkit-calc(100% - 51px) !important; } 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; left: -webkit-calc(100% - 62px) !important; opacity: 0; } body.com_gridbox.gridbox.blog-editor .ba-item-social.ba-social-sidebar { left: 100% !important; } 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:not(.blog-editor) .blog-post-wrapper .ba-edit-item, body.com_gridbox.gridbox:not(.blog-editor) .blog-post-wrapper .empty-item, body.com_gridbox.gridbox:not(.blog-editor) .blog-post-wrapper .ba-column-resizer { display: none; } 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; left: -webkit-calc(100% - 90px) !important; } body.com_gridbox.gridbox header.sidebar-menu { position: absolute !important; top: 0!important; left: 0!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: 250px !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: -250px; position: absolute; width: calc(100vw - 120px); width: -webkit-calc(100vw - 120px); z-index: 100; } body.com_gridbox.gridbox .sidebar-menu > .ba-wrapper >.ba-section > .ba-edit-item { left: -webkit-calc(50% - 25px); 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 .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; } .instagram-modal-description-wrapper { width: 350px !important; } .ba-instagram-modal-wrapper .ba-instagram-modal { display: -webkit-flex; display: flex; max-width: calc(100% - 350px); max-width: -webkit-calc(100% - 350px); } .ba-instagram-modal i.zmdi-close { top: 15px!important; left: auto!important; right: 25px!important; } 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; -webkit-align-items: center; display: flex; display: -webkit-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; } .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 .column-wrapper { display: flex; display: -webkit-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); left: -webkit-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 .ba-sticky-header { left: 52px !important; margin: 0 auto; max-width: -webkit-calc(100% - 103px)!important; max-width: calc(100% - 103px)!important; right: 51px; } .ba-tabs-wrapper.tabs-right .tab-content, .ba-tabs-wrapper.tabs-left .tab-content { flex-grow: 1; -webkit-flex-grow: 1; max-width: 75%; } }@media (min-width: 1281px) { .main-menu > .ba-item { margin: 0 !important; visibility: hidden !important; height: 0; overflow: hidden; min-height: 0; padding: 0; } }@media (max-width: 1280px) { /* /* 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; } .row-with-menu .blog-post-wrapper .ba-row { position: relative ; } .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: -webkit-calc(100% - 60px); width: calc(100% - 60px); 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: -webkit-calc(100% - 60px); height: calc(100% - 60px); overflow-x: hidden; overflow-y: scroll; padding: 50px 30px 30px 30px; position: fixed; right: -500px; top: 0; transition: right .5s ease; -webkit-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; -webkit-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; -webkit-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; } @-webkit-keyframes visible-nav-child { 0% { max-height: 0; overflow: hidden;opacity: 0;} 99%{ max-height: 100vh; overflow: visible; opacity: 1;} 100%{ max-height: 100vh; overflow: visible; opacity: 1;} } @keyframes visible-nav-child { 0% { max-height: 0; overflow: hidden;opacity: 0;} 99%{ max-height: 100vh; overflow: visible; opacity: 1;} 100%{ max-height: 100vh; 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; -webkit-animation: visible-nav-child .5s linear both!important; box-sizing: border-box; overflow: visible; } @-webkit-keyframes hidden-nav-child { to{ max-height: 0vh; overflow: hidden; opacity: 0;} } @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; -webkit-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; -webkit-align-items: center; box-sizing: border-box; color: inherit; display: flex !important; display: -webkit-flex !important; height: 100%; padding: 0 20px; 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; -webkit-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); -webkit-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.search-open .ba-hamburger-menu > .main-menu.visible-menu, .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; -webkit-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; -webkit-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 ; -webkit-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; -webkit-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; -webkit-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; display: -webkit-flex !important; flex-direction: column-reverse; -webkit-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 .accordion-inner .tabs-content-wrapper > .ba-section .ba-grid-column > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .ba-row .tab-content .tabs-content-wrapper > .ba-section .ba-grid-column > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .ba-row .ba-column-resizer, body.com_gridbox.gridbox.ba-opened-menu .ba-edit-item { display: none !important; } body.com_gridbox.gridbox.ba-opened-menu .main-menu .ba-item-tabs .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .main-menu .ba-item-accordion .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .main-menu .ba-item-flipbox .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .main-menu > div > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu.search-open .ba-item-search-result .ba-edit-item, 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; -webkit-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-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child, .gridbox .ba-item-main-menu .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child { display: inline-block !important; } } @media (max-width: 1280px) { .ba-edit-blog-post, .blog-post-wrapper .ba-section > .ba-edit-item, .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; -webkit-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 + .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; width: calc(100% - 30px) !important; width: -webkit-calc(100% - 30px) !important; } .sidebar-menu + .body + .footer, .sidebar-menu + .body { margin: 0 !important; } /* Plugin Slideshow */ .ba-item-slideshow .ba-slideshow-caption { padding: 20px; } /* 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: -webkit-calc(100% - 40px); 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; width: -webkit-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; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-direction: row; -webkit-flex-direction: row; } .ba-grid-column-wrapper { flex-grow: 0; -webkit-flex-grow: 0; } .megamenu-item [class*="span"], .ba-overlay-section [class*="span"], .body [class*="span"], .footer [class*="span"], [class*="span"] { margin-left: 0; width: 100%; } .header .span12, .header .ba-tb-la-12, .body .ba-tb-la-12, .footer .ba-tb-la-12, .ba-tb-la-12 { width: 100%; } .header .span11, .header .ba-tb-la-11, .body .ba-tb-la-11, .footer .ba-tb-la-11, .ba-tb-la-11 { width: 91.66666667%; } .header .span10, .header .ba-tb-la-10, .body .ba-tb-la-10, .footer .ba-tb-la-10, .ba-tb-la-10 { width: 83.33333333%; } .header .span9, .header .ba-tb-la-9, .body .ba-tb-la-9, .footer .ba-tb-la-9, .ba-tb-la-9 { width: 75%; } .header .span8, .header .ba-tb-la-8, .body .ba-tb-la-8, .footer .ba-tb-la-8, .ba-tb-la-8 { width: 66.66666667%; } .header .span7, .header .ba-tb-la-7, .body .ba-tb-la-7, .footer .ba-tb-la-7, .ba-tb-la-7 { width: 58.33333333%; } .header .span6, .header .ba-tb-la-6, .body .ba-tb-la-6, .footer .ba-tb-la-6, .ba-tb-la-6 { width: 50%; } .header .span5, .header .ba-tb-la-5, .body .ba-tb-la-5, .footer .ba-tb-la-5, .ba-tb-la-5 { width: 41.66666667%; } .header .span4, .header .ba-tb-la-4, .body .ba-tb-la-4, .footer .ba-tb-la-4, .ba-tb-la-4 { width: 33.33333333%; } .header .span3, .header .ba-tb-la-3, .body .ba-tb-la-3, .footer .ba-tb-la-3, .ba-tb-la-3 { width: 25%; } .header .span2, .header .ba-tb-la-2, .body .ba-tb-la-2, .footer .ba-tb-la-2, .ba-tb-la-2 { width: 16.66666667%; } .header .span1, .header .ba-tb-la-1, .body .ba-tb-la-1, .footer .ba-tb-la-1, .ba-tb-la-1 { width: 8.33333333%; } /* /* 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; -webkit-flex-direction: column; } .ba-item-blog-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-search-result .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-post-navigation .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-related-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-recent-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content { width: 100%; } /* /* ba-style.css */ body.com_gridbox.gridbox { border-left-width: 1px; border-right-width: 1px; } body.com_gridbox.gridbox:before { border: none; } body.com_gridbox.gridbox > .ba-overlay:after, body.com_gridbox.gridbox > .ba-overlay:before, body.com_gridbox.gridbox > * .ba-row .ba-column-resizer { display: none; } body.com_gridbox.gridbox .ba-grid-column { transition: none !important; -webkit-transition: none !important; } body.com_gridbox.gridbox .ba-edit-blog-post, body.com_gridbox.gridbox .blog-post-wrapper .ba-section > .ba-edit-item, body.com_gridbox.gridbox .ba-item-blog-content:hover > .ba-edit-item, body.com_gridbox.gridbox .page-layout { display: none; } 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-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-item-scroll-to-top { margin: 0; } body.com_gridbox.gridbox .ba-section > .ba-edit-item { right: 0; } body.com_gridbox.gridbox .ba-add-section { transition: opacity .3s ease-in-out; -webkit-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; width: -webkit-calc(100vw - 15px) !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop.visible-lightbox > .ba-lightbox-close { right: 0px !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); }} @media (max-width: 768px) { .header .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, .body .ba-tb-pt-11, .footer .ba-tb-pt-11, .ba-tb-pt-11 { width: 91.66666667%; } .header .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, .body .ba-tb-pt-9, .footer .ba-tb-pt-9, .ba-tb-pt-9 { width: 75%; } .header .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, .body .ba-tb-pt-7, .footer .ba-tb-pt-7, .ba-tb-pt-7 { width: 58.33333333%; } .header .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, .body .ba-tb-pt-5, .footer .ba-tb-pt-5, .ba-tb-pt-5 { width: 41.66666667%; } .header .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, .body .ba-tb-pt-3, .footer .ba-tb-pt-3, .ba-tb-pt-3 { width: 25%; } .header .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, .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: 1280px){ body:not(.show-hidden-elements) .ba-hidden-md { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-md:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; }} @media (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: calc(100% - 50px); width: -webkit-calc(100% - 50px); } .ba-item-post-navigation .ba-blog-posts-wrapper { display: block; } .ba-item-post-navigation .ba-blog-posts-wrapper > i { vertical-align: middle; } .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, .ba-sm-la-12, .body .ba-sm-la-12, .footer .ba-sm-la-12 { width: 100%; } .header .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, .ba-sm-la-10, .body .ba-sm-la-10, .footer .ba-sm-la-10 { width: 83.33333333%; } .header .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, .ba-sm-la-8, .body .ba-sm-la-8, .footer .ba-sm-la-8 { width: 66.66666667%; } .header .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, .ba-sm-la-6, .body .ba-sm-la-6, .footer .ba-sm-la-6 { width: 50%; } .header .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, .ba-sm-la-4, .body .ba-sm-la-4, .footer .ba-sm-la-4 { width: 33.33333333%; } .header .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, .ba-sm-la-2, .body .ba-sm-la-2, .footer .ba-sm-la-2 { width: 16.66666667%; } .header .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); height: -webkit-calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); left: -webkit-calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); top: -webkit-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); } } @media (max-width: 375px) { .header .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, .body .ba-sm-pt-11, .footer .ba-sm-pt-11, .ba-sm-pt-11 { width: 91.66666667%; } .header .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, .body .ba-sm-pt-9, .footer .ba-sm-pt-9, .ba-sm-pt-9 { width: 75%; } .header .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, .body .ba-sm-pt-7, .footer .ba-sm-pt-7, .ba-sm-pt-7 { width: 58.33333333%; } .header .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, .body .ba-sm-pt-5, .footer .ba-sm-pt-5, .ba-sm-pt-5 { width: 41.66666667%; } .header .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, .body .ba-sm-pt-3, .footer .ba-sm-pt-3, .ba-sm-pt-3 { width: 25%; } .header .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, .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); } }#item-1494846679 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#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(255, 255, 255, 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: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:#1b1b1d;font-family : 'Roboto';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer p {color:rgba(0, 0, 0, 1);font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;;}footer h1 {color:#1b1b1d;font-family : 'Roboto';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;}footer h2 {color:#1b1b1d;font-family : 'Roboto';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:#1b1b1d;font-family : 'Roboto';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:#1b1b1d;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:#1b1b1d;font-family : 'Roboto';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body footer a {color : #007df7;}body footer a:hover {color : #2f3439;}#item-1494846679 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1280px) {#item-1494846679 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 10px;padding-right : 10px;padding-top : 0px;}#item-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#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(255, 255, 255, 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: 10px; height: 10px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 10px; height: 10px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:#1b1b1d;font-family : 'Roboto';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer p {color:rgba(0, 0, 0, 1);font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;;}footer h1 {color:#1b1b1d;font-family : 'Roboto';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;}footer h2 {color:#1b1b1d;font-family : 'Roboto';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:#1b1b1d;font-family : 'Roboto';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:#1b1b1d;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:#1b1b1d;font-family : 'Roboto';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body footer a {color : #007df7;}body footer a:hover {color : #2f3439;}}@media (max-width: 768px) {#item-1494846679 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#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(255, 255, 255, 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: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:#1b1b1d;font-family : 'Roboto';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer p {color:rgba(0, 0, 0, 1);font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;;}footer h1 {color:#1b1b1d;font-family : 'Roboto';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;}footer h2 {color:#1b1b1d;font-family : 'Roboto';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:#1b1b1d;font-family : 'Roboto';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:#1b1b1d;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:#1b1b1d;font-family : 'Roboto';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body footer a {color : #007df7;}body footer a:hover {color : #2f3439;}}@media (max-width: 667px) {#item-1494846679 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#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(255, 255, 255, 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: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:#1b1b1d;font-family : 'Roboto';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer p {color:rgba(0, 0, 0, 1);font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;;}footer h1 {color:#1b1b1d;font-family : 'Roboto';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;}footer h2 {color:#1b1b1d;font-family : 'Roboto';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:#1b1b1d;font-family : 'Roboto';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:#1b1b1d;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:#1b1b1d;font-family : 'Roboto';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body footer a {color : #007df7;}body footer a:hover {color : #2f3439;}}@media (max-width: 375px) {#item-1494846679 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-1494846679.visible {opacity: 1;}#item-1494846679 > .parallax-wrapper .parallax {background-image: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-1494846679 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#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(255, 255, 255, 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: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:#1b1b1d;font-family : 'Roboto';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}footer p {color:rgba(0, 0, 0, 1);font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-align : center;text-decoration : none;text-transform : none;;}footer h1 {color:#1b1b1d;font-family : 'Roboto';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;}footer h2 {color:#1b1b1d;font-family : 'Roboto';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}footer h3 {color:#1b1b1d;font-family : 'Roboto';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h4 {color:#1b1b1d;font-family : 'Roboto';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}footer h5 {color:#1b1b1d;font-family : 'Roboto';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}footer h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Roboto';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body footer a {color : #007df7;}body footer a:hover {color : #2f3439;}}#item-15262974790 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15262974790.visible {opacity: 1;}#item-15262974790 > .parallax-wrapper .parallax {background-image: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974790 > .ba-video-background {display: none;}#item-15262974790 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974790 > .ba-box-model:before {height: 40px;top: 0;}#item-15262974790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974790 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15262974790 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15262974790 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15262974790.visible {opacity: 1;}#item-15262974790 > .parallax-wrapper .parallax {background-image: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974790 > .ba-video-background {display: none;}#item-15262974790 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974790 > .ba-box-model:before {height: 40px;top: 0;}#item-15262974790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974790 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15262974790 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15262974790.visible {opacity: 1;}#item-15262974790 > .parallax-wrapper .parallax {background-image: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974790 > .ba-video-background {display: none;}#item-15262974790 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974790 > .ba-box-model:before {height: 40px;top: 0;}#item-15262974790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974790 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15262974790 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 40px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15262974790.visible {opacity: 1;}#item-15262974790 > .parallax-wrapper .parallax {background-image: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974790 > .ba-video-background {display: none;}#item-15262974790 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974790 > .ba-box-model:before {height: 40px;top: 0;}#item-15262974790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974790 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15262974790 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974790.visible {opacity: 1;}#item-15262974790 > .parallax-wrapper .parallax {background-image: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974790 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974790 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974790 > .ba-video-background {display: none;}#item-15262974790 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974790 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974790 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974790 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974790 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268962450 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962450.visible {opacity: 1;}#item-15268962450 > .parallax-wrapper .parallax {background-image: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962450 > .ba-video-background {display: none;}#item-15268962450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962450 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268962450 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268962450 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962450.visible {opacity: 1;}#item-15268962450 > .parallax-wrapper .parallax {background-image: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962450 > .ba-video-background {display: none;}#item-15268962450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962450 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268962450 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962450.visible {opacity: 1;}#item-15268962450 > .parallax-wrapper .parallax {background-image: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962450 > .ba-video-background {display: none;}#item-15268962450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962450 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268962450 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962450.visible {opacity: 1;}#item-15268962450 > .parallax-wrapper .parallax {background-image: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962450 > .ba-video-background {display: none;}#item-15268962450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962450 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268962450 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962450.visible {opacity: 1;}#item-15268962450 > .parallax-wrapper .parallax {background-image: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962450 > .ba-video-background {display: none;}#item-15268962450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962450 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268970481730 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268970481730.visible {opacity: 1;}#item-15268970481730 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481730 > .ba-video-background {display: none;}#item-15268970481730 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481730 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481730 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268970481730 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268970481730 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268970481730 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268970481730.visible {opacity: 1;}#item-15268970481730 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481730 > .ba-video-background {display: none;}#item-15268970481730 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481730 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481730 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268970481730 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268970481730 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268970481730.visible {opacity: 1;}#item-15268970481730 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481730 > .ba-video-background {display: none;}#item-15268970481730 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481730 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481730 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268970481730 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268970481730 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268970481730.visible {opacity: 1;}#item-15268970481730 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481730 > .ba-video-background {display: none;}#item-15268970481730 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481730 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481730 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268970481730 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268970481730 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268970481730.visible {opacity: 1;}#item-15268970481730 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481730 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481730 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481730 > .ba-video-background {display: none;}#item-15268970481730 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481730 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481730 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15268970481730 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481730 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268971400 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268971400.visible {opacity: 1;}#item-15268971400 > .parallax-wrapper .parallax {background-image: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971400 > .ba-video-background {display: none;}#item-15268971400 {background-color: rgba(0, 0, 0, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971400 > .ba-box-model:before {height: 25px;top: 0;}#item-15268971400 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971400 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268971400 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15268971400 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268971400.visible {opacity: 1;}#item-15268971400 > .parallax-wrapper .parallax {background-image: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971400 > .ba-video-background {display: none;}#item-15268971400 {background-color: rgba(0, 0, 0, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971400 > .ba-box-model:before {height: 25px;top: 0;}#item-15268971400 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971400 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268971400 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268971400.visible {opacity: 1;}#item-15268971400 > .parallax-wrapper .parallax {background-image: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971400 > .ba-video-background {display: none;}#item-15268971400 {background-color: rgba(0, 0, 0, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971400 > .ba-box-model:before {height: 25px;top: 0;}#item-15268971400 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971400 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268971400 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268971400.visible {opacity: 1;}#item-15268971400 > .parallax-wrapper .parallax {background-image: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971400 > .ba-video-background {display: none;}#item-15268971400 {background-color: rgba(0, 0, 0, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971400 > .ba-box-model:before {height: 25px;top: 0;}#item-15268971400 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971400 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268971400 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15268971400.visible {opacity: 1;}#item-15268971400 > .parallax-wrapper .parallax {background-image: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971400 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971400 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971400 > .ba-video-background {display: none;}#item-15268971400 {background-color: rgba(0, 0, 0, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971400 > .ba-box-model:before {height: 25px;top: 0;}#item-15268971400 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971400 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971400 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15262974791 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974791.visible {opacity: 1;}#item-15262974791 > .parallax-wrapper .parallax {background-image: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974791 > .ba-video-background {display: none;}#item-15262974791 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974791 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974791 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974791 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15262974791 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15262974791 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974791.visible {opacity: 1;}#item-15262974791 > .parallax-wrapper .parallax {background-image: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974791 > .ba-video-background {display: none;}#item-15262974791 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974791 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974791 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974791 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15262974791 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974791.visible {opacity: 1;}#item-15262974791 > .parallax-wrapper .parallax {background-image: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974791 > .ba-video-background {display: none;}#item-15262974791 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974791 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974791 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974791 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15262974791 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974791.visible {opacity: 1;}#item-15262974791 > .parallax-wrapper .parallax {background-image: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974791 > .ba-video-background {display: none;}#item-15262974791 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974791 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974791 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974791 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15262974791 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15262974791.visible {opacity: 1;}#item-15262974791 > .parallax-wrapper .parallax {background-image: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15262974791 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15262974791 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15262974791 > .ba-video-background {display: none;}#item-15262974791 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15262974791 > .ba-box-model:before {height: 0px;top: 0;}#item-15262974791 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15262974791 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15262974791 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268962451 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962451.visible {opacity: 1;}#item-15268962451 > .parallax-wrapper .parallax {background-image: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962451 > .ba-video-background {display: none;}#item-15268962451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962451 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268962451 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268962451 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962451.visible {opacity: 1;}#item-15268962451 > .parallax-wrapper .parallax {background-image: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962451 > .ba-video-background {display: none;}#item-15268962451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962451 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268962451 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962451.visible {opacity: 1;}#item-15268962451 > .parallax-wrapper .parallax {background-image: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962451 > .ba-video-background {display: none;}#item-15268962451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962451 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268962451 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962451.visible {opacity: 1;}#item-15268962451 > .parallax-wrapper .parallax {background-image: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962451 > .ba-video-background {display: none;}#item-15268962451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962451 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268962451 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962451.visible {opacity: 1;}#item-15268962451 > .parallax-wrapper .parallax {background-image: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962451 > .ba-video-background {display: none;}#item-15268962451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962451 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268962452 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962452.visible {opacity: 1;}#item-15268962452 > .parallax-wrapper .parallax {background-image: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962452 > .ba-video-background {display: none;}#item-15268962452 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962452 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962452 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962452 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268962452 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268962452 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962452.visible {opacity: 1;}#item-15268962452 > .parallax-wrapper .parallax {background-image: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962452 > .ba-video-background {display: none;}#item-15268962452 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962452 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962452 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962452 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268962452 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962452.visible {opacity: 1;}#item-15268962452 > .parallax-wrapper .parallax {background-image: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962452 > .ba-video-background {display: none;}#item-15268962452 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962452 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962452 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962452 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268962452 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15268962452.visible {opacity: 1;}#item-15268962452 > .parallax-wrapper .parallax {background-image: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962452 > .ba-video-background {display: none;}#item-15268962452 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962452 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962452 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962452 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15268962452 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15268962452 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268962452 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;padding-top : 0px;}#item-15268962452.visible {opacity: 1;}#item-15268962452 > .parallax-wrapper .parallax {background-image: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962452 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962452 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962452 > .ba-video-background {display: none;}#item-15268962452 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962452 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962452 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962452 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962452 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15268962452 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15268962452 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268962453 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962453.visible {opacity: 1;}#item-15268962453 > .parallax-wrapper .parallax {background-image: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962453 > .ba-video-background {display: none;}#item-15268962453 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962453 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962453 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962453 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268962453 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268962453 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962453.visible {opacity: 1;}#item-15268962453 > .parallax-wrapper .parallax {background-image: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962453 > .ba-video-background {display: none;}#item-15268962453 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962453 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962453 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962453 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268962453 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962453.visible {opacity: 1;}#item-15268962453 > .parallax-wrapper .parallax {background-image: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962453 > .ba-video-background {display: none;}#item-15268962453 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962453 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962453 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962453 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268962453 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962453.visible {opacity: 1;}#item-15268962453 > .parallax-wrapper .parallax {background-image: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962453 > .ba-video-background {display: none;}#item-15268962453 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962453 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962453 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962453 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268962453 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268962453.visible {opacity: 1;}#item-15268962453 > .parallax-wrapper .parallax {background-image: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268962453 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268962453 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268962453 > .ba-video-background {display: none;}#item-15268962453 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268962453 > .ba-box-model:before {height: 0px;top: 0;}#item-15268962453 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268962453 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268962453 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268970481732 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268970481732.visible {opacity: 1;}#item-15268970481732 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481732 > .ba-video-background {display: none;}#item-15268970481732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481732 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268970481732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268970481732 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268970481732 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268970481732.visible {opacity: 1;}#item-15268970481732 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481732 > .ba-video-background {display: none;}#item-15268970481732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481732 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268970481732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268970481732 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268970481732.visible {opacity: 1;}#item-15268970481732 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481732 > .ba-video-background {display: none;}#item-15268970481732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481732 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268970481732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268970481732 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268970481732.visible {opacity: 1;}#item-15268970481732 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481732 > .ba-video-background {display: none;}#item-15268970481732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481732 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268970481732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268970481732 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268970481732.visible {opacity: 1;}#item-15268970481732 > .parallax-wrapper .parallax {background-image: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268970481732 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268970481732 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268970481732 > .ba-video-background {display: none;}#item-15268970481732 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268970481732 > .ba-box-model:before {height: 0px;top: 0;}#item-15268970481732 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268970481732 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268970481732 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15268971401 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268971401.visible {opacity: 1;}#item-15268971401 > .parallax-wrapper .parallax {background-image: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971401 > .ba-video-background {display: none;}#item-15268971401 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971401 > .ba-box-model:before {height: 0px;top: 0;}#item-15268971401 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971401 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15268971401 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15268971401 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268971401.visible {opacity: 1;}#item-15268971401 > .parallax-wrapper .parallax {background-image: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971401 > .ba-video-background {display: none;}#item-15268971401 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971401 > .ba-box-model:before {height: 0px;top: 0;}#item-15268971401 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971401 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15268971401 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268971401.visible {opacity: 1;}#item-15268971401 > .parallax-wrapper .parallax {background-image: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971401 > .ba-video-background {display: none;}#item-15268971401 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971401 > .ba-box-model:before {height: 0px;top: 0;}#item-15268971401 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971401 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15268971401 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268971401.visible {opacity: 1;}#item-15268971401 > .parallax-wrapper .parallax {background-image: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971401 > .ba-video-background {display: none;}#item-15268971401 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971401 > .ba-box-model:before {height: 0px;top: 0;}#item-15268971401 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971401 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15268971401 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15268971401.visible {opacity: 1;}#item-15268971401 > .parallax-wrapper .parallax {background-image: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15268971401 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15268971401 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15268971401 > .ba-video-background {display: none;}#item-15268971401 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15268971401 > .ba-box-model:before {height: 0px;top: 0;}#item-15268971401 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15268971401 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15268971401 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15262974910 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15262974910 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : #1b1b1d;background-color : rgba(255,255,255,0);border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15262974910 > .ba-box-model:before {height: 0px;top: -0px;}#item-15262974910 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15262974910 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15262974910 .ba-icon-wrapper i:hover {color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);}@media (max-width: 1280px) {#item-15262974910 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15262974910 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : #1b1b1d;background-color : rgba(255,255,255,0);border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15262974910 > .ba-box-model:before {height: 0px;top: -0px;}#item-15262974910 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15262974910 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15262974910 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15262974910 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : #1b1b1d;background-color : rgba(255,255,255,0);border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15262974910 > .ba-box-model:before {height: 0px;top: -0px;}#item-15262974910 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15262974910 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 667px) {#item-15262974910 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15262974910 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : #1b1b1d;background-color : rgba(255,255,255,0);border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15262974910 > .ba-box-model:before {height: 0px;top: -0px;}#item-15262974910 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15262974910 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 375px) {#item-15262974910 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15262974910 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : #1b1b1d;background-color : rgba(255,255,255,0);border : 0px solid rgba(240, 9, 9, 0);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15262974910 > .ba-box-model:before {height: 0px;top: -0px;}#item-15262974910 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15262974910 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15262974910 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15268968200 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15268968200 > .ba-box-model:before {height: 25px;}#item-15268968200 > .ba-box-model:after {height: 25px;}@media (max-width: 1280px) {#item-15268968200 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15268968200 > .ba-box-model:before {height: 25px;}#item-15268968200 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15268968200 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15268968200 > .ba-box-model:before {height: 25px;}#item-15268968200 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15268968200 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15268968200 > .ba-box-model:before {height: 25px;}#item-15268968200 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15268968200 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15268968200 > .ba-box-model:before {height: 25px;}#item-15268968200 > .ba-box-model:after {height: 25px;}}#item-15268970481731 {display : block;margin-bottom : 25px;margin-top : 10px;}#item-15268970481731 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15268970481731 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268970481731 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268970481731 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268970481731 a {color:rgba(0, 0, 0, 1);}#item-15268970481731 a:hover {color:#007df7;}#item-15268970481731 > .ba-box-model:before {height: 10px;}#item-15268970481731 > .ba-box-model:after {height: 25px;}@media (max-width: 1280px) {#item-15268970481731 {display : none;margin-bottom : 25px;margin-top : 10px;}#item-15268970481731 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15268970481731 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268970481731 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268970481731 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268970481731 a {color:rgba(0, 0, 0, 1);}#item-15268970481731 a:hover {color:#007df7;}#item-15268970481731 > .ba-box-model:before {height: 10px;}#item-15268970481731 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15268970481731 {display : none;margin-bottom : 25px;margin-top : 10px;}#item-15268970481731 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15268970481731 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268970481731 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268970481731 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268970481731 a {color:rgba(0, 0, 0, 1);}#item-15268970481731 a:hover {color:#007df7;}#item-15268970481731 > .ba-box-model:before {height: 10px;}#item-15268970481731 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15268970481731 {display : none;margin-bottom : 25px;margin-top : 10px;}#item-15268970481731 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15268970481731 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268970481731 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268970481731 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268970481731 a {color:rgba(0, 0, 0, 1);}#item-15268970481731 a:hover {color:#007df7;}#item-15268970481731 > .ba-box-model:before {height: 10px;}#item-15268970481731 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15268970481731 {display : none;margin-bottom : 25px;margin-top : 10px;}#item-15268970481731 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15268970481731 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268970481731 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268970481731 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268970481731 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268970481731 a {color:rgba(0, 0, 0, 1);}#item-15268970481731 a:hover {color:#007df7;}#item-15268970481731 > .ba-box-model:before {height: 10px;}#item-15268970481731 > .ba-box-model:after {height: 25px;}}#item-15318293852000 {display : none;margin-bottom : 25px;margin-top : 10px;}#item-15318293852000 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15318293852000 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15318293852000 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15318293852000 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15318293852000 > .ba-box-model:before {height: 10px;}#item-15318293852000 > .ba-box-model:after {height: 25px;}@media (max-width: 1280px) {#item-15318293852000 {display : block;margin-bottom : 25px;margin-top : 10px;}#item-15318293852000 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15318293852000 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15318293852000 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15318293852000 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15318293852000 > .ba-box-model:before {height: 10px;}#item-15318293852000 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15318293852000 {display : block;margin-bottom : 25px;margin-top : 10px;}#item-15318293852000 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15318293852000 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15318293852000 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15318293852000 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15318293852000 > .ba-box-model:before {height: 10px;}#item-15318293852000 > .ba-box-model:after {height: 25px;}}@media (max-width: 667px) {#item-15318293852000 {display : block;margin-bottom : 25px;margin-top : 10px;}#item-15318293852000 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15318293852000 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15318293852000 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15318293852000 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15318293852000 > .ba-box-model:before {height: 10px;}#item-15318293852000 > .ba-box-model:after {height: 25px;}}@media (max-width: 375px) {#item-15318293852000 {display : block;margin-bottom : 25px;margin-top : 10px;}#item-15318293852000 p {font-family : 'Abhaya Libre';font-weight : 300;text-align : center;;}#item-15318293852000 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15318293852000 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15318293852000 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15318293852000 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15318293852000 > .ba-box-model:before {height: 10px;}#item-15318293852000 > .ba-box-model:after {height: 25px;}}#item-15268972110 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-15268972110 p {font-family : 'Abhaya Libre';font-weight : 300;color:rgba(255, 255, 255, 1);;;}#item-15268972110 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268972110 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268972110 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268972110 a {color:rgba(255, 255, 255, 1);}#item-15268972110 a:hover {color:rgba(255, 255, 255, 1);}#item-15268972110 > .ba-box-model:before {height: 10px;}#item-15268972110 > .ba-box-model:after {height: 10px;}@media (max-width: 1280px) {#item-15268972110 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-15268972110 p {font-family : 'Abhaya Libre';font-weight : 300;color:rgba(255, 255, 255, 1);;;}#item-15268972110 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268972110 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268972110 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268972110 a {color:rgba(255, 255, 255, 1);}#item-15268972110 a:hover {color:rgba(255, 255, 255, 1);}#item-15268972110 > .ba-box-model:before {height: 10px;}#item-15268972110 > .ba-box-model:after {height: 10px;}}@media (max-width: 768px) {#item-15268972110 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-15268972110 p {font-family : 'Abhaya Libre';font-weight : 300;color:rgba(255, 255, 255, 1);;;}#item-15268972110 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268972110 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268972110 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268972110 a {color:rgba(255, 255, 255, 1);}#item-15268972110 a:hover {color:rgba(255, 255, 255, 1);}#item-15268972110 > .ba-box-model:before {height: 10px;}#item-15268972110 > .ba-box-model:after {height: 10px;}}@media (max-width: 667px) {#item-15268972110 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-15268972110 p {font-family : 'Abhaya Libre';font-weight : 300;color:rgba(255, 255, 255, 1);;;}#item-15268972110 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268972110 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268972110 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268972110 a {color:rgba(255, 255, 255, 1);}#item-15268972110 a:hover {color:rgba(255, 255, 255, 1);}#item-15268972110 > .ba-box-model:before {height: 10px;}#item-15268972110 > .ba-box-model:after {height: 10px;}}@media (max-width: 375px) {#item-15268972110 {display : block;margin-bottom : 10px;margin-top : 10px;}#item-15268972110 p {font-family : 'Abhaya Libre';font-weight : 300;color:rgba(255, 255, 255, 1);;;}#item-15268972110 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15268972110 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15268972110 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15268972110 h6 {font-family : 'Roboto';font-weight : 500;;}#item-15268972110 a {color:rgba(255, 255, 255, 1);}#item-15268972110 a:hover {color:rgba(255, 255, 255, 1);}#item-15268972110 > .ba-box-model:before {height: 10px;}#item-15268972110 > .ba-box-model:after {height: 10px;}}body , ul, ol, table, blockquote {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;;}p {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 21px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}h1 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 46px;font-style : normal;font-weight : 800;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;;}h2 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}h3 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h4 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h5 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body a {color : #2f3439;}body a:hover {color : rgba(112, 112, 112, 1);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px); left: -webkit-calc(100% + 1px);}video {type : youtube;id : ;mute : 1;start : 0;quality : hd720;image : ;}blockquote { border-color:rgba(0, 0, 0, 1);}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: 1280px) {body , ul, ol, table, blockquote {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;;}p {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}h1 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 46px;font-style : normal;font-weight : 800;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;;}h2 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}h3 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h4 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h5 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body a {color : #2f3439;}body a:hover {color : rgba(112, 112, 112, 1);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px); left: -webkit-calc(100% + 1px);}video {type : youtube;id : ;mute : 1;start : 0;quality : hd720;image : ;}blockquote { border-color:rgba(0, 0, 0, 1);}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) {body , ul, ol, table, blockquote {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;;}p {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}h1 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 46px;font-style : normal;font-weight : 800;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;;}h2 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}h3 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h4 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h5 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body a {color : #2f3439;}body a:hover {color : rgba(112, 112, 112, 1);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px); left: -webkit-calc(100% + 1px);}video {type : youtube;id : ;mute : 1;start : 0;quality : hd720;image : ;}blockquote { border-color:rgba(0, 0, 0, 1);}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) {body , ul, ol, table, blockquote {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;;}p {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}h1 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 46px;font-style : normal;font-weight : 800;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;;}h2 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}h3 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h4 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h5 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body a {color : #2f3439;}body a:hover {color : rgba(112, 112, 112, 1);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px); left: -webkit-calc(100% + 1px);}video {type : youtube;id : ;mute : 1;start : 0;quality : hd720;image : ;}blockquote { border-color:rgba(0, 0, 0, 1);}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) {body , ul, ol, table, blockquote {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;;}p {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 18px;font-style : normal;font-weight : 400;letter-spacing : 0px;line-height : 36px;text-align : left;text-decoration : none;text-transform : none;}h1 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 46px;font-style : normal;font-weight : 800;letter-spacing : 0px;line-height : 46px;text-align : center;text-decoration : none;text-transform : none;;}h2 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;}h3 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h4 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;}h5 {color:#1b1b1d;font-family : 'Abhaya Libre';font-size : 20px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 30px;text-align : center;text-decoration : none;text-transform : none;}h6 {color:rgba(29, 29, 31, 0.4);font-family : 'Abhaya Libre';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;}body a {color : #2f3439;}body a:hover {color : rgba(112, 112, 112, 1);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px); left: -webkit-calc(100% + 1px);}video {type : youtube;id : ;mute : 1;start : 0;quality : hd720;image : ;}blockquote { border-color:rgba(0, 0, 0, 1);}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 : rgba(240, 9, 9, 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-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(0, 0, 0, 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: rgba(0, 0, 0, 1);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(3, 3, 3, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#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:fixed;}body.com_gridbox.gridbox header.header {width: calc(100% - 103px);width: -webkit-calc(100% - 103px);left: 52px;top: 40px;z-index: 20;}.ba-container .header {margin-left: calc((100vw - 1280px)/2);margin-left: -webkit-calc((100vw - 1280px)/2);max-width: 1170px;}#item-179497138800 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1280px) {#item-179497138800 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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 : 20px;padding-right : 20px;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(0, 0, 0, 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: rgba(0, 0, 0, 1);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(3, 3, 3, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#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: 20px; height: 20px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:relative;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 2;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 768px) {#item-179497138800 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-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(0, 0, 0, 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: rgba(0, 0, 0, 1);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(3, 3, 3, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#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:relative;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 2;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 667px) {#item-179497138800 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-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(0, 0, 0, 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: rgba(0, 0, 0, 1);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(3, 3, 3, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#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:relative;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 2;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 375px) {#item-179497138800 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-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(0, 0, 0, 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: rgba(0, 0, 0, 1);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(3, 3, 3, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#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:relative;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: 2;}.ba-container .header {margin-left:0;max-width: none;}}#item-15422929337570 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337570.visible {opacity: 1;}#item-15422929337570 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337570 > .ba-video-background {display: none;}#item-15422929337570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337570 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15422929337570 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1280px) {#item-15422929337570 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337570.visible {opacity: 1;}#item-15422929337570 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337570 > .ba-video-background {display: none;}#item-15422929337570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337570 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15422929337570 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337570.visible {opacity: 1;}#item-15422929337570 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337570 > .ba-video-background {display: none;}#item-15422929337570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337570 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15422929337570 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337570.visible {opacity: 1;}#item-15422929337570 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337570 > .ba-video-background {display: none;}#item-15422929337570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337570 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15422929337570 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337570.visible {opacity: 1;}#item-15422929337570 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337570 > .ba-video-background {display: none;}#item-15422929337570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337570 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15422929337574 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337574.visible {opacity: 1;}#item-15422929337574 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337574 > .ba-video-background {display: none;}#item-15422929337574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337574 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15422929337574 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15422929337574 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337574.visible {opacity: 1;}#item-15422929337574 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337574 > .ba-video-background {display: none;}#item-15422929337574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337574 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15422929337574 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337574.visible {opacity: 1;}#item-15422929337574 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337574 > .ba-video-background {display: none;}#item-15422929337574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337574 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15422929337574 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337574.visible {opacity: 1;}#item-15422929337574 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337574 > .ba-video-background {display: none;}#item-15422929337574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337574 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15422929337574 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337574.visible {opacity: 1;}#item-15422929337574 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337574 > .ba-video-background {display: none;}#item-15422929337574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337574 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15422929337575 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337575.visible {opacity: 1;}#item-15422929337575 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337575 > .ba-video-background {display: none;}#item-15422929337575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337575 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337575 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15422929337575 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15422929337575 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337575.visible {opacity: 1;}#item-15422929337575 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337575 > .ba-video-background {display: none;}#item-15422929337575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337575 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337575 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15422929337575 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337575.visible {opacity: 1;}#item-15422929337575 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337575 > .ba-video-background {display: none;}#item-15422929337575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337575 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337575 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15422929337575 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337575.visible {opacity: 1;}#item-15422929337575 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337575 > .ba-video-background {display: none;}#item-15422929337575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337575 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337575 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15422929337575 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337575.visible {opacity: 1;}#item-15422929337575 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337575 > .ba-video-background {display: none;}#item-15422929337575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337575 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337575 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337575 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15422929337576 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337576.visible {opacity: 1;}#item-15422929337576 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337576 > .ba-video-background {display: none;}#item-15422929337576 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337576 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337576 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337576 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15422929337576 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1280px) {#item-15422929337576 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337576.visible {opacity: 1;}#item-15422929337576 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337576 > .ba-video-background {display: none;}#item-15422929337576 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337576 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337576 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337576 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15422929337576 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337576.visible {opacity: 1;}#item-15422929337576 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337576 > .ba-video-background {display: none;}#item-15422929337576 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337576 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337576 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337576 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 667px) {#item-15422929337576 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337576.visible {opacity: 1;}#item-15422929337576 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337576 > .ba-video-background {display: none;}#item-15422929337576 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337576 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337576 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337576 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 375px) {#item-15422929337576 {border-bottom-width : 0;border-color : rgba(240, 9, 9, 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-15422929337576.visible {opacity: 1;}#item-15422929337576 > .parallax-wrapper .parallax {background-image: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: rgba(0, 0, 0, 1);display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15422929337576 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15422929337576 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15422929337576 > .ba-video-background {display: none;}#item-15422929337576 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15422929337576 > .ba-box-model:before {height: 0px;top: 0;}#item-15422929337576 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15422929337576 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15422929337576 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15422929337571 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15422929337571 img {width: 168px;}#item-15422929337571 > .ba-box-model:before {height: 0px;}#item-15422929337571 > .ba-box-model:after {height: 0px;}@media (max-width: 1280px) {#item-15422929337571 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: left;}#item-15422929337571 img {width: 168px;}#item-15422929337571 > .ba-box-model:before {height: 0px;}#item-15422929337571 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15422929337571 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15422929337571 img {width: 168px;}#item-15422929337571 > .ba-box-model:before {height: 0px;}#item-15422929337571 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-15422929337571 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15422929337571 img {width: 168px;}#item-15422929337571 > .ba-box-model:before {height: 0px;}#item-15422929337571 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-15422929337571 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15422929337571 img {width: 168px;}#item-15422929337571 > .ba-box-model:before {height: 0px;}#item-15422929337571 > .ba-box-model:after {height: 0px;}}#item-15422929337572 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15422929337572 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15422929337572 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 15px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : right;text-transform : none;;color : rgba(255, 255, 255, 1);background-color : rgba(255,255,255,0);padding-bottom : 6px;padding-left : 15px;padding-right : 15px;padding-top : 6px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 .main-menu .nav-child li a,#item-15422929337572 .main-menu .nav-child li span {font-family : 'Abhaya Libre';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1b1b1d;background-color : rgba(0,0,0,0);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #1b1b1d;background-color : rgba(0,0,0,0);}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : right;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15422929337572 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li.active > a,#item-15422929337572 .main-menu .nav-child li.active > span {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15422929337572 > .ba-box-model:before {height: 25px;}#item-15422929337572 > .ba-box-model:after {height: 25px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {width: 300px;background-color : #f5f8f8;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);animation-duration: 0.4s;}#item-15422929337572 li.megamenu-item > .tabs-content-wrapper > .ba-section {box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);animation-duration: 0.4s;}#item-15422929337572 .nav-child > .deeper:hover > .nav-child {top : -20px;}@media (max-width: 1280px) {#item-15422929337572 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15422929337572 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15422929337572 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 15px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 30px;text-decoration : none;text-align : left;text-transform : none;;color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);padding-bottom : 6px;padding-left : 15px;padding-right : 15px;padding-top : 6px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 .main-menu .nav-child li a,#item-15422929337572 .main-menu .nav-child li span {font-family : 'Abhaya Libre';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1b1b1d;background-color : rgba(0,0,0,0);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #1b1b1d;background-color : rgba(0,0,0,0);}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15422929337572 .main-menu li.active > span {color : rgba(69, 69, 69, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li.active > a,#item-15422929337572 .main-menu .nav-child li.active > span {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15422929337572 > .ba-box-model:before {height: 5px;}#item-15422929337572 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15422929337572 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15422929337572 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15422929337572 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 15px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 30px;text-decoration : none;text-align : left;text-transform : none;;color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);padding-bottom : 6px;padding-left : 15px;padding-right : 15px;padding-top : 6px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 .main-menu .nav-child li a,#item-15422929337572 .main-menu .nav-child li span {font-family : 'Abhaya Libre';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1b1b1d;background-color : rgba(0,0,0,0);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #1b1b1d;background-color : rgba(0,0,0,0);}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15422929337572 .main-menu li.active > span {color : rgba(69, 69, 69, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li.active > a,#item-15422929337572 .main-menu .nav-child li.active > span {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15422929337572 > .ba-box-model:before {height: 5px;}#item-15422929337572 > .ba-box-model:after {height: 5px;}}@media (max-width: 667px) {#item-15422929337572 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15422929337572 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15422929337572 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 15px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 30px;text-decoration : none;text-align : left;text-transform : none;;color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);padding-bottom : 6px;padding-left : 15px;padding-right : 15px;padding-top : 6px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 .main-menu .nav-child li a,#item-15422929337572 .main-menu .nav-child li span {font-family : 'Abhaya Libre';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1b1b1d;background-color : rgba(0,0,0,0);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #1b1b1d;background-color : rgba(0,0,0,0);}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15422929337572 .main-menu li.active > span {color : rgba(69, 69, 69, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li.active > a,#item-15422929337572 .main-menu .nav-child li.active > span {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15422929337572 > .ba-box-model:before {height: 5px;}#item-15422929337572 > .ba-box-model:after {height: 5px;}}@media (max-width: 375px) {#item-15422929337572 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15422929337572 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15422929337572 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 15px;font-style : normal;font-weight : 400;letter-spacing : 2px;line-height : 30px;text-decoration : none;text-align : left;text-transform : none;;color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);padding-bottom : 6px;padding-left : 15px;padding-right : 15px;padding-top : 6px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15422929337572 .main-menu .nav-child li a,#item-15422929337572 .main-menu .nav-child li span {font-family : 'Abhaya Libre';font-size : 12px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 12px;text-decoration : none;text-align : left;text-transform : uppercase;color : #1b1b1d;background-color : rgba(0,0,0,0);padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;border-bottom-width : 0px;border-color : rgba(240, 9, 9, 0);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15422929337572 .main-menu li > span:hover {color : rgba(0, 0, 0, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li a:hover,#item-15422929337572 .main-menu .nav-child li span:hover {color : #1b1b1d;background-color : rgba(0,0,0,0);}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15422929337572 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15422929337572 .main-menu li.active > span {color : rgba(69, 69, 69, 1);background-color : rgba(255,255,255,0);}#item-15422929337572 .main-menu .nav-child li.active > a,#item-15422929337572 .main-menu .nav-child li.active > span {color : #ffffff;background-color : rgba(0, 0, 0, 1);}#item-15422929337572 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15422929337572 > .ba-box-model:before {height: 5px;}#item-15422929337572 > .ba-box-model:after {height: 5px;}}@media (max-width: 1280px) {#item-15422929337572 .ba-hamburger-menu .main-menu {background-color : #ffffff;}#item-15422929337572 .ba-hamburger-menu .open-menu {color : rgba(255, 255, 255, 1);text-align : right;}#item-15422929337572 .ba-hamburger-menu .close-menu {color : #1b1b1d;text-align : right;}}#item-15422929337573 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15422929337573 > .ba-box-model:before {height: 0px;}#item-15422929337573 > .ba-box-model:after {height: 0px;}@media (max-width: 1280px) {#item-15422929337573 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15422929337573 > .ba-box-model:before {height: 0px;}#item-15422929337573 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15422929337573 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15422929337573 > .ba-box-model:before {height: 0px;}#item-15422929337573 > .ba-box-model:after {height: 0px;}}@media (max-width: 667px) {#item-15422929337573 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15422929337573 > .ba-box-model:before {height: 0px;}#item-15422929337573 > .ba-box-model:after {height: 0px;}}@media (max-width: 375px) {#item-15422929337573 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15422929337573 > .ba-box-model:before {height: 0px;}#item-15422929337573 > .ba-box-model:after {height: 0px;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL *//*projekty > posty (stylowanie naprzemienne i ramka) */ @media (min-width:1281px) { .batfix .ba-blog-post{ overflow:visible !important; margin-bottom:100px; } .batfix .ba-blog-post::before{ outline: 1px solid black !important; outline-offset: 150px; z-index: 1000 !important; position:absolute; width: 80%; margin-left:auto; margin-right:auto; left:0; right:0; content: ''; } .batfix .ba-blog-post .ba-blog-post-image { z-index: 10 !important; } .batfix .ba-blog-post .ba-blog-post-image { margin-top: -50px !important; margin-bottom: -50px !important; } .batfix .ba-blog-post:nth-of-type(even) { flex-direction: row-reverse; } .batfix .ba-blog-post:nth-of-type(even) .ba-blog-post-content *{ text-align:right !important; } } /*linia pozioma w nagłówkach tło białe */ .biale { border-bottom: 1px solid #000;/*pozioma linia która znajdzie się pod tekstem nagłówka*/ color: #000; font-size: 32px; margin-bottom: 0px; position: relative; text-align: center; } .biale span { background: #fff;/*tło dla naszego napisu w nagłówku, który przykryje poziomą linię*/ padding: 0 20px; position: relative; top: 20px;/*ten kod odpowiada za podniesienie poziomej linii na odpowiednią wysokość nagłówka*/ } /*linia pozioma w nagłówkach tło szare */ .szare { border-bottom: 1px solid #000;/*pozioma linia która znajdzie się pod tekstem nagłówka*/ color: #000; font-size: 32px; margin-bottom: 0px; text-align: center; } .szare span { background: #F6F6F6;/*tło dla naszego napisu w nagłówku, który przykryje poziomą linię*/ padding: 0 20px; position: relative; top: 20px;/*ten kod odpowiada za podniesienie poziomej linii na odpowiednią wysokość nagłówka*/ } /*linia pozioma w nagłówkach tło czarne */ .czarne { border-bottom: 1px solid #fff;/*pozioma linia która znajdzie się pod tekstem nagłówka*/ color: #fff; font-size: 32px; margin-bottom: 0px; position: relative; text-align: center; } .czarne span { background: #000;/*tło dla naszego napisu w nagłówku, który przykryje poziomą linię*/ padding: 0 20px; position: relative; top: 10px;/*ten kod odpowiada za podniesienie poziomej linii na odpowiednią wysokość nagłówka*/ } /*Centrowanie tekstu w formularzu kontaktowym */ .center { text-align: center; } /* powiększenie czcionki pluginu instagram*/ .instagram-icons-wrapper span, .instagram-image-icons-wrapper span { font-size: 26px; } /*kolor czcionki w polu dodawania plików formularza*/ .bialy { color: #ffffff; } /*kolor czcionki pola terms z formularza kontaktowego*/ terms-content p { color: #ffffff; font-family: 'Abhaya Libre'; font-size: 18px; font-style: normal; font-weight: 400; letter-spacing: 0px; line-height: 36px; text-align: left; text-decoration: none; text-transform: none; }/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== Gallery ========================================================================== */ @import url(../../../../components/com_bagallery/assets/css/../icons/material/material.css); .com_gridbox .ba-gallery h1 { margin-top: 0.67em; margin-bottom: 0.67em; } .com_gridbox .ba-gallery h2 { margin-top: 0.83em; margin-bottom: 0.83em } .com_gridbox .ba-gallery h3 { margin-top: 1em; margin-bottom: 1em; } .com_gridbox .ba-gallery h4 { margin-top: 1.33em; margin-bottom: 1.33em; } .com_gridbox .ba-gallery h5 { margin-top: 1.67em; margin-bottom: 1.67em; } .com_gridbox .ba-gallery h6 { margin-top: 2.33em; margin-bottom: 2.33em; } .com_gridbox .ba-gallery p { margin-top: 1em; margin-bottom: 1em; } /* Category list */ .gallery-tags-wrapper, .ba-gallery select.ba-select-filter, .ba-gallery .category-filter { margin-top: 20px; } .ba-gallery select.ba-select-filter { display: none !important; } .ba-gallery .ba-goback a, .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active { box-shadow: none; cursor: pointer; display: inline-block; height: auto; line-height: 1em; margin: 10px 0px 10px 10px; padding: 15px 25px; text-shadow: none; } .ba-gallery .category-filter a:first-child { margin-left: 0 !important; } .ba-gallery .ba-goback a, .ba-gallery .ba-goback h2 { display: inline-block; margin: 0; } .ba-gallery .ba-goback h2 { text-align: left !important; width: -webkit-calc(100% - 110px); width: calc(100% - 110px); border: none; } .ba-gallery .ba-goback > a { border-radius: 50% !important; box-sizing: content-box; float: left; font-size: 24px !important; margin-right: 50px; padding: 15px; text-align: center; width: 24px; } /* Thumbnail */ .ba-gallery-grid { width: 100%; } .ba-image img { backface-visibility: hidden; border: 0; display: block; height: auto; margin: 0; vertical-align: middle; width: 100%; width: auto \9; } .ba-gallery-items a, .ba-album-items { cursor: pointer; } .disabled-lightbox .ba-gallery-items, .disabled-lightbox .ba-album-items { cursor: default; } .ba-gallery-items { cursor: zoom-in; } .ba-album .ba-album-items .ba-caption h3, .ba-album .ba-album-items .ba-caption p, .ba-gallery-items .ba-caption h3, .ba-gallery-items .ba-caption .image-category, .ba-gallery-items .ba-caption .short-description { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* /* Tags */ .filter-modal-footer, .show-filter-modal { display: none; } .gallery-colors-wrapper .gallery-color, .gallery-tags-wrapper .gallery-tag { display: inline-block; margin: 0 5px 10px; padding: 5px 20px; line-height: 2em; } .gallery-tags-wrapper .gallery-tag { border: 1px solid; } .equal-positions-tags { box-sizing: border-box; float: left; padding: 0 25px; width: 25%; } .ba-gallery-content, .equal-positions-tags .gallery-colors-wrapper, .equal-positions-tags .gallery-tags-wrapper { width: 100%; } .equal-positions-tags ~ .row-fluid, .equal-positions-tags ~ .ba-gallery-content-wrapper, .ba-gallery-content:not(:first-child) { width: 75%; float: left; } .equal-positions-tags.right { float: right; } .gallery-color:before { color: #fff; content: '\f26b'; font: normal normal normal 16px/35px 'Material-Design-Iconic-Font'; left: 0; opacity: 0; position: absolute; text-align: center; top: 0; transition: opacity .3s linear; -webkit-transition: opacity .3s linear; width: 35px; } .gallery-color[style="background-color: #ffffff;"]:before, .gallery-color[style="background-color: #fff;"]:before { color: #a7a7a7; } .gallery-color.active:before { opacity: 1; } .gallery-color:after { background: rgba(255, 255, 255, 0.8); border-radius: 50%; content: ""; height: 3px; left: -webkit-calc(50% - 1px); left: calc(50% - 1px); opacity: 0; position: absolute; top: -webkit-calc(50% - 1px); top: calc(50% - 1px); transform: scale(0); -webkit-transform: scale(0); -webkit-transition: all .35s ease-out; transition: all .35s ease-out; width: 3px; } .gallery-color:hover:after { background: transparent; opacity: 1; transform: scale(12); -webkit-transform: scale(12); } /* /* Colors */ .gallery-colors-wrapper .gallery-color { height: 35px; padding: 0; position: relative; width: 35px; } .ba-filter-title, .ba-reset-filter { text-align: inherit; line-height: 1em; } .ba-filter-title { margin-top: 10px !important; } .ba-reset-filter { margin: 10px 5px; } /* /* Pagination */ .ba-pagination.ba-empty { display: none; } .ba-gallery .ba-pagination { margin: 20px 10px; } .ba-gallery .ba-pagination-ellipsis { font-weight: bold; margin: 0 15px 0 10px; } .ba-gallery .ba-pagination a.ba-btn.ba-next span, .ba-gallery .ba-pagination a.ba-btn.ba-last-page span, .ba-gallery .ba-pagination a.ba-btn.ba-first-page span, .ba-gallery .ba-pagination a.ba-btn.ba-prev span { line-height: 18px; } .ba-gallery .ba-pagination a.ba-btn { cursor: pointer; box-sizing: content-box; font-weight: bold; margin-right: 10px; padding: 10px 0 ; line-height: 18px; text-align: center; width: 38px !important; } .ba-gallery .ba-pagination a.ba-btn.scroll-to-top, .ba-gallery .ba-pagination a.ba-btn.load-more { display: inline-block; padding: 15px 50px; width: auto !important; } .ba-gallery .ba-pagination a.ba-btn.ba-prev { transform: scale(-1); -webkit-transform: scale(-1); } .ba-gallery .ba-pagination a.ba-btn.ba-prev span{ vertical-align: middle; } /* Dots */ .ba-pagination a.ba-btn.ba-dots { height: 25px; padding: 0; width: 25px !important; } .ba-gallery .ba-pagination a:hover { text-decoration: none; } .album-in-lightbox i.albums-backdrop-close:hover, .ba-modal-header .zmdi:hover, .modal-nav .zmdi-chevron-right:hover, .modal-nav .zmdi-chevron-left:hover, .ba-gallery .ba-pagination .ba-btn.ba-dissabled { background: transparent; cursor: default; opacity: .6; } .ba-pagination a.ba-btn.ba-dots.ba-prev, .ba-pagination a.ba-btn.ba-dots.ba-next, .ba-pagination a.ba-btn.ba-dots.ba-first-page, .ba-pagination a.ba-btn.ba-dots.ba-last-page { display: none !important; } /* /* Album title and btn */ .ba-goback h3 { width: 80%; float: left; } .ba-goback input[type="button"] { float: right; } .ba-gallery .row-fluid:after { clear: both; content: ""; display: table; line-height: 0; } .ba-goback { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; margin: 25px 0; overflow: hidden; } .albums-backdrop { display: none; } .ba-gallery:not(.album-in-lightbox) { background-color: inherit !important; } .album-in-lightbox .albums-backdrop { bottom: 0; display: block; left: 0; position: fixed; right: 16px; top: 0; z-index: 1040; } .album-in-lightbox .row-fluid { background: inherit; box-sizing: border-box; padding: 10px; position: relative; z-index: 1500; } .album-in-lightbox .row-fluid:last-child { padding: 0; } .album-in-lightbox .ba-edit-gallery-btn { display: none; } .album-in-lightbox .ba-goback { margin: 0; } .ba-gallery.album-in-lightbox { -webkit-animation: backdrop .5s ease-in-out both; animation: backdrop .5s ease-in-out both; box-sizing: border-box; height: 100vh !important; left: 0; overflow: auto; overflow-y: scroll; padding: 50px 0; position: fixed; top: 0; width: 100vw; z-index: 1050; } .album-in-lightbox .ba-gallery-row-wrapper { -webkit-animation: backdrop .5s ease-in-out both; animation: backdrop .5s ease-in-out both; box-sizing: border-box; left: 50%; margin: 60px 0; padding: 25px; position: absolute; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 1170px; z-index: 1500; } @media (max-width: 1170px) { .album-in-lightbox .ba-gallery-row-wrapper { width: calc(100% - 50px); width: -webkit-calc(100% - 50px); } } .album-in-lightbox-open .body { z-index: 10; } .ba-album-items > .ba-caption >.ba-caption-content > p { margin: 15px; } /* /* Scrollable */ .ba-scrollable { bottom: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; left: 0; margin-right: -17px; overflow-y: scroll; position: fixed; right: 0; top: 0; z-index: 10000; } /* Gallery Modal */ .gallery-modal { margin: 0 auto; box-sizing: content-box; } .ba-modal.in { display: block !important; } .album-in-lightbox-open, .modal-open { -webkit-transition: width .3s; box-sizing: border-box; height: initial; overflow: hidden; transition: width .3s; width: -webkit-calc(100% - 16px); width: calc(100% - 16px); } .modal-open .modal-scrollable.ba-forms-modal { z-index: 99999; } i.albums-backdrop-close { display: none; } .album-in-lightbox i.albums-backdrop-close { position: absolute; color: #101010 !important; right: 10px; top: 0; z-index: 9999; } .ba-gallery-substrate { display: none; } .album-in-lightbox + .ba-gallery-substrate { display: inline-block; width: 100%; } /* Nav */ .modal-nav { left: 0; position: fixed; right: 0; top: calc(50% - 23px); top: -webkit-calc(50% - 23px); z-index: 1; } .modal-nav i { border-radius: 50%; box-sizing: content-box; font-size: 36px; line-height: 36px; padding: 10px; position: absolute; text-align: center; transition: opacity .2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; width: 36px; z-index: 10; } .modal-nav .zmdi-chevron-left { left: 25px; } .modal-nav .zmdi-chevron-right { right: 25px; } /* /* Modal Header */ .modal-scrollable:not(.ba-scrollable) .description-wrapper, .modal-scrollable:not(.ba-scrollable) .ba-modal-header, .hide-animation .description-wrapper, .hide-animation .ba-modal-header { display: none; } .gallery-modal .ba-modal-header { box-sizing: border-box; height: 115px; left: 0; max-width: none; padding: 0 10px; position: fixed; right: 0; top: 0; z-index: 10; } .gallery-modal .ba-modal-header .ba-modal-title, .gallery-modal .ba-modal-header .ba-center-icons, .gallery-modal .ba-modal-header .ba-right-icons { display: inline-block; float: left; min-height: 50px; width: 33.3%; } .album-in-lightbox i.albums-backdrop-close, .gallery-modal .ba-modal-header .modal-title, .gallery-modal .ba-modal-header .zmdi { font-size: 24px; line-height: 24px; } .album-in-lightbox i.albums-backdrop-close, .gallery-modal .ba-modal-header .zmdi { box-sizing: content-box; display: inline-block; margin-left: 10px; padding: 20px 10px; text-align: center; text-decoration: none; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; width: 24px; } @keyframes like-shadow { 0% { opacity: 0; transform: scale(3); -webkit-transform: scale(3); } 30% { opacity: 1; transform: scale(4); -webkit-transform: scale(4); } 100% { opacity: 0; transform: scale(6); -webkit-transform: scale(6); } } @-webkit-keyframes like-shadow { 0% { opacity: 0; transform: scale(3); -webkit-transform: scale(3); } 30% { opacity: 1; transform: scale(4); -webkit-transform: scale(4); } 100% { opacity: 0; transform: scale(6); -webkit-transform: scale(6); } } .gallery-modal .ba-modal-header .likes-animation .ba-likes p:after { -webkit-animation: like-shadow .4s ease-in-out both ; animation: like-shadow .4s ease-in-out both; color: rgba(211, 79, 55, 1);; content: '\f15f'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; left: 9px; opacity: 0; position: absolute; text-shadow: -.2px -.2px .2px rgba(211, 79, 55, 0.5), .2px -.2px .2px rgba(211, 79, 55, 0.5), -.2px .2px .2px rgba(211, 79, 55, 0.5), .2px .2px .2px rgba(211, 79, 55, 0.5); top: 20px; z-index: -1; } @keyframes icon-fade { from {opacity: 0;} } @-webkit-keyframes icon-fade { from {opacity: 0;} } .gallery-modal .ba-modal-header .zmdi-zoom-in, .gallery-modal .ba-modal-header .ba-zoom-out, .gallery-modal .ba-modal-header .ba-download-img { -webkit-animation: icon-fade .3s ease-in-out ; animation: icon-fade .3s ease-in-out ; } @keyframes icon-fade-out { from {opacity: 1;} to {opacity: 0;} } @-webkit-keyframes icon-fade-out { from {opacity: 1;} to {opacity: 0;} } .gallery-modal .ba-modal-header .zmdi-zoom-in.ba-hidden-icons, .gallery-modal .ba-modal-header .ba-zoom-out.ba-hidden-icons, .gallery-modal .ba-modal-header .ba-download-img.ba-hidden-icons { -webkit-animation: icon-fade-out .3s ease-in-out both; animation: icon-fade-out .3s ease-in-out both; } .gallery-modal .ba-modal-header .disabled-item { opacity: 0.2 !important; cursor: default !important; } .gallery-modal .ba-modal-header .ba-like-wrapper { display: inline-block; position: relative; } .gallery-tags-wrapper .gallery-tag, .ba-gallery .ba-goback a, .category-filter a, .ba-pagination a, .ba-add-like { transition: color .3s, background-color .3s; -webkit-transition: color .3s, background-color .3s; } .gallery-modal .ba-modal-header .ba-likes:hover + .ba-add-like, .gallery-modal .ba-modal-header .ba-add-like:hover { transform: scale(2); -webkit-transform: scale(2); color: #D34F37 !important; } .ba-like { position: relative; } .ba-modal-header .modal-title { margin: 0; padding: 20px 10px; text-align: left !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ba-modal-header .ba-center-icons { text-align: center; } .ba-modal-header .ba-right-icons { text-align: right; } .ba-modal-header .zmdi:hover { color: inherit; text-decoration: none; } .modal-nav i.zmdi:hover, .zmdi { cursor: pointer !important; } .ba-modal-header .ba-download-img, .ba-modal-header .ba-icon-close { font-size: 28px; } /* /* Tooltip */ .ba-tooltip { backface-visibility: hidden; background: #2c2c2c; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: block; font: 500 14px 'Roboto', sans-serif; max-width: 200px; opacity: 1; padding: 15px; position: fixed; text-align: center; transition: margin-top .25s ease-out, opacity .25s ease-out; -webkit-transition: margin-top .25s ease-out, opacity .25s ease-out; visibility: visible; z-index: 1060; } body > .ba-tooltip:before { box-sizing: content-box; content: ""; height: 5px; position: absolute; bottom: -14px; left: 50% !important; margin-left: -5px; border: 5px solid transparent; border-top: 5px solid #2c2c2c; } /* Top Tooltip */ body > .ba-tooltip.ba-top { -webkit-transform: translateY(-160%) translateX(-50%); transform: translateY(-160%) translateX(-50%); box-sizing: content-box; } @keyframes ba-tooltip-top { from { opacity: 0; margin-top: -20px;} } @-webkit-keyframes ba-tooltip-top { from { opacity: 0; margin-top: -20px;} } body > .ba-tooltip { -webkit-transform: translateY(-115%) translateX(-50%); transform: translateY(-115%) translateX(-50%); -webkit-animation: ba-tooltip-top .3s; animation: ba-tooltip-top .3s; } @keyframes tooltip-top-hidden { to { opacity: 0; margin-top: -20px;} } @-webkit-keyframes tooltip-hidden { to { opacity: 0; margin-top: -20px;} } body > .ba-tooltip.tooltip-hidden { -webkit-animation: tooltip-top-hidden .3s both; animation: tooltip-top-hidden .3s both; } /* Like tooltip */ .ba-modal .ba-likes { display: none; position: absolute; right: -webkit-calc(50% - 17px); right: calc(50% - 17px); text-align: center; top: 5px; transition: all .1s .3s; -webkit-transition: all .1s .3s; width: 25px; } .ba-modal .ba-like:hover > .ba-likes { display: block; cursor: pointer; z-index: 1; } .ba-modal .ba-likes p { color: #fff; font-size: 12px; font-weight: bold; line-height: 50px; letter-spacing: normal; margin: 0; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .ba-modal .ba-likes p, .ba-modal .header-icons *{ outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-focus-ring-color: rgba(0, 0, 0, 0); } /* Sharing */ .ba-share-icons { left: 0; position: fixed; top: 0; height: 0; opacity: 0; } .ba-share-icons.visible-sharing { align-items: center; -webkit-align-items: center; bottom: 0; display: flex; height: auto; justify-content: center; -webkit-justify-content: center; opacity: 1 ; right: 0; transition: opacity .3s; -webkit-transition: opacity .3s; z-index: 15; } .ba-share-icons.visible-sharing.sharing-out { opacity: 0; transition: opacity .3s; -webkit-transition: opacity .3s; } .ba-share-icons.visible-sharing.sharing-out .ba-share { margin-top: -webkit-calc(50vh); margin-top: calc(50vh); opacity: 0; transition: all .5s; -webkit-transition: all .5s; } .ba-share-icons .ba-share i { box-sizing: content-box; font-size: 36px; height: 36px; margin-right: 20px; padding: 20px; position: relative; width: 36px; } .ba-share-icons .ba-share { visibility: hidden; } .ba-share-icons.visible-sharing .ba-share { text-align: center; visibility: visible; } @keyframes sharing-animation { 0%{ opacity: 0; transform: translateY(300%); -webkit-transform: translateY(300%);} 100% {opacity: 1; transform: none; -webkit-transform: none;} } @-webkit-keyframes sharing-animation { 0%{ opacity: 0; transform: translateY(300%); -webkit-transform: translateY(300%);} 100% {opacity: 1; transform: none; -webkit-transform: none;} } .ba-share-icons.visible-sharing .ba-share i { -webkit-animation: sharing-animation .5s ease-in-out both ; animation: sharing-animation .5s ease-in-out both ; } .ba-share-icons .ba-share i:after { border-radius: 50%; content: ""; display: block; height: 1px; left: 50%; position: absolute; top: 50%; width: 1px; z-index: -1; transition: all .3s; -webkit-transition: all .3s; } .ba-share-icons .ba-share i:hover:after { height: 100px; margin: -50px; width: 100px; } .ba-share-icons .ba-share i:hover { color: #fff !important; } /* Social Colors*/ .ba-share-icons .ba-share i.ba-twitter-share-button { color: #32CDFD; } .ba-share-icons .ba-share i.ba-twitter-share-button:after { background: #32CDFD; } .ba-share-icons .ba-share i.ba-facebook-share-button { color: #3B5997; } .ba-share-icons .ba-share i.ba-facebook-share-button:after { background: #3B5997; } .ba-share-icons .ba-share i.ba-google-share-button { color: #D95433; } .ba-share-icons .ba-share i.ba-google-share-button:after { background: #D95433; } .ba-share-icons .ba-share i.ba-pinterest-share-button { color: #CB2027; } .ba-share-icons .ba-share i.ba-pinterest-share-button:after { background: #CB2027; } .ba-share-icons .ba-share i.ba-linkedin-share-button { color: #007AB5; } .ba-share-icons .ba-share i.ba-linkedin-share-button:after { background: #007AB5; } .ba-share-icons .ba-share i.ba-vk-share-button { color: #4C75A3; } .ba-share-icons .ba-share i.ba-vk-share-button:after { background: #4C75A3; } .ba-share-icons .ba-share i.ba-ok-share-button { color: #f68634; } .ba-share-icons .ba-share i.ba-ok-share-button:after { background: #f68634; } /* Modal Resize */ .ba-modal.ba-resize { border: 0; box-shadow: none; left: 0; margin-left: auto; margin-right: auto; margin-top: 0; overflow: visible; } .ba-modal.ba-resize .reload { background-color: transparent; height: 40px; left: -webkit-calc(50% - 20px); left: calc(50% - 20px); position: absolute; top: calc(50% - 20px); top: -webkit-calc(50% - 20px); width: 40px; } .ba-modal.ba-resize .reload-parent { width: 100%; height: 100%; } /* Image */ .ba-modal .modal-image img { background-color: #fff; margin: 0; vertical-align: middle; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; transition: none !important; -webkit-transition: none !important; } .hide-animation .ba-modal .modal-image img { height: auto !important; left: 0 !important; width: 100% !important; } .ba-zoom-image { transition: top .15s, left .15s, width .15s, height .15s; -webkit-transition: top .15s, left .15s, width .15s , height .15s; } /* Description */ .ba-modal .modal-description, .ba-modal #disqus_thread { padding: 25px; } @keyframes description-fade { from {opacity: 0;} to {opacity: 1;} } @-webkit-keyframes description-fade { from {opacity: 0;} to {opacity: 1;} } .categories-description { width: 100%; } .ba-goback .categories-description { margin-top: 25px; } .ba-gallery .categories-description a { padding: 0; } .categories-description .com-baforms, .ba-modal.ba-description-right .modal-description, .ba-modal.ba-description-left .modal-description, .ba-modal.ba-description-below .modal-description { overflow: hidden; -webkit-animation: description-fade .3s .3 both ; animation: description-fade .3s .3s both; } .ba-description-below .ba-modal-body { transition: background-color .15s .15s; -webkit-transition: background-color .15s .15; } .ba-description-below.hidden-description .ba-modal-body { background-color: transparent !important; } .ba-description-below.hidden-description .ba-modal-body { transition: .3s; -webkit-transition: .3s; } .ba-description-below.hidden-description .modal-image img { z-index: 1; } .ba-description-below .description-wrapper { transition: opacity .15s .3s; -webkit-transition: opacity .15s .3s; } .ba-description-below.hidden-description .description-wrapper { opacity: 0; visibility: hidden; } /* Description Right */ @keyframes ba-description-right { from { right: -417px;} } @-webkit-keyframes ba-description-right { from { right: -417px;} } .gallery-modal.ba-description-right .description-wrapper { animation: ba-description-right .5s both; -webkit-animation: ba-description-right .5s both; background: inherit; max-height: 100vh; min-height: 100%; overflow-x: hidden; overflow-y: scroll; position: fixed; right: -17px; top: 0; width: 417px; } .ba-description-right.gallery-modal { padding-right: 400px; } .modal-nav .zmdi-chevron-left, .modal-nav .zmdi-chevron-right, .ba-modal-header { transition: right .5s, left .5s, width .5s; -webkit-transition: right .5s, left .5s, width .5s; } .gallery-modal { transition: padding-right .5s, padding-left .5s; -webkit-transition: padding-right .5s, padding-left .5s; } .gallery-modal.ba-description-right + input + .modal-nav .zmdi-chevron-right { right: 425px; } .gallery-modal.ba-description-right .ba-modal-header { right: 400px; width: calc(100% - 400px); width: -webkit-calc(100% - 400px); } .gallery-modal.ba-description-right .reload { left: calc(50% - 239px); left: -webkit-calc(50% - 239px); } /* Description Left */ @keyframes ba-description-left { from { left: -417px;} } @-webkit-keyframes ba-description-left { from { left: -417px;} } .gallery-modal.ba-description-left .description-wrapper{ animation: ba-description-left .5s both; -webkit-animation: ba-description-left .5s both; background: inherit; direction: rtl; left: -17px; max-height: 100vh; min-height: 100%; overflow-x: hidden; overflow-y: scroll; position: fixed; top: 0; width: 417px; } .gallery-modal.ba-description-left .modal-description { direction: ltr; } .gallery-modal.ba-description-left { padding-left: 400px; } .gallery-modal.ba-description-left .ba-modal-header { left: 400px; width: calc(100% - 400px); width: -webkit-calc(100% - 400px); } .gallery-modal.ba-description-left + input + .modal-nav .zmdi-chevron-left { left: 425px; } .gallery-modal.ba-description-left .reload { left: calc(50% + 161px); left: -webkit-calc(50% + 161px); } /* /* Comments */ /* VK comments */ .modal-open > iframe[src*= "vk.com"] { z-index: 10010 !important; } /* Modal embed code 100% width */ .ba-modal .modal-image.embed { height: 0px; overflow: hidden; padding-bottom: 56.25%; position: relative; } .ba-modal .modal-image.embed iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .ba-modal-body { backface-visibility: hidden; } .gallery-modal.ba-modal:not(.ba-resize) .ba-modal-body { margin-top: 60px; } /* /* Category Password Modal */ @keyframes backdrop { from { opacity: 0;} } @-webkit-keyframes backdrop { from { opacity: 0;} } body > .modal-scrollable.gallery-password-scrollable { -webkit-animation: backdrop .5s ease-in-out both; animation: backdrop .5s ease-in-out both; background-color: rgba(0, 0, 0, 0.56); bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 1040; } @keyframes modal-sm-in { from {transform: scale(.8); -webkit-transform: scale(.8); opacity: 0;} to {transform: scale(1); -webkit-transform: scale(1); opacity: 1;} } @-webkit-keyframes modal-sm-in { from {transform: scale(.8); -webkit-transform: scale(.8); opacity: 0;} to {transform: scale(1); -webkit-transform: scale(1); opacity: 1;} } .category-password-modal.in { -webkit-animation: modal-sm-in.3s cubic-bezier(0.4,0,0.2,1) both; animation: modal-sm-in .3s cubic-bezier(0.4,0,0.2,1) both; } @keyframes close-modal-sm { to {transform: scale(.8); -webkit-transform: scale(.8); opacity: 0;} } @-webkit-keyframes close-modal-sm { to {transform: scale(.8); -webkit-transform: scale(.8); opacity: 0;} } .modal-scrollable-out .category-password-modal { -webkit-animation: close-modal-sm .3s cubic-bezier(0.4,0,0.2,1) both; animation: close-modal-sm .3s cubic-bezier(0.4,0,0.2,1) both; } .modal-scrollable-out { -webkit-animation: icon-fade-out .3s ease-in-out both !important; animation: icon-fade-out .3s ease-in-out both !important; } .category-password-modal { background: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; left: 50%; margin-left: -162px; overflow: visible; opacity: 1 !important; padding: 25px; position: fixed; top: -webkit-calc(50% - 160px) !important; top: calc(50% - 160px) !important; width: 325px; z-index: 1050; } .category-password-modal h3.ba-modal-title { color: #1a1a1a; cursor: default; display: inline-block; font:500 18px/20px 'Roboto', sans-serif; margin: 0 0 50px 0; letter-spacing: 0; } .category-password-modal .modal-footer { background-color: transparent; border: none; box-shadow: none; margin-top: 25px; padding: 0; text-align: right; } .category-password-modal .modal-footer:before, .category-password-modal .modal-footer:after { content: ""; display: table; line-height: 0; } .category-password-modal .modal-footer:after { clear: both; } .category-password-modal .ba-input-lg { position: relative; } .category-password-modal .ba-input-lg input { border-color: transparent; background: transparent; border-bottom-color: #e3e3e3; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font: 400 22px/45px 'Roboto', sans-serif; height: 45px; margin: 25px 0 50px 0; padding: 4px 6px; width: 100%; } .category-password-modal .ba-input-lg input:focus { border-color: #fff !important; border-bottom-color: #e3e3e3 !important; } .category-password-modal .modal-footer a { background-color: transparent; border-radius: 3px; border: none; color: #363637; display: inline-block; font: 500 16px/18px 'Roboto', sans-serif; overflow: hidden; padding: 15px; position: relative; text-decoration: none !important; text-transform: uppercase; } .category-password-modal .modal-footer a:not(.ba-btn-primary):hover { background-color: rgba(0,0,0,0.1); color: #363637; } .category-password-modal .disable-button { background: transparent !important; color: #cacaca !important; cursor: not-allowed; } .category-password-modal a.ba-btn-primary.active-button { color: #fff !important; } .category-password-modal .ba-btn-primary:before { background: #75d84d; border-radius: 100%; content: ''; display: block; height: 5px; left: 50%; margin: -2px 0 0 -2px; opacity: 0; position: absolute; top: 50%; transform: scale(0); -webkit-transform: scale(0); transition: all .7s ease; -webkit-transition: all .7s ease; width: 5px; z-index: -1; } .category-password-modal .ba-btn-primary.active-button:before, .category-password-modal .ba-btn-primary.active-button:hover:after { backface-visibility: hidden; background: #75d84d; opacity: 1; transform: scale(27); -webkit-transform: scale(27); } .category-password-modal .ba-btn-primary.active-button:after { cursor: pointer !important; background: #fff; border-radius: 50%; backface-visibility: hidden; content: ""; height: 3px; left: 50%; opacity: 0; position: absolute; top: 50%; transition: all .5s cubic-bezier(.25,.98,.26,.99); -webkit-transition: all .5s cubic-bezier(.25,.98,.26,.99); transform: scale(0); -webkit-transform: scale(0); width: 3px; z-index: -1; } /* Focus Underline */ .category-password-modal input:focus + .focus-underline { -webkit-transform: scaleX(1); transform: scaleX(1); } .category-password-modal .focus-underline { background: #1da6f4; top: 68px; height: 2px; left: 0px; position: absolute; transform: scaleX(0); -webkit-transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 100%; } /* /* Notification */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } @-webkit-keyframes notification-in { from {bottom: 0; -webkit-transform: translateY(100%); opacity: 0;} } #ba-notification.notification-in { -webkit-animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; display: block; visibility: visible; } .ba-notification-message, #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: hidden; z-index: 1510; } .ba-notification-message p { font-style: normal; letter-spacing: 0; text-align: left; text-decoration: none; text-transform: none; } .ba-notification-message, #ba-notification.ba-alert { background: #f46336; padding: 40px 25px; width: 250px; } .ba-notification-message { background: #418cff; } #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-message p, #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-message p, #ba-notification.ba-alert p { opacity: .6; } .ba-notification-message h4, .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;} } @-webkit-keyframes notification-out { to { bottom: 0; -webkit-transform: translateY(130%); opacity: 0;} } #ba-notification.animation-out { opacity: 1; display: block; visibility: visible; -webkit-animation: notification-out .4s cubic-bezier(.25,.98,.26,.99) both; animation: notification-out .4s cubic-bezier(.25,.98,.26,.99) both; } .saving-backdrop { -webkit-animation: saving-backdrop .3s ease-in-out ; animation: saving-backdrop .3s ease-in-out ; background: #fff; bottom: 0; left: 0; opacity: .65; position: fixed; top: 0; width: 100vw; z-index: 10000; } .saving-backdrop + img { position: fixed; top: calc(50% - 20px); top: -webkit-calc(50% - 20px); left: -webkit-calc(50vw - 20px); left: calc(50vw - 20px); padding: 0; z-index: 10010; } /* ======================================================================== Reset ========================================================================== */ /* Disable the default border highlight */ .ba-gallery input:focus, .ba-gallery select:focus, .ba-gallery textarea:focus, .ba-gallery button:focus { outline: none; } .ba-gallery input:focus { border-color: transparent !important; } .ba-gallery a, .ba-gallery a:hover { background: none; box-sizing: content-box; text-decoration: none; } /* /* Shortcode modal */ .contentpane { background: #fafafa; margin: 0 !important; } .contentpane:not(.modal) { padding: 20px; } .contentpane #main { margin: 0; padding: 0; } .modal-shortcode form { background: #fafafa; } .modal-shortcode input#filter_search { border: none; box-shadow: none; box-sizing: border-box; color: #3f3f3f; font-size: 16px; height: 50px; margin: 0; padding: 0 25px; padding-left: 80px; width: 100%; } .modal-shortcode #filter_search + i { color: #3f3f3f; font-size: 24px; left: 35px; opacity: .5; position: absolute; top: 13px; } .modal-shortcode button { display: none; } .modal-shortcode .gallery-table { background: #fff; min-height: 400px; height: 430px; overflow-y: auto; } .modal-shortcode .gallery-list { width: 100%; border: none; } #category-dialog thead th, .modal-shortcode .gallery-list tbody tr td, .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list thead tr th { border-bottom: 1px solid #f3f3f3; border-left: 1px solid #f3f3f3; box-sizing: border-box; display: inline-block; font-size: 14px; font-family: 'Roboto', sans-serif; float: left; font-weight: 500; color: #333; padding: 20px 25px; text-align: left; width: 10%; } .modal-shortcode .gallery-list thead tr th:first-child, .modal-shortcode .gallery-list tbody tr th { padding-left: 30px; } .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list thead tr th:first-child { background: transparent; border-left: none; text-align: left; width: 70%; } .modal-shortcode .gallery-list thead tr th:nth-child(2), .modal-shortcode .gallery-list thead tr th:nth-child(3), .modal-shortcode .gallery-list tbody tr td { background: transparent; color: #333; justify-content: center; text-align: center; } .modal-shortcode .gallery-list tbody .gallery-title + td, .modal-shortcode .gallery-list thead tr th:nth-child(2) { width: 20%; } .modal-shortcode .gallery-list tbody tr th, .modal-shortcode .gallery-list tbody tr td { align-items: center; border: none; -webkit-align-items: center; display: flex; display: -webkit-flex; height: 70px; } .modal-shortcode .gallery-category { color: #999; } #category-dialog tbody tr:hover, .modal-shortcode tbody tr:hover { background: #1da6f4; } #category-dialog tbody tr:hover td i, #category-dialog tbody tr:hover td, .modal-shortcode tbody tr:hover td, .modal-shortcode tbody tr:hover a { color: #fff !important; } .modal-shortcode a, .modal-shortcode a:hover { text-decoration: none!important; background: transparent!important; } #category-dialog { border-radius: 6px; box-sizing: border-box; height: 400px; left: 50%; margin-left: -250px; overflow: hidden; padding: 0; position: absolute; top: -webkit-calc(50% - 200px) !important; top: calc(50% - 200px) !important; width: 500px; z-index: 1050; } #category-dialog .modal-body { background: #fff; padding: 0; width: 100%; } #category-dialog table { display: block; width: 100%; } #category-dialog thead, #category-dialog tbody { display: inherit; width: 100%; } #category-dialog tbody { height: 340px; overflow-y: auto; } #category-dialog thead th { background: #fff; display: table-cell; float: none; } #category-dialog thead th:first-child { border-left: none; } #category-dialog thead th:nth-child(2){ width: 90%; border-left: none; padding-left: 20px; } #category-dialog tbody tr td { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400 !important; padding: 20px; } #category-dialog tbody tr:hover td { background: transparent; } #category-dialog tbody tr td:last-child { text-align: center; } #category-dialog .checkbox { position: relative; width: 5% ; } #category-dialog .checkbox input { opacity: 0; } #category-dialog tbody tr td i.zmdi { color: #ddd; font-size: 24px; left: 25px; position: absolute; top: 18px; } #category-dialog tbody tr td i.zmdi-check { color: #757575; opacity: 0; } #category-dialog .checkbox input:checked + i { opacity: 0; } #category-dialog .checkbox input:checked + i + i { opacity: 1; } #category-dialog .title { width: 70%; } .contentpane .modal-backdrop { background-color: rgba(0,0,0,.5); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1040; } #modal-filter { border: none; margin: 20px 0; padding: 0; position: relative; } .contentpane:not(.modal) #modal-filter { margin-top: 0; } .contentpane:not(.modal) form { margin: 0; } .gallery-table tr > th > a { color: #333; font-weight: normal; } th.gallery-title:hover a { color: #999; text-decoration: none; } .contentpane.component { height: 0; } .ba-btn { background-color: #f1f1f1; border-radius: 2px; border: 1px solid #e3e3e3; font-weight: bold; padding: 10px 15px; } .com_bagallery a.ba-btn { color: inherit; text-decoration: none; } .ba-btn.active, .ba-btn:hover { background-color: #eaeaea; } /* /* Edit Gallery Button */ .ba-gallery { position: relative; display: inline-block; width: 100%; } .ba-edit-gallery-btn { background: #f64231 !important; border-radius: 50%; box-shadow: 0 5px 12px rgba(0,0,0,0.23); color: #fff !important; display: block; font-size: 24px; height: 24px; letter-spacing: normal; line-height: 24px; margin-left: -webkit-calc(100% - 60px); margin-left: calc(100% - 60px); overflow: hidden; padding: 18px; position: absolute; text-align: center; top: 0; width: 24px; z-index: 1; } .ba-edit-gallery-btn i { transition: all 1s ; -webkit-transition: all 1s ; vertical-align: super; } .ba-edit-gallery-btn:hover i { color: #fff; transform: rotate(360deg); -webkit-transform: rotate(360deg); } .ba-edit-gallery-btn span { display: none; } /* ======================================================================== Responsive ========================================================================== */ @media only screen and (max-device-width: 1200px) { .ba-gallery a.ba-icon-left, .ba-gallery a.ba-icon-right { display: none; } } @media (min-width: 1200px) { .equal-positions-tags.visible-filter-modal { margin-top: 0 !important } } @media (max-width: 1200px) { /* Category filters */ .ba-gallery select.ba-select-filter { background-color: #fff; border: 1px solid #f3f3f3; color: #999; display: block !important; font-size: 16px; height: 50px; width: 100%; } .ba-gallery-row-wrapper .row-fluid { margin-bottom: 15px; } .ba-gallery .category-filter a.ba-filter, .ba-gallery .category-filter a.ba-filter-active { display: none; } .filter-modal-open .ba-row { z-index: auto; } /* Album title and btn */ .ba-gallery:not(.album-in-lightbox) .ba-goback h2 { box-sizing: border-box; text-align: center !important; width: 100% !important; word-wrap: break-word; } /* Tag & Color filters */ .equal-positions-tags ~ .row-fluid, .equal-positions-tags ~ .ba-gallery-content-wrapper, .ba-gallery-content:not(:first-child) { width: 100%!important; } .equal-positions-tags { background: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.15); border-radius: 6px; box-sizing: border-box; left:0; margin-left: 10%; opacity: 0; visibility: hidden; overflow: hidden; overflow-y: auto; position: fixed; padding: 0; top: 0; width: 80%; z-index: 1050; } .filter-modal-open .equal-positions-tags{ transition: opacity .3s linear, visibility .3s .3s, margin-top .3s .3s; -webkit-transition: opacity .3s linear, visibility .3s .3s, margin-top .3s .3s; } .visible-filter-modal.equal-positions-tags { opacity: 1; visibility: visible; transition: opacity .3s linear; -webkit-transition: opacity .3s linear; margin-top: 20px !important; margin-bottom: 20px !important; } .gallery-tags-wrapper, .gallery-colors-wrapper { margin-top: 25px; } .equal-positions-tags > div { box-sizing: border-box; padding: 0 25px; } .ba-reset-filter { margin-bottom: 25px !important; } .ba-filter-wrapper { max-height: calc(100vh - 100px); max-height: -webkit-calc(100vh - 100px); overflow-y: auto; } .equal-positions-tags + .filter-modal-backdrop.close-filter-modal { background: #000; bottom: 0; left: 0; opacity: 0; visibility: hidden; position: fixed; right: 0; top: 0; z-index: 1040; } .filter-modal-open .equal-positions-tags + .filter-modal-backdrop.close-filter-modal { transition: opacity .3s linear, visibility .3s .3s; -webkit-transition: opacity .3s linear, visibility .3s .3s; } .filter-modal-open .visible-filter-modal.equal-positions-tags + .filter-modal-backdrop.close-filter-modal { opacity: .56; visibility: visible; transition: opacity .3s linear; -webkit-transition: opacity .3s linear; } a.show-filter-modal:hover, a.show-filter-modal { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; display: block; font-size: 16px; height: 50px; margin-left: 10px; margin-top: 20px; padding: 15px 25px; white-space: nowrap; } a.show-filter-modal:hover { background-color: #e6e6e6; } .category-filter { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; } .filter-modal-footer { background-color: transparent; border-top: 1px solid #f3f3f3; bottom: 20px; box-shadow: none; display: flex; display: -webkit-flex; padding: 0 !important; text-align: center; width: 100%; } .filter-modal-footer a:hover, .filter-modal-footer a { background: transparent; box-sizing: border-box; color: #363637; display: inline-block; float: left; font: 500 16px/18px 'Roboto'; padding: 21px !important; text-align: center; text-transform: uppercase; width: 100%; } .filter-modal-footer a:first-child { border-right: 1px solid #f3f3f3; background: #fff; } .filter-modal-footer a:last-child { background: #1da6f4; color: #fff; } .ba-gallery-row-wrapper > .ba-gallery-content-wrapper { display: block; } .ba-gallery-row-wrapper > .ba-gallery-content-wrapper .show-filter-modal { margin: 0 0 25px 0; } } @media (max-width: 1024px) { .display-lightbox-fullscreen, .modal-nav { display: none !important; } .gallery-modal .ba-modal-header .ba-center-icons { float: right; margin-right: 50px; width: 110px; } .gallery-modal .ba-modal-header .ba-center-icons i.zmdi { line-height: 36px; padding: 20px 15px; margin: 0; } .ba-scrollable { background: #000 !important; } .ba-modal .ba-modal-header { box-shadow: inset 0px 130px 100px -125px rgba(0, 0, 0, 1) !important; } .ba-modal .header-icons { box-shadow: rgba(0, 0, 0, 1) 0px -85px 150px -85px inset !important; } .gallery-modal .ba-modal-header .zmdi { color: #fff !important; } .gallery-modal .ba-modal-header .ba-modal-title { width: calc(100% - 160px); width: -webkit-calc(100% - 160px); } .ba-modal-header .modal-title { font-size: 18px !important; line-height: 36px !important; max-width: 100%; } .ba-modal-header .header-icons { bottom: 0; padding-top: 50px; position: fixed; text-align: center; width: 100%; left: 0; } .ba-modal-header .ba-icon-close { position: fixed; right: 20px; top: 5px; } .gallery-modal .ba-download-img, .gallery-modal .zmdi-share, .gallery-modal .ba-like-wrapper { box-sizing: border-box; margin-left: 0 !important; padding-top: 30px; text-align: center !important; width: 30% !important; } } @media (max-width: 767px) { .ba-gallery { box-sizing: border-box; padding: 0 20px; } .ba-modal .ba-modal-header a { margin-top: 0; } .gallery-modal .ba-modal-header .zmdi { padding: 20px 5px; } .modal-open { width: inherit; } .ba-edit-gallery-btn { display: none; } .ba-modal-header .zmdi:hover, .modal-nav .zmdi-chevron-right:hover, .modal-nav .zmdi-chevron-left:hover, .ba-gallery .ba-pagination .ba-btn.ba-dissabled { opacity: 1; } /* Header */ .ba-modal .ba-modal-header { position: fixed; opacity: 1 !important; visibility: visible !important; } /* Header icons and title */ .ba-modal .header-icons { text-align: center; } .modal-scrollable.ba-scrollable { margin-right: 0; overflow-y: auto; overflow-x: hidden; } .ba-gallery .ba-pagination a.ba-btn.ba-first-page, .ba-gallery .ba-pagination a.ba-btn.ba-last-page { display: none !important; } } @media (max-width: 480px) { .ba-gallery .ba-pagination a.ba-btn.ba-dots, .ba-gallery .ba-pagination a.ba-btn:not(.ba-next):not(.ba-prev):not(.load-more):not(.scroll-to-top) { display: none !important; } .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-next, .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-prev { display: inline-block !important; } .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-prev span, .ba-gallery .ba-pagination a.ba-btn.ba-dots.ba-next span { line-height: 25px; } } /* For Gridbox */ .album-in-lightbox-open .edit-page-btn { right: auto; left: calc(100vw - 122px); } .category-password-modal-open .ba-section, .category-password-modal-open .ba-row, .category-password-modal-open .ba-grid-column { position: static; }/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* /* General styles */ .ba-caption-content h3 { line-height: normal; margin: 12px 0; padding: 0; } .ba-caption-content p { line-height: normal; margin: 15px; } .ba-caption .ba-caption-content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .ba-caption .ba-caption-content h3, .ba-caption .ba-caption-content .image-category, .ba-caption .ba-caption-content .short-description { margin: 15px; } .ba-caption { align-items: center; -webkit-align-items: center; display: flex; display: -webkit-flex; overflow: hidden; } @keyframes ba-image-fade { from { opacity: 0; } to { opacity: 1;} } @-webkit-keyframes ba-image-fade { from { opacity: 0; } to { opacity: 1; } } .ba-gallery-items, .ba-album-items { -webkit-animation: ba-image-fade .8s linear both; animation: ba-image-fade .8s linear both; } /* /* Style 1 - Default */ .ba-album.css-style-1 .ba-caption, .ba-gallery-grid.css-style-1 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; width: 100%; z-index: 1; } .ba-album.css-style-1 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-1 .ba-caption:hover { opacity: 1; } .ba-album.css-style-1 .ba-caption h3, .ba-album.css-style-1 .ba-caption p, .ba-gallery-grid.css-style-1 .ba-caption h3, .ba-gallery-grid.css-style-1 .ba-caption p.image-category, .ba-gallery-grid.css-style-1 .ba-caption p.short-description { opacity: 0; transform: translateY(-100%); -webkit-transform: translateY(-100%); transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; } .ba-album.css-style-1 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-1 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-1 .ba-caption:hover h3, .ba-gallery-grid.css-style-1 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-1 .ba-caption:hover p.short-description { opacity: 1; transform: none; -webkit-transform: none; } /* Image Rotate */ .ba-album.css-style-1 .ba-image, .ba-gallery-grid.css-style-1 .ba-image { overflow: hidden; } .ba-album.css-style-1 .ba-image img, .ba-gallery-grid.css-style-1 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; } .ba-album.css-style-1 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-1 .ba-image:hover img { transform: scale(1.5) rotate(6deg); -webkit-transform: scale(1.5) rotate(6deg); } /* /* Style 2 */ .ba-album.css-style-2 .ba-caption, .ba-gallery-grid.css-style-2 .ba-caption { bottom: 0; height: 100px; max-height: 100%; opacity: 1; overflow: hidden; position: absolute; top: auto; width: 100%; z-index: -1; } .ba-album.css-style-2 .ba-image img, .ba-gallery-grid.css-style-2 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; z-index: 1; } .ba-album.css-style-2 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-2 .ba-image:hover img { transform: translateY(-100px); -webkit-transform: translateY(-100px); } /* /* Style 3 */ .ba-album.css-style-3 .ba-album-items, .ba-gallery-grid.css-style-3 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-3 .ba-image img, .ba-gallery-grid.css-style-3 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; } .ba-album.css-style-3 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-3 .ba-image:hover img { transform: translateY(-50px); -webkit-transform: translateY(-50px); } .ba-album.css-style-3 .ba-caption, .ba-gallery-grid.css-style-3 .ba-caption { bottom: 0; height: 100px; opacity: 0; position: absolute; top: auto; width: 100%; transform: translateY(100%); -webkit-transform: translateY(100%); transition: all .4s 0s ease-in-out, opacity 0.1s 0.3s; -webkit-transition: all .4s 0s ease-in-out, opacity 0.1s 0.3s; } .ba-album.css-style-3 .ba-album-items:hover .ba-image + .ba-caption, .ba-gallery-grid.css-style-3 .ba-image:hover .ba-caption { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); transition: all .4s 0s ease-in-out, opacity 0.1s; -webkit-transition: all .4s 0s ease-in-out, opacity 0.1s; } /* /* Style 4 */ .ba-album.css-style-4 .ba-album-items, .ba-gallery-grid.css-style-4 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-4 .ba-image img, .ba-gallery-grid.css-style-4 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; z-index: 9; } .ba-album.css-style-4 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-4 .ba-image:hover img { transform: translateX(50%); -webkit-transform: translateX(50%); } .ba-album.css-style-4 .ba-caption, .ba-gallery-grid.css-style-4 .ba-caption { bottom: 0; height: 100%; opacity: 0; top: auto; width: 50%; transform: translateX(-100px); -webkit-transform: translateX(-100px); transition: all .4s 0s ease-in-out, opacity 0.3s 0.1s; -webkit-transition: all .4s 0s ease-in-out, opacity 0.3s 0.1s; position: absolute; } .ba-album.css-style-4 .ba-album-items:hover .ba-image+.ba-caption, .ba-gallery-grid.css-style-4 .ba-image:hover .ba-caption { opacity: 1; transform: translateX(0px); -webkit-transform: translateX(0px); transition: all .4s 0s ease-in-out, opacity 0.1s; -webkit-transition: all .4s 0s ease-in-out, opacity 0.1s; } /* /* Style 5 */ .ba-album.css-style-5 .ba-album-items, .ba-gallery-grid.css-style-5 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-5 .ba-caption, .ba-gallery-grid.css-style-5 .ba-caption { bottom: 0; height: 100px; opacity: 1; overflow: hidden; position: absolute; top: auto; width: 100%; z-index: 9; } .ba-album.css-style-5 .ba-image img, .ba-gallery-grid.css-style-5 .ba-image img { position: static; -webkit-transition: -webkit-transform .4s ease-in; transition: transform .4s ease-in; } .ba-album.css-style-5 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-5 .ba-image:hover img { -webkit-transform: translate(0, -100px); transform: translate(0, -100px); } /* /* Style 6 */ .ba-album.css-style-6 .ba-caption, .ba-gallery-grid.css-style-6 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out, opacity 0.4s; -webkit-transition: all .4s 0s ease-in-out, opacity 0.4s; width: 100%; z-index: 1; } .ba-album.css-style-6 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-6 .ba-image:hover .ba-caption { opacity: 1; transform: translate(15px, 15px); -webkit-transform: translate(15px, 15px); } .ba-album.css-style-6 .ba-album-items:hover, .ba-gallery-grid.css-style-6 .ba-gallery-items:hover { z-index: 1; } /* /* Style 7 */ .ba-album.css-style-7 .ba-caption, .ba-gallery-grid.css-style-7 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; width: 100%; z-index: 1; } .ba-album.css-style-7 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-7 .ba-caption:hover { opacity: 1; } .ba-album.css-style-7 .ba-caption h3, .ba-album.css-style-7 .ba-caption p, .ba-gallery-grid.css-style-7 .ba-caption h3, .ba-gallery-grid.css-style-7 .ba-caption p.image-category, .ba-gallery-grid.css-style-7 .ba-caption p.short-description { opacity: 0; transform: translateX(100%); -webkit-transform: translateX(100%); transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; } .ba-album.css-style-7 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-7 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-7 .ba-caption:hover h3, .ba-gallery-grid.css-style-7 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-7 .ba-caption:hover p.short-description { opacity: 1; transform: none; -webkit-transform: none; } /* Image zoom */ .ba-album.css-style-13 .ba-image, .ba-gallery-grid.css-style-13 .ba-image, .ba-album.css-style-7 .ba-image, .ba-gallery-grid.css-style-7 .ba-image { overflow: hidden; } .ba-album.css-style-13 .ba-image img, .ba-gallery-grid.css-style-13 .ba-image img, .ba-album.css-style-7 .ba-image img, .ba-gallery-grid.css-style-7 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; } .ba-album.css-style-13 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-13 .ba-gallery-items:hover .ba-image img, .ba-album.css-style-7 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-7 .ba-image:hover img { transform: scale(1.5); -webkit-transform: scale(1.5); } /* /* Style 8 */ .ba-album.css-style-8 .ba-caption, .ba-gallery-grid.css-style-8 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; width: 100%; z-index: 1; } .ba-album.css-style-8 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-8 .ba-caption:hover { opacity: 1; } .ba-album.css-style-8 .ba-caption h3, .ba-album.css-style-8 .ba-caption p, .ba-gallery-grid.css-style-8 .ba-caption h3, .ba-gallery-grid.css-style-8 .ba-caption p.image-category, .ba-gallery-grid.css-style-8 .ba-caption p.short-description { opacity: 0; transform: translateY(300%); -webkit-transform: translateY(300%); transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; } .ba-album.css-style-8 .ba-album-items:hover .ba-caption h3, .ba-album.css-style-8 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-8 .ba-caption:hover h3, .ba-gallery-grid.css-style-8 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-8 .ba-caption:hover p.short-description { opacity: 1; transform: none; -webkit-transform: none; } .ba-album.css-style-8 .ba-caption .ba-caption-content, .ba-gallery-grid.css-style-8 .ba-caption .ba-caption-content { transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; } /* /* Style 9 */ .ba-album.css-style-9 .ba-caption, .ba-gallery-grid.css-style-9 .ba-caption { height: 100%; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; width: 100%; z-index: 1; } .ba-album.css-style-9 .ba-album-items:hover .ba-caption, .ba-gallery-grid.css-style-9 .ba-caption:hover { opacity: 1; } .ba-album.css-style-9 .ba-caption p, .ba-gallery-grid.css-style-9 .ba-caption p.image-category, .ba-gallery-grid.css-style-9 .ba-caption p.short-description { margin-left: 100%; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; } .ba-album.css-style-9 .ba-caption h3, .ba-gallery-grid.css-style-9 .ba-caption h3 { transform: translateY(-300%); -webkit-transform: translateY(-300%); transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; } .ba-album.css-style-9 .ba-album-items:hover .ba-caption h3, .ba-gallery-grid.css-style-9 .ba-caption:hover h3 { transform: none; -webkit-transform: none; } .ba-album.css-style-9 .ba-album-items:hover .ba-caption p, .ba-gallery-grid.css-style-9 .ba-caption:hover p.image-category, .ba-gallery-grid.css-style-9 .ba-caption:hover p.short-description { margin-left: 15px; } /* Image Rotate */ .ba-album.css-style-9 .ba-image, .ba-gallery-grid.css-style-9 .ba-image { overflow: hidden; } .ba-album.css-style-9 .ba-image img, .ba-gallery-grid.css-style-9 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; } .ba-album.css-style-9 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-9 .ba-image:hover img { transform: scale(1.5) rotate(6deg); -webkit-transform: scale(1.5) rotate(6deg); } /* /* Style 10 */ /* Caption */ .ba-album.css-style-10 .ba-caption, .ba-gallery-grid.css-style-10 .ba-caption { height: 100%; width: 100%; position: relative; } /* Image Scale */ .ba-album.css-style-10 .ba-image, .ba-gallery-grid.css-style-10 .ba-image { overflow: hidden; } .ba-album.css-style-10 .ba-image img, .ba-gallery-grid.css-style-10 .ba-image img { transition: transform .4s 0s ease-in-out; -webkit-transition: transform .4s 0s ease-in-out; } .ba-album.css-style-10 .ba-album-items:hover .ba-image img, .ba-gallery-grid.css-style-10 .ba-image:hover img { transform: scale(1.5); -webkit-transform: scale(1.5); } .ba-album.css-style-10 .ba-album-items .ba-caption p, .ba-gallery-grid.css-style-10 .ba-gallery-items .ba-caption .short-description { white-space: pre-wrap; line-height: 180%; } /* /* Style 11 */ /* Caption */ .ba-album.css-style-13 .ba-album-items, .ba-album.css-style-13 .ba-image, .ba-gallery-grid.css-style-13 .ba-gallery-items, .ba-gallery-grid.css-style-13 .ba-image, .ba-album.css-style-11 .ba-album-items, .ba-album.css-style-11 .ba-image, .ba-gallery-grid.css-style-11 .ba-gallery-items, .ba-gallery-grid.css-style-11 .ba-image { overflow: hidden; } .ba-album.css-style-13 .ba-caption, .ba-gallery-grid.css-style-13 .ba-caption, .ba-album.css-style-11 .ba-caption, .ba-gallery-grid.css-style-11 .ba-caption { bottom: -20px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.6)))!important; background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.6) 100%)!important; background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.6) 100%)!important; background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 100%)!important; opacity: 0; position: absolute; transition: all .4s 0s ease-in-out; -webkit-transition: all .4s 0s ease-in-out; width: 100%; } .ba-album.css-style-13 .ba-image +.ba-caption, .ba-gallery-grid.css-style-13 .ba-image .ba-caption, .ba-album.css-style-11 .ba-album-items:hover .ba-image+.ba-caption, .ba-gallery-grid.css-style-11 .ba-image:hover .ba-caption { bottom: 0; opacity: 1; } .ba-album.css-style-13 .ba-caption h3, .ba-album.css-style-13 .ba-caption p, .ba-gallery-grid.css-style-13 .ba-caption h3, .ba-gallery-grid.css-style-13 .ba-caption p, .ba-album.css-style-11 .ba-caption h3, .ba-album.css-style-11 .ba-caption p, .ba-gallery-grid.css-style-11 .ba-caption h3, .ba-gallery-grid.css-style-11 .ba-caption p { color: #fff; line-height: normal !important; margin: 15px; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 30px); width: -webkit-calc(100% - 30px); } /* /* Style 12 (Direction Aware Hover Effects) */ .ba-album.css-style-12 .ba-caption, .ba-gallery-grid.css-style-12 .ba-caption { height: 100%; left: 0; overflow: hidden; position: absolute; top: 0; visibility: hidden; width: 100%; z-index: 1; } .ba-album.css-style-12 .ba-album-items, .ba-gallery-grid.css-style-12 .ba-gallery-items { overflow: hidden; } .ba-album.css-style-12 .ba-album-items:hover .ba-caption, .ba-album.css-style-12 .ba-album-items:hover .ba-image +.ba-caption, .ba-gallery-grid.css-style-12 .ba-image:hover .ba-caption { visibility: visible; } /* From top */ @keyframes from-top { from { transform: translateY(-100%); -webkit-transform: translateY(-100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } @-webkit-keyframes from-top { from { transform: translateY(-100%); -webkit-transform: translateY(-100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-top, .ba-gallery-grid.css-style-12 .from-top { -webkit-animation: from-top .3s ease-in-out both; animation: from-top .3s ease-in-out both; } /* From bottom */ @keyframes from-bottom { from { transform: translateY(100%); -webkit-transform: translateY(100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } @-webkit-keyframes from-bottom { from { transform: translateY(100%); -webkit-transform: translateY(100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-bottom, .ba-gallery-grid.css-style-12 .from-bottom { -webkit-animation: from-bottom .3s ease-in-out both; animation: from-bottom .3s ease-in-out both; } /* From right */ @keyframes from-right { from { transform: translateX(100%); -webkit-transform: translateX(100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } @-webkit-keyframes from-right { from { transform: translateX(100%); -webkit-transform: translateX(100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-right, .ba-gallery-grid.css-style-12 .from-right { -webkit-animation: from-right .3s ease-in-out both; animation: from-right .3s ease-in-out both; } /* From left */ @keyframes from-left { from { transform: translateX(-100%); -webkit-transform: translateX(-100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } @-webkit-keyframes from-left { from { transform: translateX(-100%); -webkit-transform: translateX(-100%); visibility: visible; } to { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } } .ba-album.css-style-12 .from-left, .ba-gallery-grid.css-style-12 .from-left { -webkit-animation: from-left .3s ease-in-out both; animation: from-left .3s ease-in-out both; } /* To top */ @keyframes to-top { from { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } to { transform: translateY(-100%); -webkit-transform: translateY(-100%); visibility: visible; } } @-webkit-keyframes to-top { from { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } to { transform: translateY(-100%); -webkit-transform: translateY(-100%); visibility: visible; } } .ba-album.css-style-12 .to-top, .ba-gallery-grid.css-style-12 .to-top { -webkit-animation: to-top .3s ease-in-out both; animation: to-top .3s ease-in-out both; } /* To top */ @keyframes to-bottom { from { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } to { transform: translateY(100%); -webkit-transform: translateY(100%); visibility: visible; } } @-webkit-keyframes to-bottom { from { transform: translateY(0); -webkit-transform: translateY(0); visibility: visible; } to { transform: translateY(100%); -webkit-transform: translateY(100%); visibility: visible; } } .ba-album.css-style-12 .to-bottom, .ba-gallery-grid.css-style-12 .to-bottom { -webkit-animation: to-bottom .3s ease-in-out both; animation: to-bottom .3s ease-in-out both; } /* To right */ @keyframes to-right { from { transform: translateX(0); -webkit-transform: translateX(0); visibility: visible; } to { transform: translateX(100%); -webkit-transform: translateX(100%); visibility: visible; } } @-webkit-keyframes to-right { from { transform: translateX(0); -webkit-transform: translateX(0); visibility: visible; } to { transform: translateX(100%); -webkit-transform: translateX(100%); visibility: visible; } } .ba-album.css-style-12 .to-right, .ba-gallery-grid.css-style-12 .to-right { -webkit-animation: to-right .3s ease-in-out both; animation: to-right .3s ease-in-out both; } /* To right */ @keyframes to-left { from { transform: translateX(0); -webkit-transform: translateX(0); visibility: visible; } to { transform: translateX(-100%); -webkit-transform: translateX(-100%); visibility: visible; } } @-webkit-keyframes to-left { from { transform: translateX(0); -webkit-transform: translateX(0); visibility: visible; } to { transform: translateX(-100%); -webkit-transform: translateX(-100%); visibility: visible; } } .ba-album.css-style-12 .to-left, .ba-gallery-grid.css-style-12 .to-left { -webkit-animation: to-left .3s ease-in-out both; animation: to-left .3s ease-in-out both; } /* /* Style None */ .disable-caption .ba-caption { display: none; } /* Transition Delay */ .ba-album .ba-album-items:hover .ba-caption h3, .ba-album .ba-album-items:hover .ba-caption p, .ba-caption:hover .ba-caption-content h3, .ba-caption:hover p.image-category, .ba-caption:hover p.short-description { transition-delay: 0s !important; -webkit-transition-delay: 0s !important; } .ba-album .ba-album-items:hover .ba-caption h3 + p, .ba-caption:hover p.image-category + p.short-description, .ba-caption:hover h3 + p.image-category { transition-delay: .2s !important; -webkit-transition-delay: .2s !important; } .ba-caption:hover h3 + p.image-category + p.short-description { transition-delay: .4s !important; -webkit-transition-delay: .4s !important; } /* ======================================================================== Modal Window Effects ========================================================================== */ .modal-open .ba-scrollable { animation: type .5s ; -webkit-animation: type .5s ; } @keyframes type { 0% { opacity: 0; } 100% { opacity: inherit;} } @-webkit-keyframes type { 0% { opacity: 0; } 100% { opacity: inherit; } } /* Close Modal Animation */ .hide-animation.ba-scrollable.modal-scrollable { animation: hide-modal .3s linear both; -webkit-animation: hide-modal .3s linear both; } @-webkit-keyframes hide-modal { from {opacity: 1;} to {opacity: 0; } } @keyframes hide-modal { from {opacity: 1;} to {opacity: 0;} } .hide-animation .gallery-modal { animation: hide-gallery .2s linear both; -webkit-animation: hide-gallery .2s linear both; } @-webkit-keyframes hide-gallery { from {transform: scale(1); -webkit-transform: scale(1);} to {transform: scale(.5); -webkit-transform: scale(.5);} } @keyframes hide-gallery { from {transform: scale(1); -webkit-transform: scale(1);} to {transform: scale(.5); -webkit-transform: scale(.5);} } /* Auto Resize Image Animation */ .ba-resize.ba-modal .modal-image img { animation: image-fade 1s linear ; -webkit-animation: image-fade 1s linear ; } @-webkit-keyframes image-fade { from {opacity: 0;} to {opacity: 1; } } @keyframes image-fade { from {opacity: 0;} to {opacity: 1;} }